blob: 3e82b768b6fb5bf3de3b71219e254d9620b782c9 [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--*/
/*
* ======== archive ========
*/
function archive(container, lib, objList, archArgs, res)
{
}
/*
* ======== compile ========
*/
function compile(container, target, goalFile, compArgs, res)
{
}
/*
* ======== link ========
*/
function link(container, cfgBase, prog, objList, linkArgs, res)
{
}
/*
* ======== getGenTab ========
*/
function getGenTab(prog, cfgDir, cfgName)
{
return ([]);
}
/*
* ======== getDefs ========
*/
function getDefs()
{
return (null);
}