1    /* --COPYRIGHT--,TI
     2     * Copyright (c) $(CPYYEAR)
     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     * --/COPYRIGHT--*/
    10    /*
    11     *  ======== package.xdc ========
    12     *
    13     *! Revision History
    14     *! ================
    15     *! 02-May-2008 nitya   created
    16     */
    17    
    18    /*!
    19     *  ======== ti.sdo.ipc ========
    20     *  Inter processor communication.
    21     *
    22     *  Contains modules are that OS independent and support
    23     *  streaming messaging between therads or processors.
    24     *  
    25     */
    26     
    27    package ti.sdo.ipc [1,0,0,0] {
    28        module    GateMP;    
    29        module    MessageQ;
    30        module    SharedRegion;
    31        module    ListMP;
    32        module    Ipc;
    33        module    Notify;
    34        module    NameServerRemoteNotify;
    35    }