1    /* 
     2     *  Copyright (c) 2008 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    requires xdc.platform;
    13    
    14    /*!
    15     *  ======== host.platform.SUN ========
    16     *  Platform package for the SUN Sparc platform.
    17     *
    18     *  This package implements the interfaces (xdc.platform.IPlatform) necessary 
    19     *  to build and run executables on a SUN Sparc platform.
    20     */
    21    package host.platforms.SUN [1,0,0,1] {
    22        module Platform;
    23        module SunSparc7;
    24    }
    25    /*
    26     *  @(#) host.platforms.SUN; 1, 0, 0, 1,292; 8-20-2010 17:20:27; /db/ztree/library/trees/xdc/xdc-v48x/src/packages/
    27     */
    28