1 /*
2 * Copyright (c) 2012 by 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
13 /*
14 * ======== package.xdc ========
15 *
16 */
17 requires ti.catalog.c6000;
18 requires ti.catalog.arm.cortexm3;
19 requires ti.catalog.arm.cortexa8;
20 requires ti.catalog.arp32;
21 requires xdc.platform [1,0,1];
22
23 /*!
24 * ======== ti.platforms.evmC6A8149 ========
25 * Platform package for the evmC6A8149 platform.
26 *
27 * This package implements the interfaces (xdc.platform.IPlatform)
28 * necessary to build and run executables on the evmC6A8149 platform.
29 *
30 * @a(Throws) 31 * `XDCException` exceptions are thrown for fatal errors. The following error
32 * codes are reported in the exception message:
33 * @p(dlist) 34 * - `ti.platfoms.evmC6A8149.LINK_TEMPLATE_ERROR`
35 * This error is raised when this platform cannot found the default
36 * linker command template `linkcmd.xdt` in the build target's
37 * package. When a target does not contain this file, the config
38 * parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
39 * @p 40 */
41 package ti.platforms.evmC6A8149 [1,0,0] {
42 module Platform;
43 }
44 /*
45 * @(#) ti.platforms.evmC6A8149; 1, 0, 0,10; 8-17-2012 22:15:02; /db/ztree/library/trees/platform/platform-n27x/src/
46 */
47