1    /*
     2     *  Copyright 2007 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 xdc.tools.configuro;
    11    
    12    /*!
    13     *  ======== xdc.tools.configuro.ccs ========
    14     *  Command-line configuration tool adapter for Code Composer Studio
    15     *
    16     *  @a(INSTALLING_ON_WINDOWS)
    17     *
    18     *  The XDC interface to Code Composer Studio requires some Windows registry
    19     *  entries for correct operation. By default the XDC product Windows installer
    20     *  takes care of this transparently to the user. You need only read this
    21     *  section if you have installed or upgraded the XDC product on Windows without
    22     *  having used the installer, for example if you are accessing XDC from a
    23     *  shared network drive.
    24     *
    25     *  To update the required registry entries, do the following steps:
    26     *  @p(nlist)
    27     *  - open a Windows command window, for example by typing `cmd` from the
    28     *    "Run..." menu item located in the Windows "Start" menu.
    29     *  - type `cd %XDCROOT%`
    30     *  - type `cd packages\xdc\tools\configuro\ccs`
    31     *  - type `regsvr32 btiXdc`
    32     *  - click OK on the dialog box:
    33     *  @p
    34     *  @p(html)
    35     *     <div style="text-align: center;">
    36     *       <img src="./doc-files/RegSvr32.png"/>
    37     *     </div>
    38     *  @p
    39     * 
    40     *  If you have not installed XDC using the installer, it is possible that you
    41     *  also do not have an `%XDCROOT%` environment variable. In this case in step
    42     *  2 above, cd to your own XDC product installation directory.
    43     */
    44    package xdc.tools.configuro.ccs [1, 0, 0, 0] {
    45        module Main;
    46    }
    47    /*
    48     *  @(#) xdc.tools.configuro.ccs; 1, 0, 0, 0,34; 12-15-2007 18:23:21; /db/ztree/library/trees/bti-a52x/src/
    49     */
    50