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    requires ti.catalog.c2800;
    11    requires xdc.platform [1,0,1];
    12    
    13    /*!
    14     *  ======== ti.platforms.control28346 ========
    15     *  Platform package for the 28346 control card.
    16     *
    17     *  This package implements the interfaces (xdc.platform.IPlatform)
    18     *  necessary to build and run executables on the 28346 controlCARD platform.
    19     */
    20    package ti.platforms.control28346 [1,0,0] {
    21        module Platform;
    22    }
    23    /*
    24     *  @(#) ti.platforms.control28346; 1, 0, 0,18; 6-4-2009 14:21:00; /db/ztree/library/trees/platform-k10x/src/
    25     */
    26