1    /* 
     2     *  Copyright (c) 2008-2015 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 C67P;
    31        module C64T, C66, C66_big_endian;
    32        module C28, C28_large, C28_float;
    33        module C62, C62_big_endian;
    34        module C64, C64_big_endian;
    35        module C67, C67_big_endian;
    36    
    37        interface ITarget;
    38    }
    39    
    40    /*
    41     *  @(#) ti.targets; 1, 0, 3,0; 6-8-2016 17:06:50; /db/ztree/library/trees/xdctargets/xdctargets-l00/src/ xlibrary
    42    
    43     */
    44