1    /* 
     2     * Copyright (c) 2009
     3     * Texas Instruments
     4     *
     5     *  All rights reserved.  Property of Texas Instruments
     6     *  Restricted rights to use, duplicate or disclose this code are
     7     *  granted through contract.
     8     * 
     9     * */
    10    /*
    11     *  ======== package.xdc ========
    12     *
    13     */
    14    
    15    requires ti.sysbios.interfaces;
    16    
    17    /*!
    18     *  ======== ti.sysbios.family ========
    19     *  Contains family specific modules for sysbios
    20     * 
    21     *  The link below provides a list of delegates for every target and platform:
    22     *
    23     *      {@link ./doc-files/delegates.html BIOS Delegates Usage}
    24     *
    25     */
    26    package ti.sysbios.family [2,0,0,0] {
    27        module Settings;
    28    }
    29    
    30    /*
    31     *  @(#) ti.sysbios.family; 2, 0, 0, 0,213; 12-18-2009 15:11:38; /db/vtree/library/trees/avala/avala-m19x/src/
    32     */
    33