--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pictographs/AknPictograph/config/Vodafone/config.ini Thu Dec 17 09:14:12 2009 +0200
@@ -0,0 +1,34 @@
+//============================================================================
+// 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
\ No newline at end of file