1    requires xdc.platform [1,0,1];
     2    requires ti.catalog.msp430;
     3    
     4    /*!
     5     *  ======== ti.platforms.msp430 ========
     6     *  Platform support for any MSP430 device
     7     */
     8    package ti.platforms.msp430 [1,0,0] {
     9        module Platform;
    10    }