blob: 35b5732aa60d6d1d70c3d7d41d25341c313945a6 [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--*/
requires xdc.platform;
/*!
* ======== host.platform.PC ========
* Platform package for the PC platform.
*
* This package implements the interfaces (xdc.platform.IPlatform) necessary
* to build and run executables on a PC platform. This platform supports
* multiple host operating systems; Linux, Windows, etc.
*/
package host.platforms.PC [1,0,0] {
module Platform;
module Intel80586;
}