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    requires ti.sysbios.family;
    15    
    16    /*!
    17     *  ======== ti.sysbios ========
    18     *  Contains BIOS module that manages OS integration
    19     *
    20     */
    21    package ti.sysbios [2,0,0,0] {
    22        module BIOS;
    23        module View;
    24    }
    25    /*
    26     *  @(#) ti.sysbios; 2, 0, 0, 0,365; 12-18-2009 15:11:41; /db/vtree/library/trees/avala/avala-m19x/src/
    27     */
    28