1    /*
     2     *  Copyright (c) 2014 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.cortexa15;
    20    requires xdc.platform [1,0,1];
    21    
    22    /*!
    23     *  ======== ti.platforms.evmTCI6636K2H ========
    24     *  Platform package for the TCI6636 evm.
    25     *
    26     *  @a(Throws)
    27     *  `XDCException` exceptions are thrown for fatal errors. The following error
    28     *  codes are reported in the exception message:
    29     *  @p(dlist)                            
    30     *      -  `ti.platfoms.evmTCIK2X.LINK_TEMPLATE_ERROR`
    31     *           This error is raised when this platform cannot found the default
    32     *           linker command template `linkcmd.xdt` in the build target's
    33     *           package. When a target does not contain this file, the config
    34     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    35     *  @p
    36     */
    37    package ti.platforms.evmTCI6636K2H [1,0,0,0] {
    38        module Platform;
    39    }
    40    /*
    41     *  @(#) ti.platforms.evmTCI6636K2H; 1, 0, 0, 0,30; 3-22-2014 18:57:55; /db/ztree/library/trees/platform/platform-o48x/src/
    42     */
    43