1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    requires xdc.runtime;
    11    
    12    /*!
    13     *  ======== microsoft.targets.arm.rts ========
    14     *  Runtime support package for the Arm targets for use with Microsoft tools.
    15     *
    16     *  This package builds a library of standard XDC system support functions.
    17     *  In particular, it builds several implementations of the 
    18     *  xdc.runtime.ISystemProvider interface.  Moreover, this package uses sources
    19     *  that are part of the xdc.runtime package (to avoid having multiple copies of 
    20     *  the same source in different runtime support packages for different ISAs.
    21     */
    22    package microsoft.targets.arm.rts [1,0,0,0] {
    23    }
    24    /*
    25     *  @(#) microsoft.targets.arm.rts; 1, 0, 0, 0,47; 6-10-2009 11:43:49; /db/atree/library/trees/xdctargets/xdctargets-b08x/src/
    26     */
    27