blob: e89267fb1e3943b63f820eab926b972b68f268b9 [file] [log] [blame]
/* --COPYRIGHT--,EPL
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* --/COPYRIGHT--*/
/*
* ======== Package.getLibs ========
* This package's implementation of xdc.IPackage.getLibs.
*/
function getLibs()
{
return (null); /* no library required for this package */
}
/*
* ======== Package.init ========
* This function is called when this package is included
*/
function init()
{
}