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    /*
    13     *  ======== package.xdc ========
    14     *
    15     */
    16    
    17    requires xdc.bld [1,0,1];
    18    
    19    /*!
    20     *  ======== ti.targets ========
    21     *  Package of targets for TI code generation tools
    22     *
    23     *  The modules in this package implement the xdc.bld.ITarget interface; this
    24     *  interface "wraps" the compiler tool-chain with an abstract interface
    25     *  that enables these tools to to be used by the XDC Build Engine.
    26     */
    27    package ti.targets [1,0,3] {
    28        module C62, C62_big_endian;
    29        module C64, C64_big_endian;
    30        module C64P, C64P_big_endian, C674, C674_big_endian;
    31        module C67, C67_big_endian;
    32        module C67P;
    33        module C64T, C64T_big_endian, C66, C66_big_endian;
    34        module C54, C54_far;
    35        module C55, C55_large, C55_huge, C55P_word;
    36        module C28, C28_large, C28_float;
    37        module TMS470, TMS470_big_endian;
    38        
    39        interface ITarget;
    40    }
    41    /*
    42     *  @(#) ti.targets; 1, 0, 3,399; 8-4-2010 16:21:20; /db/ztree/library/trees/xdctargets/xdctargets-c27x/src/
    43     */
    44