equal
deleted
inserted
replaced
16 |
16 |
17 # --- PLATFORM VERSION --- |
17 # --- PLATFORM VERSION --- |
18 |
18 |
19 # This is used as in platform's xml-description as a version-id. |
19 # This is used as in platform's xml-description as a version-id. |
20 # By default, the version string is used also in report and error log filenames. |
20 # By default, the version string is used also in report and error log filenames. |
21 # Allowed values are: '5.0', '5.1' and '5.2' |
21 # Allowed values are: '3.0', '3.1', 3.2', '5.0', '5.1' and '5.2' |
22 PLATFORM_VERSION = '5.0' |
22 PLATFORM_VERSION = '5.0' |
23 BUILD = 'wk26_2008' |
23 BUILD = 'wk26_2008' |
24 |
24 |
25 # --- REPORT FILENAME --- |
25 # --- REPORT FILENAME --- |
26 REPORT_FILENAME = 's60_platform_data_temp' |
26 REPORT_FILENAME = 's60_platform_data_temp' |
78 |
78 |
79 # --- OPTIONAL API INFO FIELD ( options 'yes' or 'no') --- |
79 # --- OPTIONAL API INFO FIELD ( options 'yes' or 'no') --- |
80 API_INFO_NEEDED = 'yes' |
80 API_INFO_NEEDED = 'yes' |
81 |
81 |
82 # --- OPTIONAL IF API INFO NEEDED, MENTION THE SDK INDEX, |
82 # --- OPTIONAL IF API INFO NEEDED, MENTION THE SDK INDEX, |
83 # --- ex: for 5.0 release_index 155, |
83 # --- ex: For 3.2 sdk , release_index 132 , for 5.0 release_index 155, |
84 # --- for 5.1 sdk, release_index 154 |
84 # --- for 5.1 sdk, release_index 154 and for 5.2 release_index 150. |
85 # --- for 5.2 release_index 150 |
85 # --- for 3.0 and 3.1 sdks, keep release index 12 |
86 #If not mentioned, then any release will be taken. |
86 #If not mentioned, then any release will be taken. |
87 #Else while generating the platform data script , we can get the updated release index from kevlar for each sdk. |
87 #Else while generating the platform data script , we can get the updated release index from kevlar for each sdk. |
88 |
88 |
89 API_REL_INDX ='155' |
89 API_REL_INDX ='155' |