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