1 /* 2 * Copyright (c) 2008 Texas Instruments and others. 3 * All rights reserved. This program and the accompanying materials 4 * are made available under the terms of the Eclipse Public License v1.0 5 * which accompanies this distribution, and is available at 6 * http://www.eclipse.org/legal/epl-v10.html 7 * 8 * Contributors: 9 * Texas Instruments - initial implementation 10 * 11 * */ 12 requires xdc.platform; 13 14 /*! 15 * ======== host.platform.PC ======== 16 * Platform package for the PC platform. 17 * 18 * This package implements the interfaces (xdc.platform.IPlatform) necessary 19 * to build and run executables on a PC platform. This platform supports 20 * multiple host operating systems; Linux, Windows, etc. 21 */ 22 package host.platforms.PC [1,0,0] { 23 module Platform; 24 module Intel80586; 25 } 26 /* 27 * @(#) host.platforms.PC; 1, 0, 0,391; 9-20-2012 15:01:45; /db/ztree/library/trees/xdc/xdc-y36x/src/packages/ 28 */ 29