1    /* 
     2     *  Copyright (c) 2011 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     */
    13    requires xdc.runtime;
    14    
    15    /*!
    16     *  ======== qnx.targets.arm.rts ========
    17     *  Runtime support package for the qnx.targets.arm.Qnx target
    18     *
    19     *  This package builds a library of standard XDC system support functions
    20     *  using sources from the xdc.runtime package (to avoid having multiple copies of
    21     *  the same source in different runtime support packages for different ISAs).
    22     */
    23    package qnx.targets.arm.rts [1, 0, 0] {
    24    }
    25    /*
    26     *  @(#) qnx.targets.arm.rts; 1, 0, 0,26; 8-23-2012 21:40:30; /db/ztree/library/trees/xdctargets/xdctargets-f27x/src/ xlibrary
    27    
    28     */
    29