1    /*
     2     *  Copyright (c) 2011 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.c2800;
    14    requires xdc.platform [1,0,1];
    15    
    16    /*!
    17     *  ======== ti.platforms.control28069 ========
    18     *  Platform package for the 28069 control card and control stick.
    19     *
    20     *  This package implements the interfaces (xdc.platform.IPlatform)
    21     *  necessary to build and run executables on the 28069 controlCARD and
    22     *  controlSTICK platform.
    23     */
    24    package ti.platforms.control28069 [1,0,0] {
    25        module Platform;
    26    }
    27    /*
    28     *  @(#) ti.platforms.control28069; 1, 0, 0,33; 6-15-2011 13:44:55; /db/ztree/library/trees/platform/platform-m22x/src/
    29     */
    30