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