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 */ 14 15 /* 16 * ======== Revision History ======== 17 * 01/12/2009 created 18 * 02/06/2009 modified to incorporate review comments 19 */ 20 21 requires ti.sdo.ipc; 22 requires ti.sdo.ipc.interfaces; 23 requires ti.sdo.utils; 24 25 package ti.sdo.ipc.notifyDrivers [1,0,0,0] { 26 interface IInterrupt; 27 module NotifyDriverShm; 28 module NotifySetupNull; 29 }