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.knl;
    16    
    17    /*!
    18     *  ======== ti.sysbios.ipc ========
    19     *  Contains modules related to inter-process communication
    20     */
    21    package ti.sysbios.ipc [2,0,0,0] {
    22        module Event;     // Must be before Semaphore!!!
    23        module Semaphore;
    24        module Mailbox;
    25    }
    26    /*
    27     *  @(#) ti.sysbios.ipc; 2, 0, 0, 0,348; 12-18-2009 15:13:00; /db/vtree/library/trees/avala/avala-m19x/src/
    28     */
    29