aboutsummaryrefslogtreecommitdiffstats
blob: 975fb86798e203faf0c02edf9a32c80797be8c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*!
 *  ======== JPEGVENC ========
 */
 
metaonly module JPEGVENC
{
    /*!
     *  ======== 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;   

}