1    /*
     2     *  Copyright (c) 2010 by 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    /*
    14     *  ======== package.xdc ========
    15     *
    16     */
    17    
    18    requires ti.catalog.c6000;
    19    requires ti.catalog.arm;
    20    requires xdc.platform [1,0,1];
    21    
    22    /*!
    23     *  ======== ti.platforms.evm3530 ========
    24     *  Platform package for the evm3530 platform.
    25     *
    26     *  This package implements the interfaces (xdc.platform.IPlatform)
    27     *  necessary to build and run executables on the evm3530 platform.
    28     *
    29     *  @a(Throws)
    30     *  `XDCException` exceptions are thrown for fatal errors. The following error
    31     *  codes are reported in the exception message:
    32     *  @p(dlist)                            
    33     *      -  `ti.platfoms.evm3530.LINK_TEMPLATE_ERROR`
    34     *           This error is raised when this platform cannot found the default
    35     *           linker command template `linkcmd.xdt` in the build target's
    36     *           package. When a target does not contain this file, the config
    37     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    38     *  @p
    39     */
    40    package ti.platforms.evm3530 [1,0,0] {
    41        module Platform;
    42    }
    43    /*
    44     *  @(#) ti.platforms.evm3530; 1, 0, 0,196; 8-7-2010 18:28:52; /db/ztree/library/trees/platform/platform-l20x/src/
    45     */
    46