1    /* 
     2     *  Copyright (c) 2008 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.rts5500 ========
    16     *  Runtime support package for the c5500 targets.
    17     *
    18     *  This package builds a library of standard XDC system support functions.
    19     *  In particular, it builds several implementations of the
    20     *  xdc.runtime.ISystemProvider interface.  Moreover, this package uses sources
    21     *  that are part of the xdc.runtime package (to avoid having multiple copies of
    22     *  the same source in different runtime support packages for different ISAs.
    23     */
    24    package ti.targets.rts5500 [1,0,0,0] {
    25    }
    26    /*
    27     *  @(#) ti.targets.rts5500; 1, 0, 0, 0,313; 8-4-2010 16:57:40; /db/ztree/library/trees/xdctargets/xdctargets-c27x/src/
    28     */
    29