pictographs/AknPictograph/config/DoCoMo/config.ini
author William Roberts <williamr@symbian.org>
Tue, 05 Jan 2010 12:31:25 +0000
changeset 16 8788585969bc
parent 0 05e9090e2422
permissions -rw-r--r--
Final tweaks to get the ecom plugin to match the wsini.ini settings

//============================================================================
// config.ini
// Pictograph configuration file for DoCoMo pictographs
//
// Note: keys/values are case insensitive unless it specified otherwise.
//============================================================================

// Only pictographs with the listed heights will be included
// into the build.
// Supported values: list of space separated values of 12|16|18|24|30
// Mandatory to specify at least a single height.
PICTOGRAPH_HEIGHTS=12 16 18 24 30

// Defines the directory name below aknpictographbitmaps that stores the
// pictograph bitmaps/masked for this configuration.
// Note: value could be case sensitive in some platforms e.g. Linux
// Optional
// Default: same directory name as this file is located
PICTOGRAPH_BITMAPS_SOURCE_DIR= 

// Defines the display mode for the bitmap holding the pictographs.
// Supported values: EColor256|EColor64K
// Optional
// Default: EColor256
PICTOGRAPH_BITMAP_DISPLAY_MODE=


// Defines the display mode for the bitmap holding the pictograph masks.
// Supported values: EGray2|EGray256
// Optional
// Default: EGray2
PICTOGRAPH_BITMAP_MASK_DISPLAY_MODE=

// End of file