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     *  ======== Settings.xdc ========
    12     *
    13     */
    14    package ti.sysbios.family;
    15    
    16    /*!
    17     *  ======== Settings ========
    18     *  Routes generic Settings API calls from various BIOS packages to
    19     *  the appropriate target specific Settings modules. Used for
    20     *  proxy/delegate binding and target specific global variable
    21     *  initialization.
    22     */
    23    
    24    metaonly module Settings inherits ti.sysbios.interfaces.ISettings
    25    {
    26    }
    27    
    28    
    29    /*
    30     *  @(#) ti.sysbios.family; 2, 0, 0, 0,213; 12-18-2009 15:11:38; /db/vtree/library/trees/avala/avala-m19x/src/
    31     */
    32