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