1    /* 
     2     *  Copyright (c) 2008-2017 Texas Instruments and others. - https://www.ti.com
     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    requires xdc.bld;
    18    
    19    /*!
    20     *  ======== ti.targets.elf ========
    21     *  Package of targets for TI code generation tools for ELF
    22     *
    23     */
    24    package ti.targets.elf [1,0,0] {
    25        interface ITarget;
    26        module C64P, C674;
    27        module C64P_big_endian, C674_big_endian;
    28        module C66, C66_big_endian;
    29        module C28_float;
    30    }
    31    /*
    32     *  @(#) ti.targets.elf; 1, 0, 0,0; 2-10-2017 09:06:49; /db/ztree/library/trees/xdctargets/xdctargets-m11/src/ xlibrary
    33    
    34     */
    35