1    /* 
     2     *  Copyright (c) 2008-2015 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 IA8, IM3, IM4, IM0;
    29        module Arm9;
    30        module M0;
    31        module M3;
    32        module M4, M4F;
    33        module A8F, A8Ft;
    34        module A8Fv, A8Fnv;
    35        module R4F, R5F;
    36    }
    37    /*
    38     *  @(#) ti.targets.arm.elf; 1, 0, 0,0; 2-10-2017 09:06:44; /db/ztree/library/trees/xdctargets/xdctargets-m11/src/ xlibrary
    39    
    40     */
    41