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 * ======== driverTemplate ======== 17 * Command line tool which generates starter file for IDriver implementation 18 */ 19 package ti.sdo.io.driverTemplate [0, 00, 00] { 20 module Main; 21 } 22 23