1    /* 
     2     *  Copyright (c) 2010 Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     *
    11     * */
    12    requires xdc.runtime;
    13    
    14    /*!
    15     *  ======== ti.targets.msp430.rts430 ========
    16     *  Runtime support package for the MSP430 targets.
    17     *
    18     *  This package builds a library of all modules in the xdc.runtime package.
    19     *  By building the xdc.runtime package here we avoid having multiple copies
    20     *  of the same source in different runtime support packages for different
    21     *  ISAs.  This also allows xdc.runtime to be a pure source package
    22     *  independent of any particular tool chain.
    23     */
    24    package ti.targets.msp430.rts430 [1,0,0] {
    25        module Settings;
    26    }
    27    /*
    28     *  @(#) ti.targets.msp430.rts430; 1, 0, 0,0; 6-8-2016 17:30:39; /db/ztree/library/trees/xdctargets/xdctargets-l00/src/ xlibrary
    29    
    30     */
    31