1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    requires ti.catalog.c6000;
    11    requires ti.catalog.arm;
    12    requires xdc.platform [1,0,1];
    13    
    14    /*!
    15     *  ======== ti.platforms.evmOMAPL137 ========
    16     *  Platform package for the evmOMAPL137 platform.
    17     *
    18     *  This package implements the interfaces (xdc.platform.IPlatform)
    19     *  necessary to build and run executables on the evmOMAPL137 platform.
    20     *
    21     *  @a(Throws)
    22     *  `XDCException` exceptions are thrown for fatal errors. The following error
    23     *  codes are reported in the exception message:
    24     *  @p(dlist)                            
    25     *      -  `ti.platfoms.evmOMAPL137.LINK_TEMPLATE_ERROR`
    26     *           This error is raised when this platform cannot found the default
    27     *           linker command template `linkcmd.xdt` in the build target's
    28     *           package. When a target does not contain this file, the config
    29     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    30     *  @p
    31     */
    32    package ti.platforms.evmOMAPL137 [1,0,0] {
    33        module Platform;
    34    }
    35    /*
    36     *  @(#) ti.platforms.evmOMAPL137; 1, 0, 0,44; 6-4-2009 14:23:45; /db/ztree/library/trees/platform-k10x/src/
    37     */
    38