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.hal ========
    20     *  Contains core modules for the BIOS kernel.
    21     *
    22     */
    23    package ti.sysbios.hal [2,0,0,0] {
    24        module Hwi;
    25        module Timer;
    26        module TimerNull;
    27        module Cache;
    28        module CacheNull;
    29    }
    30    /*
    31     *  @(#) ti.sysbios.hal; 2, 0, 0, 0,351; 12-18-2009 15:12:46; /db/vtree/library/trees/avala/avala-m19x/src/
    32     */
    33