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