1    /* 
     2     *  Copyright (c) 2008-2019 Texas Instruments Incorporated
     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    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;
    27        interface IR4, IR5;
    28        interface IM3, IM4;
    29        module Arm9;
    30        module M3, M4, M4F;
    31        module R4Ft, R5F, R5Ft;
    32    }
    33    /*
    34     *  @(#) ti.targets.arm.elf; 1, 0, 0,0; 4-18-2019 17:32:58; /db/ztree/library/trees/xdctargets/xdctargets-t04/src/ xlibrary
    35    
    36     */
    37