1    /*!
     2     *  ======== ti.mcu.msp430.driverlib.product ========
     3     *  MSP430 DriverLib Product Package
     4     *
     5     *  This package provides integration of the DriverLib peripheral support
     6     *  library within the Eclipse/CCS development environment.  It provides:
     7     *  @p(blist)
     8     *      - CCS project wizard templates to make it easy to create projects
     9     *        that build and use DriverLib
    10     *      - a pre-defined build variable `${MSP430_DRIVERLIB_ROOT}`; simplifies
    11     *        the addition of DriverLib to existing projects and enables projects
    12     *        to be portable among develipers with differing  installation
    13     *        directories
    14     *      - "Available Product" view support; enables DriverLib to be easily
    15     *        added to existing projects that use a target-content product (e.g.,
    16     *        SYS/BIOS)
    17     *      - searchable documentation within the Eclipse help system
    18     *      - side-by-side versioning support; enables project-specific control
    19     *        of the version of DriverLib used by the project
    20     *  @p
    21     */
    22    package ti.mcu.msp430.driverlib.product [1, 0, 0] {
    23        module ProductView;
    24        module DriverLib;
    25    }