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