--- a/apicompatanamdw/compatanalysercmd/checkbc/scripts/cds/config.py Mon Sep 20 10:04:46 2010 +0100
+++ b/apicompatanamdw/compatanalysercmd/checkbc/scripts/cds/config.py Mon Sep 27 14:51:17 2010 +0530
@@ -18,9 +18,9 @@
# This is used as in platform's xml-description as a version-id.
# By default, the version string is used also in report and error log filenames.
-# Allowed values are: '3.0', '3.1', 3.2', '5.0', '5.1' and '5.2'
-PLATFORM_VERSION = '5.0'
-BUILD = 'wk26_2008'
+# Allowed values are: '5.0', '9.1','9.2','10.1'
+PLATFORM_VERSION = '10.1'
+BUILD = 'wk16_2010'
# --- REPORT FILENAME ---
REPORT_FILENAME = 's60_platform_data_temp'
@@ -28,7 +28,7 @@
# --- PLATFORM_PATHS.HRH FILE NAME AND LOCATION ---
# Platform_paths.hrh file is searched from the following directory with the given filename.
-PLATFORM_PATHS_HRH_LOCATION = r'C:\Build_C\S60_5_0_200826\epoc32\include\domain\osextensions'
+PLATFORM_PATHS_HRH_LOCATION = r'C:\Build_C\MCL_92_201016_hw79\epoc32\include\'
PLATFORM_PATHS_HRH_FILE = r'platform_paths.hrh'
# --- SUB-DIRECTORIES THAT ARE NOT SCANNED ---
@@ -68,8 +68,8 @@
# --- SOURCE CODE PATHS ---
# Tuples of (path, removed prefix)
SCANNER_PATHS = (
-(r'C:\Build_C\S60_5_0_200826\src', r'C:\Build_C\S60_5_0_200826'),
-(r'C:\Build_C\S60_5_0_200826\S60', r'C:\Build_C\S60_5_0_200826'),
+(r'C:\Build_C\MCL_92_201016_hw79\sf', r'C:\Build_C\MCL_92_201016_hw79'),
+# (r'C:\Build_C\MCL_92_201016_hw79\ext', r'C:\Build_C\MCL_92_201016_hw79'), #[if added any extra source path]
)
# --- OUTPUT FILE LOCATIONS ---
@@ -80,10 +80,10 @@
API_INFO_NEEDED = 'yes'
# --- OPTIONAL IF API INFO NEEDED, MENTION THE SDK INDEX,
-# --- ex: For 3.2 sdk , release_index 132 , for 5.0 release_index 155,
-# --- for 5.1 sdk, release_index 154 and for 5.2 release_index 150.
-# --- for 3.0 and 3.1 sdks, keep release index 12
+# --- ex: for 5.0 release_index 155,
+# --- for 9.1 sdk, release_index 154 and for 9.2 release_index 250,for 10.1 release_index is 251.
+
#If not mentioned, then any release will be taken.
#Else while generating the platform data script , we can get the updated release index from kevlar for each sdk.
-API_REL_INDX ='155'
\ No newline at end of file
+API_REL_INDX ='251'
\ No newline at end of file