aboutsummaryrefslogblamecommitdiffstats
blob: b35c95346de17f15b0cecc517d1d5f4f6b4c7d6f (plain) (tree)




























                                                                        
/*!
 *  ======== MPEG2VDEC ========
 */
 
metaonly module MPEG2VDEC
{
    /*!
     *  ======== watermark ========
     *  This config param allows the user to indicate whether to include
     *  a watermark or not.    
     */
    config Bool watermark = false;

    /*!
     *  ======== Code Section ========
     */
    config String codeSection;

    /*!
     *  ======== Uninitialized Data Section ========
     */
    config String udataSection;

    /*!
     *  ======== Initialized Data Section ========
     */
    config String dataSection;   

}