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.c2800;
    16    requires xdc.platform [1,0,1];
    17    
    18    /*!
    19     *  ======== ti.platforms.sim2810 ========
    20     *  Platform package for the sim28xx platform.
    21     *
    22     *  This package implements the interfaces (xdc.platform.IPlatform)
    23     *  necessary to build and run executables on the sim2810 platform.
    24     */
    25    package ti.platforms.sim2810 [1,0,0] {
    26        module Platform;
    27    }
    28    /*
    29     *  @(#) ti.platforms.sim2810; 1, 0, 0,225; 6-4-2009 14:25:18; /db/ztree/library/trees/platform-k10x/src/
    30     */
    31