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