1    /* 
     2     *  Copyright (c) 2008-2017 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    /*
    14     *  ======== package.xdc ========
    15     *
    16     */
    17    
    18    requires xdc.bld;
    19    
    20    /*!
    21     *  ======== ti.targets ========
    22     *  Package of targets for TI code generation tools
    23     *
    24     *  The modules in this package implement the xdc.bld.ITarget interface; this
    25     *  interface "wraps" the compiler tool-chain with an abstract interface
    26     *  that enables these tools to to be used by the XDC Build Engine.
    27     */
    28    package ti.targets [1,0,3] {
    29        module C64P, C64P_big_endian, C674, C674_big_endian;
    30        module C66, C66_big_endian;
    31        module C28, C28_large, C28_float;
    32    
    33        interface ITarget;
    34    }
    35    
    36    /*
    37     *  @(#) ti.targets; 1, 0, 3,0; 2-10-2017 09:06:41; /db/ztree/library/trees/xdctargets/xdctargets-m11/src/ xlibrary
    38    
    39     */
    40