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    /*!
    16     *  ======== ti.sysbios.interfaces ========
    17     *  Contains all interface specifications.
    18     *
    19     *  The I<mod>Support interfaces define "internal" interfaces used by the
    20     *  <mod> modules in their implementation.  These interfaces simplify the
    21     *  process of porting to a new architecture; one only needs to implement
    22     *  the I<mod>Support interface to enable the full functionality of the
    23     *  ti.sysbios.<mod> module.
    24     *
    25     */
    26    package ti.sysbios.interfaces [2,0,0,0] {
    27        interface IHwi;
    28        interface IPowerSupport;
    29        interface ITaskSupport;
    30        interface ITimer;
    31        interface ITimerSupport;
    32        interface IIntrinsicsSupport;
    33        interface ICache;
    34        interface ISettings;
    35    }
    36    /*
    37     *  @(#) ti.sysbios.interfaces; 2, 0, 0, 0,350; 12-18-2009 15:12:57; /db/vtree/library/trees/avala/avala-m19x/src/
    38     */
    39