1    /*
     2     *  Copyright 2011 by Texas Instruments Incorporated.
     3     *
     4     */
     5    
     6    /*
     7     *  ======== package.xdc ========
     8     *
     9     */
    10    
    11    requires ti.catalog.c6000;
    12    requires xdc.platform [1,0,1];
    13    
    14    /*!
    15     *  ======== ti.sdo.ipc.examples.platforms.evm6670.core0 ========
    16     *  Platform package for the 6670 EVM.
    17     *
    18     *  This package implements the interfaces (xdc.platform.IPlatform)
    19     *
    20     *  @a(Throws)
    21     *  `XDCException` exceptions are thrown for fatal errors. The following error
    22     *  codes are reported in the exception message:
    23     *  @p(dlist)                            
    24     *      -  `ti.sdo.ipc.examples.platforms.evm6670.core0.LINK_TEMPLATE_ERROR`
    25     *           This error is raised when this platform cannot found the default
    26     *           linker command template `linkcmd.xdt` in the build target's
    27     *           package. When a target does not contain this file, the config
    28     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    29     *  @p
    30     */
    31    package ti.sdo.ipc.examples.platforms.evm6670.core0 [1,0,0,0] {
    32        module Platform;
    33    }
    34    /*
    35     *  @(#) ti.sdo.ipc.examples.platforms.evm6670.core0; 1, 0, 0, 0,103; 6-18-2011 17:33:47; /db/vtree/library/trees/ipc/ipc.git/src/ ipc-g26
    36     */
    37