blob: cce096e6100cf00c25c55c4900b0ffc10423b4af [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--*/
/*!
* ======== Assembly ========
* Partially linked assembly of modules
* @_nodoc
*/
metaonly module Assembly {
instance:
/*!
* ======== create ========
* @_nodoc
* Assemblies should only be created via PackageContents.addAssembly()
*/
create();
config String name;
config String platform;
config ITarget.Module target;
config Executable.Attrs attrs;
}