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