1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    /*
    11     *  ======== package.xdc ========
    12     *
    13     */
    14    
    15    requires ti.catalog.c6000;
    16    requires ti.catalog.arm;
    17    requires xdc.platform [1,0,1];
    18    
    19    /*!
    20     *  ======== ti.platforms.evm3530 ========
    21     *  Platform package for the evm3530 platform.
    22     *
    23     *  This package implements the interfaces (xdc.platform.IPlatform)
    24     *  necessary to build and run executables on the evm3530 platform.
    25     *
    26     *  @a(Throws)
    27     *  `XDCException` exceptions are thrown for fatal errors. The following error
    28     *  codes are reported in the exception message:
    29     *  @p(dlist)                            
    30     *      -  `ti.platfoms.evm3530.LINK_TEMPLATE_ERROR`
    31     *           This error is raised when this platform cannot found the default
    32     *           linker command template `linkcmd.xdt` in the build target's
    33     *           package. When a target does not contain this file, the config
    34     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    35     *  @p
    36     */
    37    package ti.platforms.evm3530 [1,0,0] {
    38        module Platform;
    39    }
    40    /*
    41     *  @(#) ti.platforms.evm3530; 1, 0, 0,127; 6-4-2009 14:11:59; /db/ztree/library/trees/platform-k10x/src/
    42     */
    43