pictographs/AknPictograph/config/DoCoMo/config.ini
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 //============================================================================
       
     2 // config.ini
       
     3 // Pictograph configuration file for DoCoMo pictographs
       
     4 //
       
     5 // Note: keys/values are case insensitive unless it specified otherwise.
       
     6 //============================================================================
       
     7 
       
     8 // Only pictographs with the listed heights will be included
       
     9 // into the build.
       
    10 // Supported values: list of space separated values of 12|16|18|24|30
       
    11 // Mandatory to specify at least a single height.
       
    12 PICTOGRAPH_HEIGHTS=12 16 18 24 30
       
    13 
       
    14 // Defines the directory name below aknpictographbitmaps that stores the
       
    15 // pictograph bitmaps/masked for this configuration.
       
    16 // Note: value could be case sensitive in some platforms e.g. Linux
       
    17 // Optional
       
    18 // Default: same directory name as this file is located
       
    19 PICTOGRAPH_BITMAPS_SOURCE_DIR= 
       
    20 
       
    21 // Defines the display mode for the bitmap holding the pictographs.
       
    22 // Supported values: EColor256|EColor64K
       
    23 // Optional
       
    24 // Default: EColor256
       
    25 PICTOGRAPH_BITMAP_DISPLAY_MODE=
       
    26 
       
    27 
       
    28 // Defines the display mode for the bitmap holding the pictograph masks.
       
    29 // Supported values: EGray2|EGray256
       
    30 // Optional
       
    31 // Default: EGray2
       
    32 PICTOGRAPH_BITMAP_MASK_DISPLAY_MODE=
       
    33 
       
    34 // End of file