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