pictographs/AknPictograph/config/Vodafone/config.ini
author hgs
Wed, 29 Sep 2010 10:38:53 +0800
changeset 118 c386f4a34d04
parent 0 05e9090e2422
permissions -rw-r--r--
201037

//============================================================================
// config.ini
// Pictograph configuration file for Vodafone 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=EGray256

// End of file