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    requires ti.targets;
    19    
    20    /*!
    21     *  ======== ti.targets.arm.elf ========
    22     *  Package of Arm targets for TI code generation tools for ELF
    23     *
    24     */
    25    package ti.targets.arm.elf [1,0,0] {
    26        interface IArm, IR4, IR4_big_endian;
    27        interface IA8, IM3, IM3_big_endian;
    28        module Arm7, Arm7_big_endian, Arm9, Arm9t;
    29        module M3, M3_big_endian;
    30        module A8F, A8Ft;
    31        module R4, R4_big_endian;
    32        module R4t, R4t_big_endian;
    33        module R4F, R4F_big_endian;
    34        module R4Ft, R4Ft_big_endian;
    35    }
    36    /*
    37     *  @(#) ti.targets.arm.elf; 1, 0, 0,201; 4-29-2011 11:59:39; /db/ztree/library/trees/xdctargets/xdctargets-e03x/src/ xlibrary
    38    
    39     */
    40