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    requires ti.sysbios.family;
    17    
    18    /*!
    19     *  ======== ti.sysbios.knl ========
    20     *  Contains core modules for the BIOS kernel.
    21     *
    22     */
    23    package ti.sysbios.knl [2,0,0,0] {
    24        module Idle;
    25        module Swi;
    26        module Clock;
    27        module Task;
    28    }
    29    /*
    30     *  @(#) ti.sysbios.knl; 2, 0, 0, 0,349; 12-18-2009 15:13:06; /db/vtree/library/trees/avala/avala-m19x/src/
    31     */
    32