installationservices/swcomponentregistry/test/tscr/scripts/tscr.ini
changeset 24 84a16765cd86
child 25 98b66e4fb0be
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 // Configuration file for SCR Test Harness
       
     2 [db_file]
       
     3 DbFilePath=c:\sys\install\scr\scr.db
       
     4 JournalFilePath=c:\sys\install\scr\scr.db-journal
       
     5 
       
     6 [log_file]
       
     7 DbFilePath=c:\private\10285bc0\scr.log
       
     8 JournalFilePath=c:\private\10285bc0\scr_tmp.log
       
     9 
       
    10 [corrupted_db_file_no_version_table]
       
    11 SourceFilePath=z:\tusif\tscr\data\scr-noversiontable.db
       
    12 TargetFilePath=c:\sys\install\scr\scr.db
       
    13 
       
    14 [corrupted_db_file_no_version_entries]
       
    15 SourceFilePath=z:\tusif\tscr\data\scr-noentriesinversiontable.db
       
    16 TargetFilePath=c:\sys\install\scr\scr.db
       
    17 
       
    18 [db_file_older_major_version]
       
    19 SourceFilePath=z:\tusif\tscr\data\scr-oldermajordbversion.db
       
    20 TargetFilePath=c:\sys\install\scr\scr.db
       
    21 
       
    22 [db_file_newer_major_version]
       
    23 SourceFilePath=z:\tusif\tscr\data\scr-newermajordbversion.db
       
    24 TargetFilePath=c:\sys\install\scr\scr.db
       
    25 
       
    26 [db_file_newer_minor_version]
       
    27 SourceFilePath=z:\tusif\tscr\data\scr-newerminordbversion.db
       
    28 TargetFilePath=c:\sys\install\scr\scr.db
       
    29 
       
    30 [db_file_older_minor_version]
       
    31 SourceFilePath=z:\tusif\tscr\data\scr-olderminordbversion.db
       
    32 TargetFilePath=c:\sys\install\scr\scr.db
       
    33 
       
    34 [db_file_different_build_number]
       
    35 SourceFilePath=z:\tusif\tscr\data\scr-differentbuildnumber.db
       
    36 TargetFilePath=c:\sys\install\scr\scr.db
       
    37 
       
    38 [scr_small_db]
       
    39 SourceFilePath=z:\tusif\tscr\data\scr_small.db
       
    40 TargetFilePath=c:\sys\install\scr\scr.db
       
    41 
       
    42 [scr_medium_db]
       
    43 SourceFilePath=z:\tusif\tscr\data\scr_medium.db
       
    44 TargetFilePath=c:\sys\install\scr\scr.db
       
    45 
       
    46 [scr_large_db]
       
    47 SourceFilePath=z:\tusif\tscr\data\scr_large.db
       
    48 TargetFilePath=c:\sys\install\scr\scr.db
       
    49 
       
    50 [shared_data]
       
    51 shared_data_num = 1
       
    52 shared_name_1 = ComponentId  
       
    53 
       
    54 // Shared sections
       
    55 
       
    56 [common_component_names]
       
    57 SoftwareType=plain
       
    58 ComponentName=GeneralComponent
       
    59 VendorName=Symbian
       
    60 
       
    61 [common_component_attributes]
       
    62 ComponentIdOffset=0
       
    63 ComponentName=GeneralComponent
       
    64 VendorName=Symbian
       
    65 SoftwareType=plain
       
    66 GlobalIdName=
       
    67 Removable=True
       
    68 ComponentSize=0
       
    69 ScomoState=0
       
    70 InstalledDrives=
       
    71 Version=
       
    72 
       
    73 [common_component_properties]
       
    74 ComponentIdOffset=0
       
    75 PropertiesCount=3
       
    76 PropertyName0=StringProperty
       
    77 PropertyType0=1
       
    78 PropertyValue0=astring
       
    79 PropertyName1=IntegerProperty
       
    80 PropertyType1=2
       
    81 PropertyValue1=111
       
    82 PropertyName2=LocalizedProperty
       
    83 PropertyType2=3
       
    84 PropertyValue2=alocalizedstring
       
    85 PropertyLocale2=1
       
    86 
       
    87 [common_files]
       
    88 ComponentIdOffset=0
       
    89 FileCount= 2
       
    90 FileName0=c:\common_file_1.txt
       
    91 FileName1=z:\common_file_2.txt
       
    92 
       
    93 [common_file1_properties]
       
    94 ComponentIdOffset=0
       
    95 FileName=c:\common_file_1.txt
       
    96 PropertiesCount=2
       
    97 PropertyName0=TestFilePropertyStr
       
    98 PropertyType0=1
       
    99 PropertyValue0=afile1string
       
   100 PropertyName1=TestFilePropertyInt
       
   101 PropertyType1=2
       
   102 PropertyValue1=101
       
   103 
       
   104 [common_file2_properties]
       
   105 ComponentIdOffset=0
       
   106 FileName=z:\common_file_2.txt
       
   107 PropertiesCount=2
       
   108 PropertyName0=TestFilePropertyStr
       
   109 PropertyType0=1
       
   110 PropertyValue0=afile2string
       
   111 PropertyName1=TestFilePropertyInt
       
   112 PropertyType1=2
       
   113 PropertyValue1=102
       
   114 
       
   115 // SEC-SCR-API-0001
       
   116 // uses shared sections
       
   117 
       
   118 // SEC-SCR-API-0002
       
   119 
       
   120 [component_with_localizables]
       
   121 SoftwareType=plain
       
   122 IsLocalisable=True
       
   123 LocalesCount=4
       
   124 ComponentName0=Component_N2
       
   125 VendorName0=SecurityTeam
       
   126 ComponentLocale0=1 //English
       
   127 ComponentName1=Cåmponent_N2
       
   128 VendorName1=SäkerhetLag
       
   129 ComponentLocale1=6 //Swedish
       
   130 ComponentName2=Bilesen_N2
       
   131 VendorName2=GüvenlikTakimi
       
   132 ComponentLocale2=14 //Turkish
       
   133 ComponentName3=NonLocalizedName
       
   134 VendorName3=NonLocalizedVendor
       
   135 ComponentLocale3=0 //Default or Unique
       
   136 
       
   137 
       
   138 [verify_component_localizables1]
       
   139 FilterName=Component_N2
       
   140 FilterVendor=SecurityTeam
       
   141 ComponentLocale=0
       
   142 ComponentIdOffset=0
       
   143 ComponentName=Component_N2
       
   144 VendorName=SecurityTeam
       
   145 SoftwareType=plain
       
   146 GlobalIdName=
       
   147 Removable=True
       
   148 ComponentSize=0
       
   149 ScomoState=0
       
   150 InstalledDrives=
       
   151 Version=
       
   152 
       
   153 [verify_component_localizables2]
       
   154 FilterName=Cåmponent_N2
       
   155 FilterVendor=SäkerhetLag
       
   156 ComponentIdOffset=0
       
   157 ComponentName=Cåmponent_N2
       
   158 VendorName=SäkerhetLag
       
   159 SoftwareType=plain
       
   160 GlobalIdName=
       
   161 Removable=True
       
   162 ComponentSize=0
       
   163 ScomoState=0
       
   164 InstalledDrives=
       
   165 Version=
       
   166 
       
   167 [verify_component_localizables3]
       
   168 FilterName=Bilesen_N2
       
   169 FilterVendor=GüvenlikTakimi
       
   170 ComponentIdOffset=0
       
   171 ComponentName=Bilesen_N2
       
   172 VendorName=GüvenlikTakimi
       
   173 SoftwareType=plain
       
   174 GlobalIdName=
       
   175 Removable=True
       
   176 ComponentSize=0
       
   177 ScomoState=0
       
   178 InstalledDrives=
       
   179 Version=
       
   180 
       
   181 [get_component_with_nonlocalized_names]
       
   182 ComponentLocale=0
       
   183 ComponentIdOffset=0
       
   184 ComponentName=NonLocalizedName
       
   185 VendorName=NonLocalizedVendor
       
   186 SoftwareType=plain
       
   187 GlobalIdName=
       
   188 Removable=True
       
   189 ComponentSize=0
       
   190 ScomoState=0
       
   191 InstalledDrives=
       
   192 Version=
       
   193 
       
   194 [get_component_with_unspecified_names]
       
   195 ComponentLocale=-1
       
   196 ComponentIdOffset=0
       
   197 ComponentName=Component_N2
       
   198 VendorName=SecurityTeam
       
   199 SoftwareType=plain
       
   200 GlobalIdName=
       
   201 Removable=True
       
   202 ComponentSize=0
       
   203 ScomoState=0
       
   204 InstalledDrives=
       
   205 Version=
       
   206 
       
   207 [get_component_with_particular_names]
       
   208 ComponentLocale=14
       
   209 ComponentIdOffset=0
       
   210 ComponentName=Bilesen_N2
       
   211 VendorName=GüvenlikTakimi
       
   212 SoftwareType=plain
       
   213 GlobalIdName=
       
   214 Removable=True
       
   215 ComponentSize=0
       
   216 ScomoState=0
       
   217 InstalledDrives=
       
   218 Version=
       
   219 
       
   220 // SEC-SCR-API-0003
       
   221 
       
   222 [component_with_empty_localizables]
       
   223 SoftwareType=plain
       
   224 IsLocalisable=True
       
   225 LocalesCount=0
       
   226 
       
   227 [component_with_empty_name]
       
   228 SoftwareType=plain
       
   229 ComponentName=
       
   230 VendorName=Symbian
       
   231 
       
   232 [update_component_set_empty_name]
       
   233 ComponentIdOffset=0
       
   234 Version=0.1
       
   235 Removable=False
       
   236 DrmProtected=True
       
   237 Hidden=True
       
   238 KnownRevoked=True
       
   239 OriginVerified=True
       
   240 ComponentSize=111
       
   241 ComponentName=
       
   242 VendorName=newVendorName
       
   243 PropertyLocale=0
       
   244 
       
   245 // SEC-SCR-API-0004
       
   246 
       
   247 [component_with_multiple_names]
       
   248 SoftwareType=plain
       
   249 IsLocalisable=True
       
   250 LocalesCount=2
       
   251 ComponentName0=ComponentThree
       
   252 VendorName0=VendorThree
       
   253 ComponentLocale0=1 //English
       
   254 ComponentName1=CåmponentTre
       
   255 VendorName1=FörsäljareTre
       
   256 ComponentLocale1=6 //Swedish
       
   257 
       
   258 [update_component_attributes]
       
   259 ComponentIdOffset=0
       
   260 Version=0.1
       
   261 Removable=False
       
   262 DrmProtected=True
       
   263 Hidden=True
       
   264 KnownRevoked=True
       
   265 OriginVerified=True
       
   266 ComponentSize=12345
       
   267 ComponentName=UppdateraCåmponentTre
       
   268 VendorName=NyFörsäljareTre
       
   269 PropertyLocale=6 //Swedish
       
   270 
       
   271 [verify_updated_component_attributes]
       
   272 FilterName=UppdateraCåmponentTre
       
   273 FilterVendor=NyFörsäljareTre
       
   274 ComponentIdOffset=0
       
   275 ComponentName=UppdateraCåmponentTre
       
   276 VendorName=NyFörsäljareTre
       
   277 SoftwareType=plain
       
   278 GlobalIdName=
       
   279 Removable=False
       
   280 DrmProtected=True
       
   281 Hidden=True
       
   282 KnownRevoked=True
       
   283 OriginVerified=True
       
   284 ComponentSize=12345
       
   285 ScomoState=0
       
   286 InstalledDrives=
       
   287 Version=0.1
       
   288 
       
   289 
       
   290 // SEC-SCR-API-0005
       
   291 
       
   292 [set_single_localized_property]
       
   293 ComponentIdOffset=0
       
   294 PropertiesCount=1
       
   295 PropertyName0=SingleLocalizedProperty
       
   296 PropertyType0=3
       
   297 PropertyValue0=alocalizedstring
       
   298 PropertyLocale0=10
       
   299 
       
   300 [get_single_localized_property]
       
   301 ComponentIdOffset=0
       
   302 PropertyName=SingleLocalizedProperty
       
   303 PropertyType=3
       
   304 PropertyValue=alocalizedstring
       
   305 PropertyLocale=10
       
   306 
       
   307 [get_single_non_localized_property]
       
   308 ComponentIdOffset=0
       
   309 PropertyName=StringProperty
       
   310 PropertyType=1
       
   311 PropertyValue=astring
       
   312 
       
   313 [get_single_int_property]
       
   314 ComponentIdOffset=0
       
   315 PropertyName=IntegerProperty
       
   316 PropertyType=2
       
   317 PropertyValue=111
       
   318 
       
   319 [set_multiple_localized_property]
       
   320 ComponentIdOffset=0
       
   321 PropertiesCount=3
       
   322 PropertyName0=MultiLocalizedProperty
       
   323 PropertyType0=3
       
   324 PropertyValue0=currentlocalestring
       
   325 PropertyLocale0=1
       
   326 PropertyName1=MultiLocalizedProperty
       
   327 PropertyType1=3
       
   328 PropertyValue1=nonlocalizedstring
       
   329 PropertyLocale1=0
       
   330 PropertyName2=MultiLocalizedProperty
       
   331 PropertyType2=3
       
   332 PropertyValue2=anotherlocalestring
       
   333 PropertyLocale2=10
       
   334 
       
   335 [get_nonlocalized_version_property]
       
   336 ComponentIdOffset=0
       
   337 PropertyName=MultiLocalizedProperty
       
   338 PropertyType=3
       
   339 PropertyValue=nonlocalizedstring
       
   340 PropertyLocale=0 // Non-localized
       
   341 
       
   342 [get_unspecified_version_property]
       
   343 ComponentIdOffset=0
       
   344 PropertyName=MultiLocalizedProperty
       
   345 PropertyType=3
       
   346 PropertyValue=currentlocalestring
       
   347 PropertyLocale=1
       
   348 
       
   349 [get_specific_version_property]
       
   350 ComponentIdOffset=0
       
   351 PropertyName=MultiLocalizedProperty
       
   352 PropertyType=3
       
   353 PropertyValue=anotherlocalestring
       
   354 PropertyLocale=10
       
   355 
       
   356 [all_unspecified_locale_properties]
       
   357 ComponentIdOffset=0
       
   358 PropertyLocale=-1 //Unspecified
       
   359 PropertiesCount=4
       
   360 PropertyName0=StringProperty
       
   361 PropertyType0=1
       
   362 PropertyValue0=astring
       
   363 PropertyName1=IntegerProperty
       
   364 PropertyType1=2
       
   365 PropertyValue1=111
       
   366 PropertyName2=MultiLocalizedProperty
       
   367 PropertyType2=3
       
   368 PropertyValue2=nonlocalizedstring
       
   369 PropertyLocale2=1
       
   370 PropertyName3=LocalizedProperty
       
   371 PropertyType3=3
       
   372 PropertyValue3=alocalizedstring
       
   373 PropertyLocale3=1
       
   374 
       
   375 [all_non_localized_properties]
       
   376 ComponentIdOffset=0
       
   377 PropertyLocale=0 //Non-localized
       
   378 PropertiesCount=3
       
   379 PropertyName0=StringProperty
       
   380 PropertyType0=1
       
   381 PropertyValue0=astring
       
   382 PropertyName1=IntegerProperty
       
   383 PropertyType1=2
       
   384 PropertyValue1=111
       
   385 PropertyName2=MultiLocalizedProperty
       
   386 PropertyType2=3
       
   387 PropertyValue2=nonlocalizedstring
       
   388 PropertyLocale2=1
       
   389 
       
   390 [all_particular_properties]
       
   391 ComponentIdOffset=0
       
   392 PropertyLocale=10 // Particular
       
   393 PropertiesCount=2
       
   394 PropertyName0=SingleLocalizedProperty
       
   395 PropertyType0=3
       
   396 PropertyValue0=alocalizedstring
       
   397 PropertyLocale0=1
       
   398 PropertyName1=MultiLocalizedProperty
       
   399 PropertyType1=3
       
   400 PropertyValue1=anotherlocalestring
       
   401 PropertyLocale1=10
       
   402 
       
   403 // SEC-SCR-API-0006
       
   404 
       
   405 [new_component_properties]
       
   406 ComponentIdOffset=0
       
   407 PropertiesCount=3
       
   408 PropertyName0=StringProperty
       
   409 PropertyType0=1
       
   410 PropertyValue0=updatedstring
       
   411 PropertyName1=IntegerProperty
       
   412 PropertyType1=2
       
   413 PropertyValue1=222
       
   414 PropertyName2=LocalizedProperty
       
   415 PropertyType2=3
       
   416 PropertyValue2=updatedlocalizedstring
       
   417 PropertyLocale2=1
       
   418 
       
   419 // SEC-SCR-API-0007
       
   420 
       
   421 [first_component_files]
       
   422 ComponentIdOffset=0
       
   423 FileCount= 2
       
   424 FileName0=c:\logs\scr_test0.txt
       
   425 FileName1=z:\logs\scr_test1.txt
       
   426 
       
   427 [second_component_files]
       
   428 ComponentIdOffset=1
       
   429 FileCount= 2
       
   430 FileName0=z:\logs\scr_test1.txt
       
   431 FileName1=d:\logs\scr_test2.txt
       
   432 SetSize=3
       
   433 
       
   434 [third_component_files]
       
   435 ComponentIdOffset=2
       
   436 FileCount= 2
       
   437 FileName0=c:\logs\scr_test0.txt
       
   438 FileName1=c:\logs\scr_test3.txt
       
   439 
       
   440 
       
   441 // SEC-SCR-API-0008
       
   442 
       
   443 [component_files]
       
   444 ComponentIdOffset=0
       
   445 FileCount= 2
       
   446 FileName0=c:\logs\scr_test4.txt
       
   447 FileName1=z:\logs\scr_test5.txt
       
   448 
       
   449 [component_file1_properties]
       
   450 ComponentIdOffset=0
       
   451 FileName=c:\logs\scr_test4.txt
       
   452 PropertiesCount=2
       
   453 PropertyName0=TestFilePropertyStr
       
   454 PropertyType0=1
       
   455 PropertyValue0=abc
       
   456 PropertyName1=TestFilePropertyInt
       
   457 PropertyType1=2
       
   458 PropertyValue1=111
       
   459 
       
   460 [component_file2_properties]
       
   461 ComponentIdOffset=0
       
   462 FileName=z:\logs\scr_test5.txt
       
   463 PropertiesCount=2
       
   464 PropertyName0=TestFilePropertyStr
       
   465 PropertyType0=1
       
   466 PropertyValue0=def
       
   467 PropertyName1=TestFilePropertyInt
       
   468 PropertyType1=2
       
   469 PropertyValue1=222
       
   470 
       
   471 [component_file_property]
       
   472 ComponentIdOffset=0
       
   473 FileName=z:\logs\scr_test5.txt
       
   474 PropertyName=TestFilePropertyStr
       
   475 PropertyType=1
       
   476 PropertyValue=def
       
   477 
       
   478 // SEC-SCR-API-0009
       
   479 
       
   480 [delete_component_properties]
       
   481 ComponentIdOffset=0
       
   482 PropertiesCount=2
       
   483 PropertyName0=IntegerProperty
       
   484 PropertyType0=2
       
   485 PropertyValue0=111
       
   486 PropertyName1=LocalizedProperty
       
   487 PropertyType1=3
       
   488 PropertyValue1=alocalizedstring
       
   489 PropertyLocale1=1
       
   490 
       
   491 [component_properties_left]
       
   492 ComponentIdOffset=0
       
   493 PropertiesCount=1
       
   494 // This property should be left
       
   495 PropertyName0=StringProperty
       
   496 PropertyType0=1
       
   497 PropertyValue0=astring
       
   498 
       
   499 
       
   500 // SEC-SCR-API-0010
       
   501 
       
   502 [delete_common_file1_property1]
       
   503 ComponentIdOffset=0
       
   504 FileName=c:\common_file_1.txt
       
   505 PropertyName=TestFilePropertyInt
       
   506 
       
   507 [common_file1_properties_left]
       
   508 ComponentIdOffset=0
       
   509 FileName=c:\common_file_1.txt
       
   510 PropertiesCount=1
       
   511 PropertyName0=TestFilePropertyStr
       
   512 PropertyType0=1
       
   513 PropertyValue0=afile1string
       
   514 
       
   515 [delete_common_file2_property1]
       
   516 ComponentIdOffset=0
       
   517 FileName=z:\common_file_2.txt
       
   518 PropertyName=TestFilePropertyStr
       
   519 
       
   520 [common_file2_properties_left]
       
   521 ComponentIdOffset=0
       
   522 FileName=z:\common_file_2.txt
       
   523 PropertiesCount=1
       
   524 PropertyName0=TestFilePropertyInt
       
   525 PropertyType0=2
       
   526 PropertyValue0=102
       
   527 
       
   528 
       
   529 // SEC-SCR-API-0011
       
   530 
       
   531 [component_files_to_be_unregistered]
       
   532 ComponentIdOffset=0
       
   533 FileCount= 2
       
   534 FileName0=c:\file_to_be_unregistered.txt
       
   535 FileName1=z:\file_to_be_left.txt
       
   536 
       
   537 [component_file_properties_to_be_unregistered]
       
   538 ComponentIdOffset=0
       
   539 FileName=c:\file_to_be_unregistered.txt
       
   540 PropertiesCount=2
       
   541 PropertyName0=TestFilePropertyStr
       
   542 PropertyType0=1
       
   543 PropertyValue0=component11File1
       
   544 PropertyName1=TestFilePropertyInt
       
   545 PropertyType1=2
       
   546 PropertyValue1=111
       
   547 
       
   548 [unregister_component_file]
       
   549 ComponentIdOffset=0
       
   550 FileName=c:\file_to_be_unregistered.txt
       
   551 
       
   552 [unregistered_file_property]
       
   553 ComponentIdOffset=0
       
   554 FileName=c:\file_to_be_unregistered.txt
       
   555 PropertyName=TestFilePropertyInt
       
   556 PropertyType=2
       
   557 PropertyValue=111
       
   558 
       
   559 [registered_files]
       
   560 ComponentIdOffset=0
       
   561 FileCount= 1
       
   562 FileName0=z:\file_to_be_left.txt
       
   563 
       
   564 
       
   565 // SEC-SCR-API-0012
       
   566 
       
   567 [component_to_be_deleted]
       
   568 SoftwareType=plain
       
   569 ComponentName=Component2bDeleted
       
   570 VendorName=Symbian
       
   571 
       
   572 [delete_component]
       
   573 ComponentIdOffset=0
       
   574 
       
   575 [deleted_component_properties]
       
   576 ComponentIdOffset=0
       
   577 PropertiesCount=0
       
   578 PropertyName0=DummyProperty
       
   579 PropertyType0=1
       
   580 PropertyValue0=DummyValue
       
   581 
       
   582 [deleted_component_files]
       
   583 ComponentIdOffset=0
       
   584 FileCount= 0
       
   585 
       
   586 [deleted_component_file1_properties]
       
   587 ComponentIdOffset=0
       
   588 FileCount=1
       
   589 FileName0=c:\common_file_1.txt
       
   590 PropertiesCount=1
       
   591 PropertyName0=DummyProperty
       
   592 PropertyType0=1
       
   593 PropertyValue0=DummyValue
       
   594 
       
   595 [verify_component_deleted]
       
   596 FilterName=Component2bDeleted
       
   597 ComponentIdOffset=0
       
   598 ComponentName=Component2bDeleted
       
   599 VendorName=Symbian
       
   600 SoftwareType=plain
       
   601 GlobalIdName=
       
   602 Removable=True
       
   603 ComponentSize=0
       
   604 ScomoState=0
       
   605 InstalledDrives=C,Z
       
   606 Version=
       
   607 
       
   608 [delete_non_existing_component]
       
   609 ComponentId=123456
       
   610 
       
   611 // SEC-SCR-API-0013
       
   612 
       
   613 [add_component_with_default_language]
       
   614 SoftwareType=dummy
       
   615 IsLocalisable=True
       
   616 LocalesCount=2
       
   617 ComponentName0=Élément_N4
       
   618 VendorName0=SécuritéÉquipe
       
   619 ComponentLocale0=2 //French
       
   620 ComponentName1=Component_N4
       
   621 VendorName1=SecurityTeam
       
   622 ComponentLocale1=1 // English - Default
       
   623 
       
   624 [add_component_with_nondefault_language_only]
       
   625 SoftwareType=dummy
       
   626 IsLocalisable=True
       
   627 LocalesCount=1
       
   628 ComponentName0=Bilesen_N5
       
   629 VendorName0=GüvenlikTakimi
       
   630 ComponentLocale0=14 //Turkish
       
   631 
       
   632 [get_component_with_default_language]
       
   633 ComponentIdOffset=1
       
   634 ComponentName=Component_N4
       
   635 VendorName=SecurityTeam
       
   636 SoftwareType=dummy
       
   637 GlobalIdName=
       
   638 Removable=True
       
   639 ComponentSize=0
       
   640 ScomoState=0
       
   641 InstalledDrives=
       
   642 Version=
       
   643 
       
   644 [get_component_with_unspecified_language]
       
   645 ComponentLocale=-1 // KUnspecifiedLocale
       
   646 ComponentIdOffset=1
       
   647 ComponentName=Component_N4
       
   648 VendorName=SecurityTeam
       
   649 SoftwareType=dummy
       
   650 GlobalIdName=
       
   651 Removable=True
       
   652 ComponentSize=0
       
   653 ScomoState=0
       
   654 InstalledDrives=
       
   655 Version=
       
   656 
       
   657 [get_component_with_specified_language]
       
   658 ComponentLocale=2 // French
       
   659 ComponentIdOffset=1
       
   660 ComponentName=Élément_N4
       
   661 VendorName=SécuritéÉquipe
       
   662 SoftwareType=faux
       
   663 GlobalIdName=
       
   664 Removable=True
       
   665 ComponentSize=0
       
   666 ScomoState=0
       
   667 InstalledDrives=
       
   668 Version=
       
   669 
       
   670 [get_component_with_nondefault_language_only_1]
       
   671 ComponentIdOffset=0
       
   672 ComponentName=Bilesen_N5
       
   673 VendorName=GüvenlikTakimi
       
   674 SoftwareType=dummy
       
   675 GlobalIdName=
       
   676 Removable=True
       
   677 ComponentSize=0
       
   678 ScomoState=0
       
   679 InstalledDrives=
       
   680 Version=
       
   681 
       
   682 [get_component_with_nondefault_language_only_2]
       
   683 ComponentLocale=14 //Turkish
       
   684 ComponentIdOffset=0
       
   685 ComponentName=Bilesen_N5
       
   686 VendorName=GüvenlikTakimi
       
   687 SoftwareType=kukla
       
   688 GlobalIdName=
       
   689 Removable=True
       
   690 ComponentSize=0
       
   691 ScomoState=0
       
   692 InstalledDrives=
       
   693 Version=
       
   694 
       
   695 [get_component_with_nondefault_language_only_3]
       
   696 ComponentLocale=15 //Icelandic
       
   697 ComponentIdOffset=0
       
   698 ComponentName=Bilesen_N5
       
   699 VendorName=GüvenlikTakimi
       
   700 SoftwareType=dummy
       
   701 GlobalIdName=
       
   702 Removable=True
       
   703 ComponentSize=0
       
   704 ScomoState=0
       
   705 InstalledDrives=
       
   706 Version=
       
   707 
       
   708 [get_component_with_nondefault_language_only_4]
       
   709 ComponentLocale=0 //Non-specified locale
       
   710 ComponentIdOffset=0
       
   711 ComponentName=Bilesen_N5
       
   712 VendorName=GüvenlikTakimi
       
   713 SoftwareType=dummy
       
   714 GlobalIdName=
       
   715 Removable=True
       
   716 ComponentSize=0
       
   717 ScomoState=0
       
   718 InstalledDrives=
       
   719 Version=
       
   720 
       
   721 // SEC-SCR-API-0014
       
   722 
       
   723 [get_non_existing_component]
       
   724 ComponentId=-1	// This Id is shouldn't exist.
       
   725 ComponentName=DummyName
       
   726 VendorName=DummyName
       
   727 SoftwareType=dummy
       
   728 GlobalIdName=
       
   729 Removable=True
       
   730 ComponentSize=0
       
   731 ScomoState=0
       
   732 InstalledDrives=
       
   733 Version=
       
   734 
       
   735 
       
   736 // SEC-SCR-API-0015
       
   737 
       
   738 [getfileproperties_of_nonexisting_component]
       
   739 ComponentId=-1
       
   740 FileName=c:\common_file_1.txt
       
   741 PropertiesCount=2
       
   742 PropertyName0=TestFilePropertyStr
       
   743 PropertyType0=1
       
   744 PropertyValue0=afile1string
       
   745 PropertyName1=TestFilePropertyInt
       
   746 PropertyType1=2
       
   747 PropertyValue1=101
       
   748 
       
   749 [getfileproperties_of_nonexisting_file]
       
   750 ComponentIdOffset=0
       
   751 FileName=c:\nonexisting.file
       
   752 PropertiesCount=2
       
   753 PropertyName0=TestFilePropertyStr
       
   754 PropertyType0=1
       
   755 PropertyValue0=afile1string
       
   756 PropertyName1=TestFilePropertyInt
       
   757 PropertyType1=2
       
   758 PropertyValue1=101
       
   759 
       
   760 
       
   761 // SEC-SCR-API-0016
       
   762 
       
   763 
       
   764 [getfileproperty_of_nonexisting_component]
       
   765 ComponentId=-1
       
   766 FileName=z:\common_file_2.txt
       
   767 PropertyName=TestFilePropertyStr
       
   768 
       
   769 [getfileproperty_of_nonexisting_file]
       
   770 ComponentId=0
       
   771 FileName=z:\nonexisting.file
       
   772 PropertyName=TestFilePropertyStr
       
   773 
       
   774 [getfileproperty_of_nonexisting_property]
       
   775 ComponentId=0
       
   776 FileName=z:\common_file_2.txt
       
   777 PropertyName=NonexistingProperty
       
   778 
       
   779 
       
   780 // SEC-SCR-API-0017
       
   781 
       
   782 [register_file_to_first_component]
       
   783 ComponentIdOffset=0
       
   784 FileCount= 1
       
   785 FileName0=z:\get_file_components.txt
       
   786 
       
   787 [register_file_to_second_component]
       
   788 ComponentIdOffset=1
       
   789 FileCount= 1
       
   790 FileName0=z:\get_file_components.txt
       
   791 
       
   792 [component1_file_property]
       
   793 ComponentIdOffset=0
       
   794 FileName=z:\get_file_components.txt
       
   795 PropertiesCount=1
       
   796 PropertyName0=TestFilePropertyStr
       
   797 PropertyType0=1
       
   798 PropertyValue0=afile2string
       
   799 
       
   800 [component2_file_property]
       
   801 ComponentIdOffset=0
       
   802 FileName=z:\get_file_components.txt
       
   803 PropertiesCount=1
       
   804 PropertyName0=TestFilePropertyStr
       
   805 PropertyType0=1
       
   806 PropertyValue0=afile2string
       
   807 
       
   808 [get_file_components]
       
   809 ComponentsCount=2
       
   810 ComponentIdOffset0=0
       
   811 ComponentIdOffset1=1
       
   812 FileName=z:\get_file_components.txt
       
   813 
       
   814 
       
   815 // SEC-SCR-API-0018
       
   816 
       
   817 
       
   818 [component_properties_with_localizables]
       
   819 ComponentIdOffset=0
       
   820 PropertiesCount=5
       
   821 PropertyName0=ComponentPropertyString
       
   822 PropertyType0=1
       
   823 PropertyValue0=qwe
       
   824 PropertyName1=ComponentPropertyInteger
       
   825 PropertyType1=2
       
   826 PropertyValue1=123456789
       
   827 PropertyName2=ComponentPropertyLocalizable
       
   828 PropertyType2=3
       
   829 PropertyValue2=uo
       
   830 PropertyLocale2=1
       
   831 PropertyName3=ComponentPropertyLocalizable
       
   832 PropertyType3=3
       
   833 PropertyValue3=üö
       
   834 PropertyLocale3=14
       
   835 PropertyName4=ComponentPropertyAnotherLocalizable
       
   836 PropertyType4=3
       
   837 PropertyValue4=ç
       
   838 PropertyLocale4=14
       
   839 
       
   840 [component_nonlocalized_properties]
       
   841 ComponentIdOffset=0
       
   842 PropertiesCount=3
       
   843 PropertyName0=ComponentPropertyString
       
   844 PropertyType0=1
       
   845 PropertyValue0=qwe
       
   846 PropertyName1=ComponentPropertyInteger
       
   847 PropertyType1=2
       
   848 PropertyValue1=123456789
       
   849 PropertyName2=ComponentPropertyLocalizable
       
   850 PropertyType2=3
       
   851 PropertyValue2=uo
       
   852 PropertyLocale2=1
       
   853 
       
   854 [component_localized_properties]
       
   855 ComponentIdOffset=0
       
   856 PropertyLocale=14
       
   857 PropertiesCount=2
       
   858 PropertyName0=ComponentPropertyLocalizable
       
   859 PropertyType0=3
       
   860 PropertyValue0=üö
       
   861 PropertyLocale0=14
       
   862 PropertyName1=ComponentPropertyAnotherLocalizable
       
   863 PropertyType1=3
       
   864 PropertyValue1=ç
       
   865 PropertyLocale1=14
       
   866 
       
   867 // SEC-SCR-API-0019
       
   868 
       
   869 [get_plugin_with_mimetype_1]
       
   870 MimeType=x-epoc/x-sisx-app
       
   871 PluginUid=271080388
       
   872 
       
   873 [get_plugin_with_mimetype_2]
       
   874 MimeType=text/plain
       
   875 PluginUid=271080402
       
   876 
       
   877 [get_plugin_with_componentid]
       
   878 ComponentIdOffset=0
       
   879 PluginUid=271080402
       
   880 
       
   881 
       
   882 // SEC_SCR_API_0020
       
   883 
       
   884 [component_with_dummy_type]
       
   885 SoftwareType=dummy
       
   886 ComponentName=ComponentOne
       
   887 VendorName=VendorOne
       
   888 
       
   889 [component_with_plain_type]
       
   890 SoftwareType=plain
       
   891 ComponentName=ComponentTwo
       
   892 VendorName=VendorTwo
       
   893 
       
   894 [second_component_with_dummy_type]
       
   895 SoftwareType=dummy
       
   896 ComponentName=ComponentThree
       
   897 VendorName=VendorThree
       
   898 
       
   899 [get_dummy_components]
       
   900 FilterSoftwareType=dummy
       
   901 ComponentsCount=2
       
   902 ComponentIdOffset0=2
       
   903 ComponentName0=ComponentOne
       
   904 VendorName0=VendorOne
       
   905 SoftwareType0=dummy
       
   906 GlobalIdName0=
       
   907 Removable0=True
       
   908 ComponentSize0=0
       
   909 ScomoState0=0
       
   910 InstalledDrives0=
       
   911 Version0=
       
   912 ComponentIdOffset1=0
       
   913 ComponentName1=ComponentThree
       
   914 VendorName1=VendorThree
       
   915 SoftwareType1=dummy
       
   916 GlobalIdName1=
       
   917 Removable1=True
       
   918 ComponentSize1=0
       
   919 ScomoState1=0
       
   920 InstalledDrives1=
       
   921 Version1=
       
   922 
       
   923 
       
   924 // SEC-SCR-API-0021
       
   925 
       
   926 [first_component_with_same_vendor]
       
   927 SoftwareType=plain
       
   928 ComponentName=FirstComponent
       
   929 VendorName=SameVendor
       
   930 
       
   931 [second_component_with_same_vendor]
       
   932 SoftwareType=plain
       
   933 ComponentName=SecondComponent
       
   934 VendorName=SameVendor
       
   935 
       
   936 [component_with_different_vendor]
       
   937 SoftwareType=plain
       
   938 ComponentName=ThirdComponent
       
   939 VendorName=DifferentVendor
       
   940 
       
   941 [get_components_by_vendor]
       
   942 FilterVendor=SameVendor
       
   943 ComponentsCount=2
       
   944 ComponentIdOffset0=2
       
   945 ComponentName0=FirstComponent
       
   946 VendorName0=SameVendor
       
   947 SoftwareType0=plain
       
   948 GlobalIdName0=
       
   949 Removable0=True
       
   950 ComponentSize0=0
       
   951 ScomoState0=0
       
   952 InstalledDrives0=
       
   953 Version0=
       
   954 ComponentIdOffset1=1
       
   955 ComponentName1=SecondComponent
       
   956 VendorName1=SameVendor
       
   957 SoftwareType1=plain
       
   958 GlobalIdName1=
       
   959 Removable1=True
       
   960 ComponentSize1=0
       
   961 ScomoState1=0
       
   962 InstalledDrives1=
       
   963 Version1=
       
   964 
       
   965 
       
   966 // SEC-SCR-API-0022
       
   967 
       
   968 [first_component_properties]
       
   969 ComponentIdOffset=2
       
   970 PropertiesCount=8
       
   971 PropertyName0=S1
       
   972 PropertyType0=1
       
   973 PropertyValue0=Value1
       
   974 PropertyName1=S2
       
   975 PropertyType1=1
       
   976 PropertyValue1=Value2
       
   977 PropertyName2=I1
       
   978 PropertyType2=2
       
   979 PropertyValue2=1
       
   980 PropertyName3=I2
       
   981 PropertyType3=2
       
   982 PropertyValue3=2
       
   983 PropertyName4=L1
       
   984 PropertyType4=3
       
   985 PropertyValue4=Locale1
       
   986 PropertyLocale4=1 //English
       
   987 PropertyName5=L1
       
   988 PropertyType5=3
       
   989 PropertyValue5=Yerel1
       
   990 PropertyLocale5=14 //Turkish
       
   991 PropertyName6=L2
       
   992 PropertyType6=3
       
   993 PropertyValue6=Locale2
       
   994 PropertyLocale6=1 //English
       
   995 PropertyName7=L2
       
   996 PropertyType7=3
       
   997 PropertyValue7=Yerel2
       
   998 PropertyLocale7=14 //Turkish
       
   999 
       
  1000 [second_component_properties]
       
  1001 ComponentIdOffset=1
       
  1002 PropertiesCount=8
       
  1003 PropertyName0=S1
       
  1004 PropertyType0=1
       
  1005 PropertyValue0=Value1
       
  1006 PropertyName1=S2
       
  1007 PropertyType1=1
       
  1008 PropertyValue1=AnotherValue2
       
  1009 PropertyName2=I1
       
  1010 PropertyType2=2
       
  1011 PropertyValue2=11
       
  1012 PropertyName3=I2
       
  1013 PropertyType3=2
       
  1014 PropertyValue3=2
       
  1015 PropertyName4=L1
       
  1016 PropertyType4=3
       
  1017 PropertyValue4=Locale1
       
  1018 PropertyLocale4=1 //English
       
  1019 PropertyName5=L1
       
  1020 PropertyType5=3
       
  1021 PropertyValue5=Yerel1
       
  1022 PropertyLocale5=14 //Turkish
       
  1023 PropertyName6=L2
       
  1024 PropertyType6=3
       
  1025 PropertyValue6=AnotherLocale2
       
  1026 PropertyLocale6=1 //English
       
  1027 PropertyName7=L2
       
  1028 PropertyType7=3
       
  1029 PropertyValue7=DigerYerel2
       
  1030 PropertyLocale7=14 //Turkish
       
  1031 
       
  1032 [third_component_properties]
       
  1033 ComponentIdOffset=0
       
  1034 PropertiesCount=8
       
  1035 PropertyName0=S1
       
  1036 PropertyType0=1
       
  1037 PropertyValue0=AnotherValue1
       
  1038 PropertyName1=S2
       
  1039 PropertyType1=1
       
  1040 PropertyValue1=Value2
       
  1041 PropertyName2=I1
       
  1042 PropertyType2=2
       
  1043 PropertyValue2=11
       
  1044 PropertyName3=I2
       
  1045 PropertyType3=2
       
  1046 PropertyValue3=22
       
  1047 PropertyName4=L1
       
  1048 PropertyType4=3
       
  1049 PropertyValue4=AnotherLocale1
       
  1050 PropertyLocale4=1 //English
       
  1051 PropertyName5=L1
       
  1052 PropertyType5=3
       
  1053 PropertyValue5=DigerYerel1
       
  1054 PropertyLocale5=14 //Turkish
       
  1055 PropertyName6=L2
       
  1056 PropertyType6=3
       
  1057 PropertyValue6=AnotherLocale2
       
  1058 PropertyLocale6=1 //English
       
  1059 PropertyName7=L2
       
  1060 PropertyType7=3
       
  1061 PropertyValue7=DigerYerel2
       
  1062 PropertyLocale7=14 //Turkish
       
  1063 
       
  1064 [get_components_with_integer_property1]
       
  1065 FilterPropertiesCount=1
       
  1066 FilterPropertyName0=I1
       
  1067 FilterIntProperty0=11
       
  1068 ComponentsCount=2
       
  1069 ComponentIdOffset0=1
       
  1070 ComponentName0=GeneralComponent
       
  1071 VendorName0=Symbian
       
  1072 SoftwareType0=plain
       
  1073 GlobalIdName0=
       
  1074 Removable0=True
       
  1075 ComponentSize0=0
       
  1076 ScomoState0=0
       
  1077 InstalledDrives0=
       
  1078 Version0=
       
  1079 ComponentIdOffset1=0
       
  1080 ComponentName1=GeneralComponent
       
  1081 VendorName1=Symbian
       
  1082 GlobalIdName1=
       
  1083 SoftwareType1=plain
       
  1084 Removable1=True
       
  1085 ComponentSize1=0
       
  1086 ScomoState1=0
       
  1087 InstalledDrives1=
       
  1088 Version1=
       
  1089 
       
  1090 [get_components_with_integer_property2]
       
  1091 FilterPropertiesCount=1
       
  1092 FilterPropertyName0=I2
       
  1093 FilterIntProperty0=2
       
  1094 SetSize=2
       
  1095 ComponentsCount=2
       
  1096 ComponentIdOffset0=2
       
  1097 ComponentName0=GeneralComponent
       
  1098 VendorName0=Symbian
       
  1099 SoftwareType0=plain
       
  1100 GlobalIdName0=
       
  1101 Removable0=True
       
  1102 ComponentSize0=0
       
  1103 ScomoState0=0
       
  1104 InstalledDrives0=
       
  1105 Version0=
       
  1106 ComponentIdOffset1=1
       
  1107 ComponentName1=GeneralComponent
       
  1108 VendorName1=Symbian
       
  1109 SoftwareType1=plain
       
  1110 GlobalIdName1=
       
  1111 Removable1=True
       
  1112 ComponentSize1=0
       
  1113 ScomoState1=0
       
  1114 InstalledDrives1=
       
  1115 Version1=
       
  1116 
       
  1117 [get_components_with_string_property1]
       
  1118 FilterPropertiesCount=1
       
  1119 FilterPropertyName0=S1
       
  1120 FilterStringProperty0=Value1
       
  1121 ComponentsCount=2
       
  1122 ComponentIdOffset0=2
       
  1123 ComponentName0=GeneralComponent
       
  1124 VendorName0=Symbian
       
  1125 SoftwareType0=plain
       
  1126 GlobalIdName0=
       
  1127 Removable0=True
       
  1128 ComponentSize0=0
       
  1129 ScomoState0=0
       
  1130 InstalledDrives0=
       
  1131 Version0=
       
  1132 ComponentIdOffset1=1
       
  1133 ComponentName1=GeneralComponent
       
  1134 VendorName1=Symbian
       
  1135 SoftwareType1=plain
       
  1136 GlobalIdName1=
       
  1137 Removable1=True
       
  1138 ComponentSize1=0
       
  1139 ScomoState1=0
       
  1140 InstalledDrives1=
       
  1141 Version1=
       
  1142 
       
  1143 [get_components_with_string_property2]
       
  1144 FilterPropertiesCount=1
       
  1145 FilterPropertyName0=S2
       
  1146 FilterStringProperty0=AnotherValue2
       
  1147 ComponentsCount=1
       
  1148 ComponentIdOffset0=1
       
  1149 ComponentName0=GeneralComponent
       
  1150 VendorName0=Symbian
       
  1151 SoftwareType0=plain
       
  1152 GlobalIdName0=
       
  1153 Removable0=True
       
  1154 ComponentSize0=0
       
  1155 ScomoState0=0
       
  1156 InstalledDrives0=
       
  1157 Version0=
       
  1158 
       
  1159 [get_components_with_localized_property1]
       
  1160 FilterPropertiesCount=1
       
  1161 FilterPropertyName0=L1
       
  1162 FilterStringProperty0=Locale1
       
  1163 FilterPropertyLocale0=1 //English
       
  1164 ComponentsCount=2
       
  1165 ComponentIdOffset0=2
       
  1166 ComponentName0=GeneralComponent
       
  1167 VendorName0=Symbian
       
  1168 SoftwareType0=plain
       
  1169 GlobalIdName0=
       
  1170 Removable0=True
       
  1171 ComponentSize0=0
       
  1172 ScomoState0=0
       
  1173 InstalledDrives0=
       
  1174 Version0=
       
  1175 ComponentIdOffset1=1
       
  1176 ComponentName1=GeneralComponent
       
  1177 VendorName1=Symbian
       
  1178 SoftwareType1=plain
       
  1179 GlobalIdName1=
       
  1180 Removable1=True
       
  1181 ComponentSize1=0
       
  1182 ScomoState1=0
       
  1183 InstalledDrives1=
       
  1184 Version1=
       
  1185 
       
  1186 [get_components_with_localized_property2]
       
  1187 FilterPropertiesCount=1
       
  1188 FilterPropertyName0=L2
       
  1189 FilterStringProperty0=DigerYerel2
       
  1190 FilterPropertyLocale0=14 //Turkish
       
  1191 ComponentsCount=2
       
  1192 ComponentIdOffset0=1
       
  1193 ComponentName0=GeneralComponent
       
  1194 VendorName0=Symbian
       
  1195 SoftwareType0=plain
       
  1196 GlobalIdName0=
       
  1197 Removable0=True
       
  1198 ComponentSize0=0
       
  1199 ScomoState0=0
       
  1200 InstalledDrives0=
       
  1201 Version0=
       
  1202 ComponentIdOffset1=0
       
  1203 ComponentName1=GeneralComponent
       
  1204 VendorName1=Symbian
       
  1205 SoftwareType1=plain
       
  1206 GlobalIdName1=
       
  1207 Removable1=True
       
  1208 ComponentSize1=0
       
  1209 ScomoState1=0
       
  1210 InstalledDrives1=
       
  1211 Version1=
       
  1212 
       
  1213 // SEC-SCR-API-0023
       
  1214 
       
  1215 [files_to_first_component]
       
  1216 ComponentIdOffset=2
       
  1217 FileCount=2
       
  1218 FileName0=c:\f1.txt
       
  1219 FileName1=d:\f2.txt
       
  1220 
       
  1221 [files_to_second_component]
       
  1222 ComponentIdOffset=1
       
  1223 FileCount=2
       
  1224 FileName0=d:\f2.txt
       
  1225 FileName1=e:\f3.txt
       
  1226 
       
  1227 [files_to_third_component]
       
  1228 ComponentIdOffset=0
       
  1229 FileCount=2
       
  1230 FileName0=c:\f1.txt
       
  1231 FileName1=e:\f3.txt
       
  1232 
       
  1233 [get_components_with_file1]
       
  1234 FilterFile=c:\f1.txt
       
  1235 ComponentsCount=2
       
  1236 ComponentIdOffset0=2
       
  1237 ComponentName0=GeneralComponent
       
  1238 VendorName0=Symbian
       
  1239 SoftwareType0=plain
       
  1240 GlobalIdName0=
       
  1241 Removable0=True
       
  1242 ComponentSize0=0
       
  1243 ScomoState0=0
       
  1244 InstalledDrives0=C,D
       
  1245 Version0=
       
  1246 ComponentIdOffset1=0
       
  1247 ComponentName1=GeneralComponent
       
  1248 VendorName1=Symbian
       
  1249 SoftwareType1=plain
       
  1250 GlobalIdName1=
       
  1251 Removable1=True
       
  1252 ComponentSize1=0
       
  1253 ScomoState1=0
       
  1254 InstalledDrives1=C,E
       
  1255 Version1=
       
  1256 
       
  1257 [get_components_with_file2]
       
  1258 FilterFile=d:\f2.txt
       
  1259 ComponentsCount=2
       
  1260 ComponentIdOffset0=2
       
  1261 ComponentName0=GeneralComponent
       
  1262 VendorName0=Symbian
       
  1263 SoftwareType0=plain
       
  1264 GlobalIdName0=
       
  1265 Removable0=True
       
  1266 ComponentSize0=0
       
  1267 ScomoState0=0
       
  1268 InstalledDrives0=C,D
       
  1269 Version0=
       
  1270 ComponentIdOffset1=1
       
  1271 ComponentName1=GeneralComponent
       
  1272 VendorName1=Symbian
       
  1273 SoftwareType1=plain
       
  1274 GlobalIdName1=
       
  1275 Removable1=True
       
  1276 ComponentSize1=0
       
  1277 ScomoState1=0
       
  1278 InstalledDrives1=D,E
       
  1279 Version1=
       
  1280 
       
  1281 [get_components_with_file3]
       
  1282 FilterFile=e:\f3.txt
       
  1283 ComponentsCount=2
       
  1284 ComponentIdOffset0=1
       
  1285 ComponentName0=GeneralComponent
       
  1286 VendorName0=Symbian
       
  1287 SoftwareType0=plain
       
  1288 GlobalIdName0=
       
  1289 Removable0=True
       
  1290 ComponentSize0=0
       
  1291 ScomoState0=0
       
  1292 InstalledDrives0=D,E
       
  1293 Version0=
       
  1294 ComponentIdOffset1=0
       
  1295 ComponentName1=GeneralComponent
       
  1296 VendorName1=Symbian
       
  1297 SoftwareType1=plain
       
  1298 GlobalIdName1=
       
  1299 Removable1=True
       
  1300 ComponentSize1=0
       
  1301 ScomoState1=0
       
  1302 InstalledDrives1=C,E
       
  1303 Version1=
       
  1304 
       
  1305 
       
  1306 // SEC-SCR-API-0024
       
  1307 
       
  1308 [update_first_component_attributes]
       
  1309 ComponentIdOffset=0
       
  1310 Version=1.2.3
       
  1311 Removable=True
       
  1312 DrmProtected=False
       
  1313 Hidden=True
       
  1314 KnownRevoked=False
       
  1315 OriginVerified=True
       
  1316 ComponentSize=1024
       
  1317 ComponentName=GeneralComponent
       
  1318 VendorName=Symbian
       
  1319 PropertyLocale=1 //English
       
  1320 
       
  1321 [update_second_component_attributes]
       
  1322 ComponentIdOffset=1
       
  1323 Version=4.5.6
       
  1324 Removable=False
       
  1325 DrmProtected=True
       
  1326 Hidden=False
       
  1327 KnownRevoked=True
       
  1328 OriginVerified=False
       
  1329 ComponentSize=2048
       
  1330 ComponentName=GeneralComponent
       
  1331 VendorName=Symbian
       
  1332 PropertyLocale=1 //English
       
  1333 
       
  1334 [get_removable_components]
       
  1335 FilterIsRemovable=True
       
  1336 ComponentsCount=1
       
  1337 ComponentIdOffset0=0
       
  1338 ComponentName0=GeneralComponent
       
  1339 VendorName0=Symbian
       
  1340 SoftwareType0=plain
       
  1341 GlobalIdName0=
       
  1342 Removable0=True
       
  1343 DrmProtected0=False
       
  1344 Hidden0=True
       
  1345 KnownRevoked0=False
       
  1346 OriginVerified0=True
       
  1347 ComponentSize0=1024
       
  1348 ScomoState0=0
       
  1349 InstalledDrives0=
       
  1350 Version0=1.2.3
       
  1351 
       
  1352 [get_unremovable_components]
       
  1353 FilterIsRemovable=False
       
  1354 ComponentsCount=1
       
  1355 ComponentIdOffset0=1
       
  1356 ComponentName0=GeneralComponent
       
  1357 VendorName0=Symbian
       
  1358 SoftwareType0=plain
       
  1359 GlobalIdName0=
       
  1360 Removable0=False
       
  1361 DrmProtected0=True
       
  1362 Hidden0=False
       
  1363 KnownRevoked0=True
       
  1364 OriginVerified0=False
       
  1365 ComponentSize0=2048
       
  1366 ScomoState0=0
       
  1367 InstalledDrives0=
       
  1368 Version0=4.5.6
       
  1369 
       
  1370 [get_drmprotected_components]
       
  1371 FilterIsDrmProtected=True
       
  1372 ComponentsCount=1
       
  1373 ComponentIdOffset0=1
       
  1374 ComponentName0=GeneralComponent
       
  1375 VendorName0=Symbian
       
  1376 SoftwareType0=plain
       
  1377 GlobalIdName0=
       
  1378 Removable0=False
       
  1379 DrmProtected0=True
       
  1380 Hidden0=False
       
  1381 KnownRevoked0=True
       
  1382 OriginVerified0=False
       
  1383 ComponentSize0=2048
       
  1384 ScomoState0=0
       
  1385 InstalledDrives0=
       
  1386 Version0=4.5.6
       
  1387 
       
  1388 [get_drmunprotected_components]
       
  1389 FilterIsDrmProtected=False
       
  1390 ComponentsCount=1
       
  1391 ComponentIdOffset0=0
       
  1392 ComponentName0=GeneralComponent
       
  1393 VendorName0=Symbian
       
  1394 SoftwareType0=plain
       
  1395 GlobalIdName0=
       
  1396 Removable0=True
       
  1397 DrmProtected0=False
       
  1398 Hidden0=True
       
  1399 KnownRevoked0=False
       
  1400 OriginVerified0=True
       
  1401 ComponentSize0=1024
       
  1402 ScomoState0=0
       
  1403 InstalledDrives0=
       
  1404 Version0=1.2.3
       
  1405 
       
  1406 [get_hidden_components]
       
  1407 FilterIsHidden=True
       
  1408 ComponentsCount=1
       
  1409 ComponentIdOffset0=0
       
  1410 ComponentName0=GeneralComponent
       
  1411 VendorName0=Symbian
       
  1412 SoftwareType0=plain
       
  1413 GlobalIdName0=
       
  1414 Removable0=True
       
  1415 DrmProtected0=False
       
  1416 Hidden0=True
       
  1417 KnownRevoked0=False
       
  1418 OriginVerified0=True
       
  1419 ComponentSize0=1024
       
  1420 ScomoState0=0
       
  1421 InstalledDrives0=
       
  1422 Version0=1.2.3
       
  1423 
       
  1424 [get_nonhidden_components]
       
  1425 FilterIsHidden=False
       
  1426 ComponentsCount=1
       
  1427 ComponentIdOffset0=1
       
  1428 ComponentName0=GeneralComponent
       
  1429 VendorName0=Symbian
       
  1430 SoftwareType0=plain
       
  1431 GlobalIdName0=
       
  1432 Removable0=False
       
  1433 DrmProtected0=True
       
  1434 Hidden0=False
       
  1435 KnownRevoked0=True
       
  1436 OriginVerified0=False
       
  1437 ComponentSize0=2048
       
  1438 ScomoState0=0
       
  1439 InstalledDrives0=
       
  1440 Version0=4.5.6
       
  1441 
       
  1442 [get_knownrevoked_components]
       
  1443 FilterIsKnownRevoked=True
       
  1444 ComponentsCount=1
       
  1445 ComponentIdOffset0=1
       
  1446 ComponentName0=GeneralComponent
       
  1447 VendorName0=Symbian
       
  1448 SoftwareType0=plain
       
  1449 GlobalIdName0=
       
  1450 Removable0=False
       
  1451 DrmProtected0=True
       
  1452 Hidden0=False
       
  1453 KnownRevoked0=True
       
  1454 OriginVerified0=False
       
  1455 ComponentSize0=2048
       
  1456 ScomoState0=0
       
  1457 InstalledDrives0=
       
  1458 Version0=4.5.6
       
  1459 
       
  1460 [get_knownunrevoked_components]
       
  1461 FilterIsKnownRevoked=False
       
  1462 ComponentsCount=1
       
  1463 ComponentIdOffset0=0
       
  1464 ComponentName0=GeneralComponent
       
  1465 VendorName0=Symbian
       
  1466 SoftwareType0=plain
       
  1467 GlobalIdName0=
       
  1468 Removable0=True
       
  1469 DrmProtected0=False
       
  1470 Hidden0=True
       
  1471 KnownRevoked0=False
       
  1472 OriginVerified0=True
       
  1473 ComponentSize0=1024
       
  1474 ScomoState0=0
       
  1475 InstalledDrives0=
       
  1476 Version0=1.2.3
       
  1477 
       
  1478 [get_originverified_components]
       
  1479 FilterIsOriginVerified=True
       
  1480 ComponentsCount=1
       
  1481 ComponentIdOffset0=0
       
  1482 ComponentName0=GeneralComponent
       
  1483 VendorName0=Symbian
       
  1484 SoftwareType0=plain
       
  1485 GlobalIdName0=
       
  1486 Removable0=True
       
  1487 DrmProtected0=False
       
  1488 Hidden0=True
       
  1489 KnownRevoked0=False
       
  1490 OriginVerified0=True
       
  1491 ComponentSize0=1024
       
  1492 ScomoState0=0
       
  1493 InstalledDrives0=
       
  1494 Version0=1.2.3
       
  1495 
       
  1496 [get_originnonverified_components]
       
  1497 FilterIsOriginVerified=False
       
  1498 ComponentsCount=1
       
  1499 ComponentIdOffset0=1
       
  1500 ComponentName0=GeneralComponent
       
  1501 VendorName0=Symbian
       
  1502 SoftwareType0=plain
       
  1503 GlobalIdName0=
       
  1504 Removable0=False
       
  1505 DrmProtected0=True
       
  1506 Hidden0=False
       
  1507 KnownRevoked0=True
       
  1508 OriginVerified0=False
       
  1509 ComponentSize0=2048
       
  1510 ScomoState0=0
       
  1511 InstalledDrives0=
       
  1512 Version0=4.5.6
       
  1513 
       
  1514 // SEC-SCR-API-0025
       
  1515 
       
  1516 [update_component_scomostate]
       
  1517 ComponentIdOffset=1
       
  1518 ScomoState=1
       
  1519 
       
  1520 [get_non_activated_components]
       
  1521 FilterScomoState=1
       
  1522 ComponentsCount=1
       
  1523 ComponentIdOffset0=1
       
  1524 ComponentName0=GeneralComponent
       
  1525 VendorName0=Symbian
       
  1526 SoftwareType0=plain
       
  1527 GlobalIdName0=
       
  1528 Removable0=False
       
  1529 DrmProtected0=True
       
  1530 Hidden0=False
       
  1531 KnownRevoked0=True
       
  1532 OriginVerified0=False
       
  1533 ComponentSize0=2048
       
  1534 ScomoState0=1
       
  1535 InstalledDrives0=
       
  1536 Version0=4.5.6
       
  1537 
       
  1538 
       
  1539 // SEC-SCR-API-0027
       
  1540 
       
  1541 [files_of_first_component]
       
  1542 ComponentIdOffset=2
       
  1543 FileCount=4
       
  1544 FileName0=c:\component28.txt
       
  1545 FileName1=d:\component28.txt
       
  1546 FileName2=x:\component28.txt
       
  1547 FileName3=z:\component28.txt
       
  1548 
       
  1549 [files_of_second_component]
       
  1550 ComponentIdOffset=1
       
  1551 FileCount=3
       
  1552 FileName0=c:\component29.txt
       
  1553 FileName1=e:\component29.txt
       
  1554 FileName2=x:\component29.txt
       
  1555 
       
  1556 [files_of_third_component]
       
  1557 ComponentIdOffset=0
       
  1558 FileCount=2
       
  1559 FileName0=x:\component30.txt
       
  1560 FileName1=z:\component30.txt
       
  1561 
       
  1562 [components_on_driveC]
       
  1563 FilterDrivesList=C
       
  1564 ComponentsCount=2
       
  1565 ComponentIdOffset0=2
       
  1566 ComponentName0=GeneralComponent
       
  1567 VendorName0=Symbian
       
  1568 SoftwareType0=plain
       
  1569 GlobalIdName0=
       
  1570 Removable0=True
       
  1571 ComponentSize0=0
       
  1572 ScomoState0=0
       
  1573 InstalledDrives0=C,D,X,Z
       
  1574 Version0=
       
  1575 ComponentIdOffset1=1
       
  1576 ComponentName1=GeneralComponent
       
  1577 VendorName1=Symbian
       
  1578 SoftwareType1=plain
       
  1579 GlobalIdName1=
       
  1580 Removable1=True
       
  1581 ComponentSize1=0
       
  1582 ScomoState1=0
       
  1583 InstalledDrives1=C,E,X
       
  1584 Version1=
       
  1585 
       
  1586 [components_on_driveD]
       
  1587 FilterDrivesList=D
       
  1588 ComponentsCount=1
       
  1589 ComponentIdOffset0=2
       
  1590 ComponentName0=GeneralComponent
       
  1591 VendorName0=Symbian
       
  1592 SoftwareType0=plain
       
  1593 GlobalIdName0=
       
  1594 Removable0=True
       
  1595 ComponentSize0=0
       
  1596 ScomoState0=0
       
  1597 InstalledDrives0=C,D,X,Z
       
  1598 Version0=
       
  1599 
       
  1600 [components_on_driveX]
       
  1601 FilterDrivesList=X
       
  1602 ComponentsCount=3
       
  1603 ComponentIdOffset0=2
       
  1604 ComponentName0=GeneralComponent
       
  1605 VendorName0=Symbian
       
  1606 SoftwareType0=plain
       
  1607 GlobalIdName0=
       
  1608 Removable0=True
       
  1609 ComponentSize0=0
       
  1610 ScomoState0=0
       
  1611 InstalledDrives0=C,D,X,Z
       
  1612 Version0=
       
  1613 ComponentIdOffset1=1
       
  1614 ComponentName1=GeneralComponent
       
  1615 VendorName1=Symbian
       
  1616 SoftwareType1=plain
       
  1617 GlobalIdName1=
       
  1618 Removable1=True
       
  1619 ComponentSize1=0
       
  1620 ScomoState1=0
       
  1621 InstalledDrives1=C,E,X
       
  1622 Version1=
       
  1623 ComponentIdOffset2=0
       
  1624 ComponentName2=GeneralComponent
       
  1625 VendorName2=Symbian
       
  1626 SoftwareType2=plain
       
  1627 GlobalIdName2=
       
  1628 Removable2=True
       
  1629 ComponentSize2=0
       
  1630 ScomoState2=0
       
  1631 InstalledDrives2=X,Z
       
  1632 Version2=
       
  1633 
       
  1634 [components_on_driveZ]
       
  1635 FilterDrivesList=Z
       
  1636 ComponentsCount=2
       
  1637 ComponentIdOffset0=2
       
  1638 ComponentName0=GeneralComponent
       
  1639 VendorName0=Symbian
       
  1640 SoftwareType0=plain
       
  1641 GlobalIdName0=
       
  1642 Removable0=True
       
  1643 ComponentSize0=0
       
  1644 ScomoState0=0
       
  1645 InstalledDrives0=C,D,X,Z
       
  1646 Version0=
       
  1647 ComponentIdOffset1=0
       
  1648 ComponentName1=GeneralComponent
       
  1649 VendorName1=Symbian
       
  1650 SoftwareType1=plain
       
  1651 GlobalIdName1=
       
  1652 Removable1=True
       
  1653 ComponentSize1=0
       
  1654 ScomoState1=0
       
  1655 InstalledDrives1=X,Z
       
  1656 Version1=
       
  1657 
       
  1658 [components_on_driveCE]
       
  1659 FilterDrivesList=C,E
       
  1660 ComponentsCount=2
       
  1661 ComponentIdOffset0=2
       
  1662 ComponentName0=GeneralComponent
       
  1663 VendorName0=Symbian
       
  1664 SoftwareType0=plain
       
  1665 GlobalIdName0=
       
  1666 Removable0=True
       
  1667 ComponentSize0=0
       
  1668 ScomoState0=0
       
  1669 InstalledDrives0=C,D,X,Z
       
  1670 Version0=
       
  1671 ComponentIdOffset1=1
       
  1672 ComponentName1=GeneralComponent
       
  1673 VendorName1=Symbian
       
  1674 SoftwareType1=plain
       
  1675 GlobalIdName1=
       
  1676 Removable1=True
       
  1677 ComponentSize1=0
       
  1678 ScomoState1=0
       
  1679 InstalledDrives1=C,E,X
       
  1680 Version1=
       
  1681 
       
  1682 [components_on_driveCZ]
       
  1683 FilterDrivesList=C,Z
       
  1684 ComponentsCount=3
       
  1685 ComponentIdOffset0=2
       
  1686 ComponentName0=GeneralComponent
       
  1687 VendorName0=Symbian
       
  1688 SoftwareType0=plain
       
  1689 GlobalIdName0=
       
  1690 Removable0=True
       
  1691 ComponentSize0=0
       
  1692 ScomoState0=0
       
  1693 InstalledDrives0=C,D,X,Z
       
  1694 Version0=
       
  1695 ComponentIdOffset1=1
       
  1696 ComponentName1=GeneralComponent
       
  1697 VendorName1=Symbian
       
  1698 SoftwareType1=plain
       
  1699 GlobalIdName1=
       
  1700 Removable1=True
       
  1701 ComponentSize1=0
       
  1702 ScomoState1=0
       
  1703 InstalledDrives1=C,E,X
       
  1704 Version1=
       
  1705 ComponentIdOffset2=0
       
  1706 ComponentName2=GeneralComponent
       
  1707 VendorName2=Symbian
       
  1708 SoftwareType2=plain
       
  1709 GlobalIdName2=
       
  1710 Removable2=True
       
  1711 ComponentSize2=0
       
  1712 ScomoState2=0
       
  1713 InstalledDrives2=X,Z
       
  1714 Version2=
       
  1715 
       
  1716 
       
  1717 // SEC-SCR-API-0027
       
  1718 
       
  1719 [first_registration_of_file]
       
  1720 ComponentIdOffset=1
       
  1721 FileCount=1
       
  1722 FileName0=y:\multiple_registered.txt
       
  1723 
       
  1724 [second_registration_of_file]
       
  1725 ComponentIdOffset=0
       
  1726 FileCount=1
       
  1727 FileName0=y:\multiple_registered.txt
       
  1728 
       
  1729 [get_components_with_multiply_registered_file_1]
       
  1730 FilterFile=y:\multiple_registered.txt
       
  1731 ComponentsCount=2
       
  1732 ComponentIdOffset0=1
       
  1733 ComponentName0=GeneralComponent
       
  1734 VendorName0=Symbian
       
  1735 SoftwareType0=plain
       
  1736 GlobalIdName0=
       
  1737 Removable0=True
       
  1738 ComponentSize0=0
       
  1739 ScomoState0=0
       
  1740 InstalledDrives0=Y
       
  1741 Version0=
       
  1742 ComponentIdOffset1=0
       
  1743 ComponentName1=GeneralComponent
       
  1744 VendorName1=Symbian
       
  1745 SoftwareType1=plain
       
  1746 GlobalIdName1=
       
  1747 Removable1=True
       
  1748 ComponentSize1=0
       
  1749 ScomoState1=0
       
  1750 InstalledDrives1=Y
       
  1751 Version1=
       
  1752 
       
  1753 [unregister_first_component_file]
       
  1754 ComponentIdOffset=1
       
  1755 FileName=y:\multiple_registered.txt
       
  1756 
       
  1757 [get_components_with_multiply_registered_file_2]
       
  1758 FilterFile=y:\multiple_registered.txt
       
  1759 ComponentsCount=1
       
  1760 ComponentIdOffset0=0
       
  1761 ComponentName0=GeneralComponent
       
  1762 VendorName0=Symbian
       
  1763 SoftwareType0=plain
       
  1764 GlobalIdName0=
       
  1765 Removable0=True
       
  1766 ComponentSize0=0
       
  1767 ScomoState0=0
       
  1768 InstalledDrives0=Y
       
  1769 Version0=
       
  1770 
       
  1771 [unregister_second_component_file]
       
  1772 ComponentIdOffset=0
       
  1773 FileName=y:\multiple_registered.txt
       
  1774 
       
  1775 [get_components_with_multiply_registered_file_3]
       
  1776 FilterFile=y:\multiple_registered.txt
       
  1777 ComponentsCount=0
       
  1778 ComponentIdOffset0=0
       
  1779 
       
  1780 
       
  1781 // SEC-SCR-API-0028
       
  1782 
       
  1783 [transaction_component]
       
  1784 SoftwareType=plain
       
  1785 ComponentName=TransactionComponent
       
  1786 VendorName=Symbian
       
  1787 FileName=c:\transaction_test.txt
       
  1788 PropertyName=TransactionProperty
       
  1789 PropertyType=2
       
  1790 PropertyValue=333
       
  1791 
       
  1792 [transaction_component_attributes]
       
  1793 ComponentIdOffset=0
       
  1794 ComponentName=TransactionComponent
       
  1795 VendorName=Symbian
       
  1796 SoftwareType=plain
       
  1797 GlobalIdName=
       
  1798 Removable=True
       
  1799 ComponentSize=0
       
  1800 ScomoState=0
       
  1801 InstalledDrives=C
       
  1802 Version=
       
  1803 
       
  1804 [transaction_component_properties_rollback]
       
  1805 ComponentIdOffset=0
       
  1806 PropertiesCount=0
       
  1807 PropertyName0=TransactionProperty
       
  1808 PropertyType0=2
       
  1809 PropertyValue0=333
       
  1810 
       
  1811 [transaction_component_properties_commit]
       
  1812 ComponentIdOffset=0
       
  1813 PropertiesCount=1
       
  1814 PropertyName0=TransactionProperty
       
  1815 PropertyType0=2
       
  1816 PropertyValue0=333
       
  1817 
       
  1818 [transaction_files]
       
  1819 ComponentIdOffset=0
       
  1820 FileCount=1
       
  1821 FileName0=c:\transaction_test.txt
       
  1822 
       
  1823 // SEC-SCR-API-0029
       
  1824 
       
  1825 [commit_common_component]
       
  1826 SoftwareType=plain
       
  1827 ComponentName=TransactionComponent
       
  1828 VendorName=Symbian
       
  1829 FileName=c:\transaction_test.txt
       
  1830 PropertyName=TransactionProperty
       
  1831 PropertyType=2
       
  1832 PropertyValue=333
       
  1833 CommitTransaction=True
       
  1834 
       
  1835 
       
  1836 // SEC-SCR-API-0030
       
  1837 
       
  1838 [cancel_common_component]
       
  1839 SoftwareType=plain
       
  1840 ComponentName=TransactionComponent
       
  1841 VendorName=Symbian
       
  1842 FileName=c:\transaction_test.txt
       
  1843 PropertyName=TransactionProperty
       
  1844 PropertyType=2
       
  1845 PropertyValue=333
       
  1846 CancelTransaction=True
       
  1847 
       
  1848 // SEC-SCR-API-0031
       
  1849 
       
  1850 [begin_before_subsession]
       
  1851 BeginTransactionBeforeSubsession=True
       
  1852 
       
  1853 [open_reading_in_same_session]
       
  1854 OpenSubsessionInTheSameSession=True
       
  1855 
       
  1856 // SEC-SCR-API-0032
       
  1857 
       
  1858 [begin_after_subsession]
       
  1859 BeginTransactionAfterSubsession=True
       
  1860 
       
  1861 [begin_after_subsession_in_same_session]
       
  1862 BeginTransactionInTheSameSession=True
       
  1863 
       
  1864 [mutating_operation_with_subsession]
       
  1865 MutatingOperationWithSubsession=True
       
  1866 
       
  1867 // SEC-SCR-API-0033
       
  1868 
       
  1869 [begin_after_another_begin]
       
  1870 BeginTransactionAfterAnotherBegin=True
       
  1871 
       
  1872 
       
  1873 // SEC-SCR-API-0034
       
  1874 
       
  1875 [commit_another_transaction]
       
  1876 CommitTransaction=True
       
  1877 
       
  1878 [another_transaction_mutating]
       
  1879 InvokeMutatingFunction=True
       
  1880 
       
  1881 [another_transaction_nonmutating]
       
  1882 InvokeNonMutatingFunction=True
       
  1883 
       
  1884 // SEC-SCR-API-0035
       
  1885 
       
  1886 [cancel_another_transaction]
       
  1887 CancelTransaction=True
       
  1888 
       
  1889 
       
  1890 // SEC-SCR-API-0036
       
  1891 
       
  1892 [multiple_subsessions]
       
  1893 MultipleSubsessions=True
       
  1894 
       
  1895 [multiple_active_subsessions]
       
  1896 MultipleActiveSubsessions=True
       
  1897 
       
  1898 // SEC-SCR-API-0037
       
  1899 
       
  1900 [write_after_begin]
       
  1901 WriteAfterBeginTransaction=True
       
  1902 
       
  1903 
       
  1904 // SEC-SCR-API-0038
       
  1905 
       
  1906 [read_after_begin]
       
  1907 ReadAfterBeginTransaction=True
       
  1908 
       
  1909 
       
  1910 // SEC-SCR-API-0039
       
  1911 
       
  1912 [all_components]
       
  1913 ComponentsCount=3
       
  1914 ComponentIdOffset0=2
       
  1915 ComponentName0=GeneralComponent
       
  1916 VendorName0=Symbian
       
  1917 SoftwareType0=plain
       
  1918 GlobalIdName0=
       
  1919 Removable0=True
       
  1920 ComponentSize0=0
       
  1921 ScomoState0=0
       
  1922 InstalledDrives0=
       
  1923 Version0=
       
  1924 ComponentIdOffset1=1
       
  1925 ComponentName1=ComponentOne
       
  1926 VendorName1=VendorOne
       
  1927 SoftwareType1=dummy
       
  1928 GlobalIdName1=
       
  1929 Removable1=True
       
  1930 ComponentSize1=0
       
  1931 ScomoState1=0
       
  1932 InstalledDrives1=
       
  1933 Version1=
       
  1934 ComponentIdOffset2=0
       
  1935 ComponentName2=GeneralComponent
       
  1936 VendorName2=Symbian
       
  1937 SoftwareType2=plain
       
  1938 GlobalIdName2=
       
  1939 Removable2=True
       
  1940 ComponentSize2=0
       
  1941 ScomoState2=0
       
  1942 InstalledDrives2=
       
  1943 Version2=
       
  1944 
       
  1945 
       
  1946 // SEC-SCR-API-0040
       
  1947 
       
  1948 [concurrent_component_1]
       
  1949 SoftwareType=plain
       
  1950 ComponentName=ConcurrentComponent1
       
  1951 VendorName=Symbian
       
  1952 
       
  1953 [concurrent_component_2]
       
  1954 SoftwareType=plain
       
  1955 ComponentName=ConcurrentComponent2
       
  1956 VendorName=Symbian
       
  1957 
       
  1958 [concurrent_component1_attributes]
       
  1959 ComponentIdOffset=1
       
  1960 ComponentName=ConcurrentComponent1
       
  1961 VendorName=Symbian
       
  1962 SoftwareType=plain
       
  1963 GlobalIdName=
       
  1964 Removable=True
       
  1965 ComponentSize=0
       
  1966 ScomoState=0
       
  1967 InstalledDrives=
       
  1968 Version=
       
  1969 
       
  1970 [concurrent_component2_attributes]
       
  1971 ComponentIdOffset=0
       
  1972 ComponentName=ConcurrentComponent2
       
  1973 VendorName=Symbian
       
  1974 SoftwareType=plain
       
  1975 GlobalIdName=
       
  1976 Removable=True
       
  1977 ComponentSize=0
       
  1978 ScomoState=0
       
  1979 InstalledDrives=
       
  1980 Version=
       
  1981 
       
  1982 [concurrent_component_properties]
       
  1983 ComponentIdOffset=1
       
  1984 PropertiesCount=3
       
  1985 PropertyName0=StringProperty
       
  1986 PropertyType0=1
       
  1987 PropertyValue0=astring
       
  1988 PropertyName1=IntegerProperty
       
  1989 PropertyType1=2
       
  1990 PropertyValue1=111
       
  1991 PropertyName2=LocalizedProperty
       
  1992 PropertyType2=3
       
  1993 PropertyValue2=alocalizedstring
       
  1994 PropertyLocale2=1
       
  1995 
       
  1996 // SEC-SCR-API-0041
       
  1997 
       
  1998 [ismediapresent_positive_files_register1]
       
  1999 ComponentIdOffset=0
       
  2000 FileCount=1
       
  2001 FileName0=c:\a.txt
       
  2002 
       
  2003 [ismediapresent_positive_files_register2]
       
  2004 ComponentIdOffset=1
       
  2005 FileCount=4
       
  2006 FileName0=c:\a.txt
       
  2007 FileName1=c:\abc\b.txt
       
  2008 FileName2=Z:\a.txt
       
  2009 FileName3=z:\def\b.txt
       
  2010 
       
  2011 [ismediapresent_positive_files_check1]
       
  2012 ExpectedMediaPresent=True
       
  2013 ComponentIdOffset=0
       
  2014 
       
  2015 [ismediapresent_positive_files_check2]
       
  2016 ExpectedMediaPresent=True
       
  2017 ComponentIdOffset=1
       
  2018 
       
  2019 // SEC-SCR-API-0042
       
  2020 
       
  2021 [ismediapresent_negative_files_register1]
       
  2022 ComponentIdOffset=0
       
  2023 FileCount=1
       
  2024 FileName0=q:\a.txt
       
  2025 
       
  2026 [ismediapresent_negative_files_register2]
       
  2027 ComponentIdOffset=1
       
  2028 FileCount=5
       
  2029 FileName0=c:\a.txt
       
  2030 FileName1=c:\abc\b.txt
       
  2031 FileName2=C:\b.txt
       
  2032 FileName3=Q:\def\b.txt
       
  2033 FileName4=q:\def\e.txt
       
  2034 
       
  2035 [ismediapresent_negative_files_check1]
       
  2036 ExpectedMediaPresent=False
       
  2037 ComponentIdOffset=0
       
  2038 
       
  2039 [ismediapresent_negative_files_check2]
       
  2040 ExpectedMediaPresent=False
       
  2041 ComponentIdOffset=1
       
  2042 
       
  2043 [ismediapresent_negative_non_existent_component]
       
  2044 ExpectedMediaPresent=False
       
  2045 ComponentId=1234567
       
  2046 
       
  2047 // SEC-SCR-API-0043
       
  2048 
       
  2049 [lower_case_property]
       
  2050 ComponentIdOffset=0
       
  2051 PropertiesCount=1
       
  2052 PropertyName0=caseinsensitivepropertyname
       
  2053 PropertyType0=1
       
  2054 PropertyValue0=alllowercase
       
  2055 
       
  2056 [mixed_lower_case_property]
       
  2057 ComponentIdOffset=0
       
  2058 PropertiesCount=1
       
  2059 PropertyName0=CAseInSENSitivePROPERtynamE
       
  2060 PropertyType0=1
       
  2061 PropertyValue0=miXedCasE
       
  2062 
       
  2063 [lower_case_file_name]
       
  2064 ComponentIdOffset=0
       
  2065 FileCount= 1
       
  2066 FileName0=c:\case_insensitive_file.txt
       
  2067 
       
  2068 
       
  2069 [filter_mixed_case_property_name]
       
  2070 FilterPropertiesCount=1
       
  2071 FilterPropertyName0=CaSeiNsensiTIVEproperTYnaMe
       
  2072 FilterStrProperty0=alllowercase
       
  2073 ComponentsCount=1
       
  2074 ComponentIdOffset0=0
       
  2075 ComponentName0=GeneralComponent
       
  2076 VendorName0=Symbian
       
  2077 SoftwareType0=plain
       
  2078 GlobalIdName0=
       
  2079 Removable0=True
       
  2080 ComponentSize0=0
       
  2081 ScomoState0=0
       
  2082 InstalledDrives0=C
       
  2083 Version0=
       
  2084 
       
  2085 [filter_mixed_case_file_name]
       
  2086 FilterFile=C:\caSE_inseNSitive_FILe.txt
       
  2087 ComponentsCount=1
       
  2088 ComponentIdOffset0=0
       
  2089 ComponentName0=GeneralComponent
       
  2090 VendorName0=Symbian
       
  2091 SoftwareType0=plain
       
  2092 GlobalIdName0=
       
  2093 Removable0=True
       
  2094 ComponentSize0=0
       
  2095 ScomoState0=0
       
  2096 InstalledDrives0=C
       
  2097 Version0=
       
  2098 
       
  2099 [case_insensitive_mimetype]
       
  2100 MimeType=teXT/pLAiN
       
  2101 PluginUid=271080402
       
  2102 
       
  2103 // SEC-SCR-API-0044
       
  2104 [all_components_component_ids_test44]
       
  2105 ComponentsCount=2
       
  2106 ComponentIdOffset0=0
       
  2107 ComponentIdOffset1=1 
       
  2108 
       
  2109 // SEC-SCR-API-0045
       
  2110 [wrong_software_type_name]
       
  2111 SoftwareType=justSomeDummySoftwareType
       
  2112 ComponentName=GeneralComponent
       
  2113 VendorName=Symbian
       
  2114 
       
  2115 [no_locales_in_add_component]
       
  2116 SoftwareType=justSomeDummySoftwareType
       
  2117 LocalesCount=0
       
  2118 IsLocalisable=True
       
  2119 
       
  2120 [no_drive_file_name]
       
  2121 ComponentIdOffset=0
       
  2122 FileCount=1
       
  2123 FileName0=test.fil
       
  2124 
       
  2125 [register_file_twice]
       
  2126 ComponentIdOffset=0
       
  2127 FileCount=1
       
  2128 FileName0=c:\normal.fil
       
  2129 
       
  2130 [nonexisting_file_property]
       
  2131 ComponentIdOffset=0
       
  2132 FileName=c:\normal.fil
       
  2133 PropertyName=ThisPropertyDoesNotExist
       
  2134 PropertyType=1
       
  2135 PropertyValue=def
       
  2136 
       
  2137 [unregister_file_twice]
       
  2138 ComponentIdOffset=0
       
  2139 FileName=c:\normal.fil
       
  2140 
       
  2141 [missing_single_property]
       
  2142 ComponentIdOffset=0
       
  2143 PropertyName=ThisPropertyDoesNotExist
       
  2144 PropertyType=2
       
  2145 PropertyValue=111
       
  2146 
       
  2147 [get_plugin_for_nonexisting_mimetype]
       
  2148 MimeType=unknown/type
       
  2149 PluginUid=271080388
       
  2150 
       
  2151 [set_negative_component_size]
       
  2152 ComponentIdOffset=0
       
  2153 Version=0.1
       
  2154 Removable=False
       
  2155 DrmProtected=True
       
  2156 Hidden=True
       
  2157 KnownRevoked=True
       
  2158 OriginVerified=True
       
  2159 ComponentSize=-667
       
  2160 ComponentName=newName
       
  2161 VendorName=newVendorName
       
  2162 PropertyLocale=0
       
  2163 
       
  2164 [add_component_invalid_operation_type]
       
  2165 SoftwareType=plain
       
  2166 ComponentName=InvalidOpType
       
  2167 VendorName=Symbian
       
  2168 GlobalIdName=testglobalid
       
  2169 OperationType=101
       
  2170 
       
  2171 // SEC-SCR-API-0046 (and other composite filter tests)
       
  2172 [first_component_file]
       
  2173 ComponentIdOffset=0
       
  2174 FileCount=1
       
  2175 FileName0=c:\normal.fil
       
  2176 
       
  2177 [third_component_file]
       
  2178 ComponentIdOffset=2
       
  2179 FileCount=1
       
  2180 FileName0=c:\normal.fil
       
  2181 
       
  2182 [second_component_property]
       
  2183 ComponentIdOffset=1
       
  2184 PropertiesCount=1
       
  2185 PropertyName0=TestProperty
       
  2186 PropertyType0=1
       
  2187 PropertyValue0=Test
       
  2188 
       
  2189 [fourth_component_property]
       
  2190 ComponentIdOffset=3
       
  2191 PropertiesCount=1
       
  2192 PropertyName0=TestProperty
       
  2193 PropertyType0=1
       
  2194 PropertyValue0=Test
       
  2195 
       
  2196 [fourth_component_file]
       
  2197 ComponentIdOffset=3
       
  2198 FileCount=1
       
  2199 FileName0=c:\normal.fil
       
  2200 
       
  2201 [get_components_with_file_and_property_empty]
       
  2202 FilterPropertiesCount=1
       
  2203 FilterPropertyName0=TestProperty
       
  2204 FilterStringProperty0=Test
       
  2205 FilterFile=c:\normal.fil
       
  2206 ComponentsCount=0
       
  2207 
       
  2208 [get_components_with_file_and_property_fourth]
       
  2209 FilterPropertiesCount=1
       
  2210 FilterPropertyName0=TestProperty
       
  2211 FilterStringProperty0=Test
       
  2212 FilterFile=c:\normal.fil
       
  2213 ComponentsCount=1
       
  2214 ComponentIdOffset0=3
       
  2215 ComponentName0=GeneralComponent
       
  2216 VendorName0=Symbian
       
  2217 SoftwareType0=plain
       
  2218 GlobalIdName0=
       
  2219 Removable0=True
       
  2220 ComponentSize0=0
       
  2221 ScomoState0=0
       
  2222 InstalledDrives0=C
       
  2223 Version0=
       
  2224 
       
  2225 [filter_test_names_test49]
       
  2226 SoftwareType=plain
       
  2227 ComponentName=FilterTestComponent
       
  2228 VendorName=FilterTestVendor
       
  2229 
       
  2230 [get_components_with_names_file_and_property_fourth]
       
  2231 FilterPropertiesCount=1
       
  2232 FilterPropertyName0=TestProperty
       
  2233 FilterStringProperty0=Test
       
  2234 FilterFile=c:\normal.fil
       
  2235 FilterName=FilterTestComponent
       
  2236 FilterVendor=FilterTestVendor
       
  2237 ComponentsCount=1
       
  2238 ComponentIdOffset0=3
       
  2239 ComponentName0=FilterTestComponent
       
  2240 VendorName0=FilterTestVendor
       
  2241 SoftwareType0=plain
       
  2242 GlobalIdName0=
       
  2243 Removable0=True
       
  2244 ComponentSize0=0
       
  2245 ScomoState0=0
       
  2246 InstalledDrives0=C
       
  2247 Version0=
       
  2248 
       
  2249 [filter_test_names_vendor_test50]
       
  2250 SoftwareType=plain
       
  2251 ComponentName=GeneralComponent
       
  2252 VendorName=FilterTestVendor
       
  2253 
       
  2254 [get_components_with_vendor_and_property_second]
       
  2255 FilterPropertiesCount=1
       
  2256 FilterPropertyName0=TestProperty
       
  2257 FilterStringProperty0=Test
       
  2258 FilterVendor=FilterTestVendor
       
  2259 ComponentsCount=1
       
  2260 ComponentIdOffset0=1
       
  2261 ComponentName0=GeneralComponent
       
  2262 VendorName0=FilterTestVendor
       
  2263 SoftwareType0=plain
       
  2264 GlobalIdName0=
       
  2265 Removable0=True
       
  2266 ComponentSize0=0
       
  2267 ScomoState0=0
       
  2268 InstalledDrives0=
       
  2269 Version0=
       
  2270 
       
  2271 // SEC-SCR-API-0051
       
  2272 [single_int64_property]
       
  2273 ComponentIdOffset=0
       
  2274 PropertiesCount=1
       
  2275 PropertyName0=SingleInt64Property
       
  2276 PropertyType0=2
       
  2277 PropertyValue0=72057594037927935
       
  2278 
       
  2279 [get_single_int64_property]
       
  2280 ComponentIdOffset=0
       
  2281 PropertyName=SingleInt64Property
       
  2282 PropertyType=2
       
  2283 PropertyValue=72057594037927935
       
  2284 
       
  2285 [update_single_int64_property]
       
  2286 ComponentIdOffset=0
       
  2287 PropertiesCount=1
       
  2288 PropertyName0=SingleInt64Property
       
  2289 PropertyType0=2
       
  2290 PropertyValue0=72057594037927932
       
  2291 
       
  2292 [get_updated_int64_property]
       
  2293 ComponentIdOffset=0
       
  2294 PropertyName=SingleInt64Property
       
  2295 PropertyType=2
       
  2296 PropertyValue=72057594037927932
       
  2297 
       
  2298 [verify_in64_property_filter]
       
  2299 FilterPropertiesCount=1
       
  2300 FilterPropertyName0=SingleInt64Property
       
  2301 FilterIntProperty0=72057594037927932
       
  2302 ComponentsCount=1
       
  2303 ComponentIdOffset0=0
       
  2304 ComponentName0=GeneralComponent
       
  2305 VendorName0=Symbian
       
  2306 SoftwareType0=plain
       
  2307 GlobalIdName0=
       
  2308 Removable0=True
       
  2309 ComponentSize0=0
       
  2310 ScomoState0=0
       
  2311 InstalledDrives0=
       
  2312 Version0=
       
  2313 
       
  2314 [multiple_int64_properties]
       
  2315 ComponentIdOffset=0
       
  2316 PropertiesCount=3
       
  2317 PropertyName0=StringProperty
       
  2318 PropertyType0=1
       
  2319 PropertyValue0=astring
       
  2320 PropertyName1=IntegerProperty
       
  2321 PropertyType1=2
       
  2322 PropertyValue1=72057594037927932
       
  2323 PropertyName2=LocalizedProperty
       
  2324 PropertyType2=3
       
  2325 PropertyValue2=alocalizedstring
       
  2326 PropertyLocale2=1
       
  2327 
       
  2328 // SEC-SCR-API-0052
       
  2329 
       
  2330 [component1_test52]
       
  2331 SoftwareType=plain
       
  2332 ComponentName=ComponentA
       
  2333 VendorName=FilterTestVendor
       
  2334 
       
  2335 [component2_test52]
       
  2336 SoftwareType=plain
       
  2337 ComponentName=ComponentB
       
  2338 VendorName=FilterTestVendor
       
  2339 
       
  2340 [component3_test52]
       
  2341 SoftwareType=plain
       
  2342 ComponentName=ComponentC
       
  2343 VendorName=FilterTestVendor
       
  2344 
       
  2345 [first_component_property_test52]
       
  2346 ComponentIdOffset=0
       
  2347 PropertiesCount=2
       
  2348 PropertyName0=PropertyA
       
  2349 PropertyType0=1
       
  2350 PropertyValue0=Test
       
  2351 PropertyName1=PropertyB
       
  2352 PropertyType1=2
       
  2353 PropertyValue1=1
       
  2354 
       
  2355 [second_component_property_test52]
       
  2356 ComponentIdOffset=1
       
  2357 PropertiesCount=2
       
  2358 PropertyName0=PropertyB
       
  2359 PropertyType0=2
       
  2360 PropertyValue0=1
       
  2361 PropertyName1=PropertyC
       
  2362 PropertyType1=2
       
  2363 PropertyValue1=2
       
  2364 
       
  2365 [third_component_property_test52]
       
  2366 ComponentIdOffset=2
       
  2367 PropertiesCount=3
       
  2368 PropertyName0=PropertyA
       
  2369 PropertyType0=1
       
  2370 PropertyValue0=Test
       
  2371 PropertyName1=PropertyB
       
  2372 PropertyType1=2
       
  2373 PropertyValue1=1
       
  2374 PropertyName2=PropertyC
       
  2375 PropertyType2=2
       
  2376 PropertyValue2=2
       
  2377 
       
  2378 [get_components_with_int_properties_test52]
       
  2379 FilterPropertiesCount=2
       
  2380 FilterPropertyName0=PropertyB
       
  2381 FilterIntProperty0=1
       
  2382 FilterPropertyName1=PropertyC
       
  2383 FilterIntProperty1=2
       
  2384 ComponentsCount=2
       
  2385 ComponentIdOffset0=2
       
  2386 ComponentName0=ComponentC
       
  2387 VendorName0=FilterTestVendor
       
  2388 SoftwareType0=plain
       
  2389 GlobalIdName0=
       
  2390 Removable0=True
       
  2391 ComponentSize0=0
       
  2392 ScomoState0=0
       
  2393 InstalledDrives0=
       
  2394 Version0=
       
  2395 ComponentIdOffset1=1
       
  2396 ComponentName1=ComponentB
       
  2397 VendorName1=FilterTestVendor
       
  2398 SoftwareType1=plain
       
  2399 GlobalIdName1=
       
  2400 Removable1=True
       
  2401 ComponentSize1=0
       
  2402 ScomoState1=0
       
  2403 InstalledDrives1=
       
  2404 Version1=
       
  2405 
       
  2406 [get_components_with_str_int_property_test52]
       
  2407 FilterPropertiesCount=2
       
  2408 FilterPropertyName0=PropertyA
       
  2409 FilterStringProperty0=Test
       
  2410 FilterPropertyName1=PropertyB
       
  2411 FilterIntProperty1=1
       
  2412 ComponentsCount=2
       
  2413 ComponentIdOffset0=2
       
  2414 ComponentName0=ComponentC
       
  2415 VendorName0=FilterTestVendor
       
  2416 SoftwareType0=plain
       
  2417 GlobalIdName0=
       
  2418 Removable0=True
       
  2419 ComponentSize0=0
       
  2420 ScomoState0=0
       
  2421 InstalledDrives0=
       
  2422 Version0=
       
  2423 ComponentIdOffset1=0
       
  2424 ComponentName1=ComponentA
       
  2425 VendorName1=FilterTestVendor
       
  2426 SoftwareType1=plain
       
  2427 GlobalIdName1=
       
  2428 Removable1=True
       
  2429 ComponentSize1=0
       
  2430 ScomoState1=0
       
  2431 InstalledDrives1=
       
  2432 Version1=
       
  2433 
       
  2434 // SEC-SCR-API-0053
       
  2435 [verify_first_component_count_test53]
       
  2436 ComponentIdOffset=0
       
  2437 ExpectedFilesCount=2
       
  2438 
       
  2439 [verify_second_component_count_test53]
       
  2440 ComponentIdOffset=1
       
  2441 ExpectedFilesCount=0
       
  2442 
       
  2443 // SEC-SCR-API-0054
       
  2444 [component1_test54]
       
  2445 SoftwareType=plain
       
  2446 ComponentName=RightComponent
       
  2447 VendorName=RightVendor
       
  2448 
       
  2449 [component2_test54]
       
  2450 SoftwareType=plain
       
  2451 ComponentName=RightComponent
       
  2452 VendorName=WrongVendor
       
  2453 
       
  2454 [component3_test54]
       
  2455 SoftwareType=plain
       
  2456 ComponentName=RightComponent
       
  2457 VendorName=RightVendor
       
  2458 
       
  2459 [component4_test54]
       
  2460 SoftwareType=plain
       
  2461 ComponentName=WrongComponent
       
  2462 VendorName=RightVendor
       
  2463 
       
  2464 [component5_test54]
       
  2465 SoftwareType=dummy
       
  2466 ComponentName=RightComponent
       
  2467 VendorName=RightVendor
       
  2468 
       
  2469 [get_components_subsession_test54]
       
  2470 FilterSoftwareType=plain
       
  2471 FilterName=RightComponent
       
  2472 FilterVendor=RightVendor
       
  2473 ComponentsCount=2
       
  2474 ComponentIdOffset0=2
       
  2475 ComponentName0=RightComponent
       
  2476 VendorName0=RightVendor
       
  2477 SoftwareType0=plain
       
  2478 GlobalIdName0=
       
  2479 Removable0=True
       
  2480 ComponentSize0=0
       
  2481 ScomoState0=0
       
  2482 InstalledDrives0=
       
  2483 Version0=
       
  2484 ComponentIdOffset1=4
       
  2485 ComponentName1=RightComponent
       
  2486 VendorName1=RightVendor
       
  2487 SoftwareType1=plain
       
  2488 GlobalIdName1=
       
  2489 Removable1=True
       
  2490 ComponentSize1=0
       
  2491 ScomoState1=0
       
  2492 InstalledDrives1=
       
  2493 Version1=
       
  2494 
       
  2495 [get_component_ids_test54]
       
  2496 FilterSoftwareType=plain
       
  2497 FilterName=RightComponent
       
  2498 FilterVendor=RightVendor
       
  2499 ComponentsCount=2
       
  2500 ComponentIdOffset0=2
       
  2501 ComponentIdOffset1=4
       
  2502 
       
  2503 // SEC-SCR-API-0055
       
  2504 [huge_component_test55_update]
       
  2505 ComponentIdOffset=0
       
  2506 Version=0.1
       
  2507 Removable=False
       
  2508 DrmProtected=False
       
  2509 Hidden=False
       
  2510 KnownRevoked=False
       
  2511 OriginVerified=False
       
  2512 ComponentName=UpdatedName
       
  2513 VendorName=UpdatedVendor
       
  2514 PropertyLocale=6
       
  2515 ComponentSize=281474976710655
       
  2516 
       
  2517 [huge_component_test55_verify]
       
  2518 ComponentsCount=1
       
  2519 ComponentIdOffset0=0
       
  2520 ComponentName0=GeneralComponent
       
  2521 VendorName0=Symbian
       
  2522 SoftwareType0=plain
       
  2523 GlobalIdName0=
       
  2524 Removable0=False
       
  2525 ComponentSize0=281474976710655
       
  2526 ScomoState0=0
       
  2527 InstalledDrives0=
       
  2528 Version0=0.1
       
  2529 
       
  2530 // SEC-SCR-API-0057
       
  2531 [component1_test57]
       
  2532 SoftwareType=plain
       
  2533 ComponentName=Component1
       
  2534 VendorName=Symbian
       
  2535 
       
  2536 [component2_test57]
       
  2537 SoftwareType=plain
       
  2538 ComponentName=Component2
       
  2539 VendorName=Symbian
       
  2540 
       
  2541 [component3_test57]
       
  2542 SoftwareType=plain
       
  2543 ComponentName=Component3
       
  2544 VendorName=Symbian
       
  2545 
       
  2546 [component1_properties]
       
  2547 ComponentIdOffset=2
       
  2548 PropertiesCount=2
       
  2549 PropertyName0=TestProperty
       
  2550 PropertyType0=3
       
  2551 PropertyValue0=EnglishValue
       
  2552 PropertyLocale0=1
       
  2553 PropertyName1=TestProperty
       
  2554 PropertyType1=3
       
  2555 PropertyValue1=JustValue
       
  2556 PropertyLocale1=0 // KLangNone
       
  2557 
       
  2558 [component2_properties]
       
  2559 ComponentIdOffset=1
       
  2560 PropertiesCount=2
       
  2561 PropertyName0=TestProperty
       
  2562 PropertyType0=3
       
  2563 PropertyValue0=EnglishValue
       
  2564 PropertyLocale0=1
       
  2565 PropertyName1=TestProperty
       
  2566 PropertyType1=3
       
  2567 PropertyValue1=JustValue
       
  2568 PropertyLocale1=0 // KLangNone
       
  2569 
       
  2570 [component3_properties]
       
  2571 ComponentIdOffset=0
       
  2572 PropertiesCount=1
       
  2573 PropertyName0=TestProperty
       
  2574 PropertyType0=3
       
  2575 PropertyValue0=EnglishValue
       
  2576 PropertyLocale0=0
       
  2577 
       
  2578 [get_components_english_property_test57]
       
  2579 FilterPropertiesCount=1
       
  2580 FilterPropertyName0=TestProperty
       
  2581 FilterStringProperty0=EnglishValue
       
  2582 FilterPropertyLocale0=1 //English
       
  2583 ComponentsCount=2
       
  2584 ComponentIdOffset0=2
       
  2585 ComponentName0=Component1
       
  2586 VendorName0=Symbian
       
  2587 SoftwareType0=plain
       
  2588 GlobalIdName0=
       
  2589 Removable0=True
       
  2590 ComponentSize0=0
       
  2591 ScomoState0=0
       
  2592 InstalledDrives0=
       
  2593 Version0=
       
  2594 ComponentIdOffset1=1
       
  2595 ComponentName1=Component2
       
  2596 VendorName1=Symbian
       
  2597 SoftwareType1=plain
       
  2598 GlobalIdName1=
       
  2599 Removable1=True
       
  2600 ComponentSize1=0
       
  2601 ScomoState1=0
       
  2602 InstalledDrives1=
       
  2603 Version1=
       
  2604 
       
  2605 [get_components_any_property_test57]
       
  2606 FilterPropertiesCount=1
       
  2607 FilterPropertyName0=TestProperty
       
  2608 FilterStringProperty0=EnglishValue
       
  2609 FilterPropertyLocale0=-1 //KLangUnspecified
       
  2610 ComponentsCount=3
       
  2611 ComponentIdOffset0=2
       
  2612 ComponentName0=Component1
       
  2613 VendorName0=Symbian
       
  2614 SoftwareType0=plain
       
  2615 GlobalIdName0=
       
  2616 Removable0=True
       
  2617 ComponentSize0=0
       
  2618 ScomoState0=0
       
  2619 InstalledDrives0=
       
  2620 Version0=
       
  2621 ComponentIdOffset1=1
       
  2622 ComponentName1=Component2
       
  2623 VendorName1=Symbian
       
  2624 SoftwareType1=plain
       
  2625 GlobalIdName1=
       
  2626 Removable1=True
       
  2627 ComponentSize1=0
       
  2628 ScomoState1=0
       
  2629 InstalledDrives1=
       
  2630 Version1=
       
  2631 ComponentIdOffset2=0
       
  2632 ComponentName2=Component3
       
  2633 VendorName2=Symbian
       
  2634 SoftwareType2=plain
       
  2635 GlobalIdName2=
       
  2636 Removable2=True
       
  2637 ComponentSize2=0
       
  2638 ScomoState2=0
       
  2639 InstalledDrives2=
       
  2640 Version2=
       
  2641 
       
  2642 [get_components_negative_property_test57]
       
  2643 FilterPropertiesCount=1
       
  2644 FilterPropertyName0=TestProperty
       
  2645 FilterStringProperty0=EnglishValue
       
  2646 FilterPropertyLocale0=6 //KLangSwedish
       
  2647 ComponentsCount=0
       
  2648 
       
  2649 // SEC-SCR-API-0058
       
  2650 
       
  2651 [component_with_global_id]
       
  2652 SoftwareType=plain
       
  2653 ComponentName=GeneralComponent
       
  2654 VendorName=Symbian
       
  2655 GlobalIdName=uniqueglobalid
       
  2656 
       
  2657 [component_attributes_with_global_id]
       
  2658 ComponentIdOffset=0
       
  2659 ComponentName=GeneralComponent
       
  2660 VendorName=Symbian
       
  2661 SoftwareType=plain
       
  2662 GlobalIdName=uniqueglobalid
       
  2663 Removable=True
       
  2664 ComponentSize=0
       
  2665 ScomoState=0
       
  2666 InstalledDrives=
       
  2667 Version=
       
  2668 
       
  2669 [component_with_]
       
  2670 
       
  2671 // SEC-SCR-API-0059
       
  2672 
       
  2673 [supplier_component]
       
  2674 SoftwareType=plain
       
  2675 ComponentName=SupplierComponent1
       
  2676 VendorName=Symbian
       
  2677 GlobalIdName=suppliercomponent1globalid
       
  2678 
       
  2679 [supplier_component_globalid]
       
  2680 GlobalIdName=suppliercomponent1globalid
       
  2681 SoftwareType=plain
       
  2682 ComponentIdOffset=0
       
  2683 
       
  2684 [dependant_component]
       
  2685 SoftwareType=dummy
       
  2686 ComponentName=DependantComponent1
       
  2687 VendorName=Symbian
       
  2688 GlobalIdName=dependantcomponent1globalid
       
  2689 
       
  2690 [dependant_component_globalid]
       
  2691 ComponentIdOffset=0
       
  2692 ComponentName=DependantComponent1
       
  2693 VendorName=Symbian
       
  2694 SoftwareType=dummy
       
  2695 GlobalIdName=dependantcomponent1globalid
       
  2696 Removable=True
       
  2697 ComponentSize=0
       
  2698 ScomoState=0
       
  2699 InstalledDrives=
       
  2700 Version=
       
  2701 
       
  2702 [dependency_with_existing_components]
       
  2703 SupplierGlobalIdName=suppliercomponent1globalid
       
  2704 SupplierSwTypeName=plain
       
  2705 DependantGlobalIdName=dependantcomponent1globalid
       
  2706 DependantSwTypeName=dummy
       
  2707 
       
  2708 [dependant_components]
       
  2709 GlobalIdType=Supplier
       
  2710 GlobalIdName=suppliercomponent1globalid
       
  2711 SoftwareType=plain
       
  2712 GlobalIdCount=1
       
  2713 GlobalIdName0=dependantcomponent1globalid
       
  2714 SoftwareType0=dummy
       
  2715 
       
  2716 [supplier_components]
       
  2717 GlobalIdType=Dependant
       
  2718 GlobalIdName=dependantcomponent1globalid
       
  2719 SoftwareType=dummy
       
  2720 GlobalIdCount=1
       
  2721 GlobalIdName0=suppliercomponent1globalid
       
  2722 SoftwareType0=plain
       
  2723 
       
  2724 [deleted_supplier]
       
  2725 GlobalIdType=Supplier
       
  2726 GlobalIdName=suppliercomponent1globalid
       
  2727 SoftwareType=plain
       
  2728 GlobalIdCount=0
       
  2729 
       
  2730 [deleted_dependant]
       
  2731 GlobalIdType=Dependant
       
  2732 GlobalIdName=dependantcomponent1globalid
       
  2733 SoftwareType=dummy
       
  2734 GlobalIdCount=0
       
  2735 
       
  2736 [second_supplier_component]
       
  2737 SoftwareType=dummy
       
  2738 ComponentName=SupplierComponent2
       
  2739 VendorName=Symbian
       
  2740 GlobalIdName=suppliercomponent2globalid
       
  2741 
       
  2742 [dependency_with_second_supplier]
       
  2743 SupplierGlobalIdName=suppliercomponent2globalid
       
  2744 SupplierSwTypeName=dummy
       
  2745 DependantGlobalIdName=dependantcomponent1globalid
       
  2746 DependantSwTypeName=dummy
       
  2747 
       
  2748 [all_supplier_components]
       
  2749 GlobalIdType=Dependant
       
  2750 GlobalIdName=dependantcomponent1globalid
       
  2751 SoftwareType=dummy
       
  2752 GlobalIdCount=2
       
  2753 GlobalIdName0=suppliercomponent1globalid
       
  2754 SoftwareType0=plain
       
  2755 GlobalIdName1=suppliercomponent2globalid
       
  2756 SoftwareType1=dummy
       
  2757 
       
  2758 [second_dependant_component]
       
  2759 SoftwareType=plain
       
  2760 ComponentName=DependantComponent2
       
  2761 VendorName=Symbian
       
  2762 GlobalIdName=dependantcomponent2globalid
       
  2763 
       
  2764 [dependency_with_second_dependant]
       
  2765 SupplierGlobalIdName=suppliercomponent2globalid
       
  2766 SupplierSwTypeName=dummy
       
  2767 DependantGlobalIdName=dependantcomponent2globalid
       
  2768 DependantSwTypeName=plain
       
  2769 
       
  2770 [all_dependant_components]
       
  2771 GlobalIdType=Supplier
       
  2772 GlobalIdName=suppliercomponent2globalid
       
  2773 SoftwareType=dummy
       
  2774 GlobalIdCount=2
       
  2775 GlobalIdName0=dependantcomponent2globalid
       
  2776 SoftwareType0=plain
       
  2777 GlobalIdName1=dependantcomponent1globalid
       
  2778 SoftwareType1=dummy
       
  2779 
       
  2780 [dependency_to_nonexisting_component]
       
  2781 SupplierGlobalIdName=nonexistingsuppliercomponentglobalid
       
  2782 SupplierSwTypeName=nonexistinginstaller
       
  2783 DependantGlobalIdName=dependantcomponent2globalid
       
  2784 DependantSwTypeName=plain
       
  2785 
       
  2786 [existing_and_nonexisting_suppliers]
       
  2787 GlobalIdType=Dependant
       
  2788 GlobalIdName=dependantcomponent2globalid
       
  2789 SoftwareType=plain
       
  2790 GlobalIdCount=2
       
  2791 GlobalIdName0=nonexistingsuppliercomponentglobalid
       
  2792 SoftwareType0=nonexistinginstaller
       
  2793 GlobalIdName1=suppliercomponent2globalid
       
  2794 SoftwareType1=dummy
       
  2795 
       
  2796 [delete_second_dependant]
       
  2797 ComponentIdOffset=0
       
  2798 
       
  2799 [suppliers_of_deleted_dependant]
       
  2800 GlobalIdType=Dependant
       
  2801 GlobalIdName=dependantcomponent2globalid
       
  2802 SoftwareType=plain
       
  2803 GlobalIdCount=0
       
  2804 
       
  2805 [delete_first_supplier]
       
  2806 ComponentIdOffset=3
       
  2807 
       
  2808 [remained_dependencies]
       
  2809 GlobalIdType=Supplier
       
  2810 GlobalIdName=suppliercomponent1globalid
       
  2811 SoftwareType=plain
       
  2812 GlobalIdCount=1
       
  2813 GlobalIdName0=dependantcomponent1globalid
       
  2814 SoftwareType0=dummy
       
  2815 
       
  2816 [dependency_with_nonexisting_components]
       
  2817 SupplierGlobalIdName=nonexistingsupplier
       
  2818 SupplierSwTypeName=plain
       
  2819 DependantGlobalIdName=nonexistingdependant
       
  2820 DependantSwTypeName=plain
       
  2821 
       
  2822 [dependant_nonexisting_components]
       
  2823 GlobalIdType=Supplier
       
  2824 GlobalIdName=nonexistingsupplier
       
  2825 SoftwareType=plain
       
  2826 GlobalIdCount=1
       
  2827 GlobalIdName0=nonexistingdependant
       
  2828 SoftwareType0=plain
       
  2829 
       
  2830 [supplier_nonexisting_components]
       
  2831 GlobalIdType=Dependant
       
  2832 GlobalIdName=nonexistingdependant
       
  2833 SoftwareType=plain
       
  2834 GlobalIdCount=1
       
  2835 GlobalIdName0=nonexistingsupplier
       
  2836 SoftwareType0=plain
       
  2837 
       
  2838 // SEC-SCR-API-0061
       
  2839 
       
  2840 [update_first_component_attributes_test61]
       
  2841 ComponentIdOffset=2
       
  2842 Version=1.2.3
       
  2843 Removable=True
       
  2844 DrmProtected=True
       
  2845 Hidden=True
       
  2846 KnownRevoked=False
       
  2847 OriginVerified=True
       
  2848 ComponentSize=2048
       
  2849 ComponentName=GeneralComponent
       
  2850 VendorName=Symbian
       
  2851 PropertyLocale=1 //English
       
  2852 
       
  2853 [update_second_component_attributes_test61]
       
  2854 ComponentIdOffset=1
       
  2855 Version=8.3.5
       
  2856 Removable=False
       
  2857 DrmProtected=True
       
  2858 Hidden=True
       
  2859 KnownRevoked=True
       
  2860 OriginVerified=True
       
  2861 ComponentSize=4096
       
  2862 ComponentName=GeneralComponent
       
  2863 VendorName=Symbian
       
  2864 PropertyLocale=1 //English
       
  2865 
       
  2866 [update_third_component_attributes_test61]
       
  2867 ComponentIdOffset=0
       
  2868 Version=5.6.6
       
  2869 Removable=False
       
  2870 DrmProtected=False
       
  2871 Hidden=True
       
  2872 KnownRevoked=True
       
  2873 OriginVerified=True
       
  2874 ComponentSize=512
       
  2875 ComponentName=GeneralComponent
       
  2876 VendorName=Symbian
       
  2877 PropertyLocale=1 //English
       
  2878 
       
  2879 [get_components_with_drm_hidden_common_properties]
       
  2880 FilterIsDrmProtected=True
       
  2881 FilterIsHidden=True
       
  2882 ComponentsCount=2
       
  2883 ComponentIdOffset0=2
       
  2884 ComponentName0=GeneralComponent
       
  2885 VendorName0=Symbian
       
  2886 SoftwareType0=plain
       
  2887 GlobalIdName0=
       
  2888 Removable0=True
       
  2889 DrmProtected0=True
       
  2890 Hidden0=True
       
  2891 KnownRevoked0=False
       
  2892 OriginVerified0=True
       
  2893 ComponentSize0=2048
       
  2894 ScomoState0=0
       
  2895 InstalledDrives0=
       
  2896 Version0=1.2.3
       
  2897 ComponentIdOffset1=1
       
  2898 ComponentName1=GeneralComponent
       
  2899 VendorName1=Symbian
       
  2900 SoftwareType1=plain
       
  2901 GlobalIdName1=
       
  2902 Removable1=False
       
  2903 DrmProtected1=True
       
  2904 Hidden1=True
       
  2905 KnownRevoked1=True
       
  2906 OriginVerified1=True
       
  2907 ComponentSize1=4096
       
  2908 ScomoState1=0
       
  2909 InstalledDrives1=
       
  2910 Version1=8.3.5
       
  2911 
       
  2912 [get_components_with_originverified_knownrevoked_properties]
       
  2913 FilterIsOriginVerified=True
       
  2914 FilterIsKnownRevoked=True
       
  2915 ComponentsCount=2
       
  2916 ComponentIdOffset0=1
       
  2917 ComponentName0=GeneralComponent
       
  2918 VendorName0=Symbian
       
  2919 SoftwareType0=plain
       
  2920 GlobalIdName0=
       
  2921 Removable0=False
       
  2922 DrmProtected0=True
       
  2923 Hidden0=True
       
  2924 KnownRevoked0=True
       
  2925 OriginVerified0=True
       
  2926 ComponentSize0=4096
       
  2927 ScomoState0=0
       
  2928 InstalledDrives0=
       
  2929 Version0=8.3.5
       
  2930 ComponentIdOffset1=0
       
  2931 ComponentName1=GeneralComponent
       
  2932 VendorName1=Symbian
       
  2933 SoftwareType1=plain
       
  2934 GlobalIdName1=
       
  2935 Removable1=False
       
  2936 DrmProtected1=False
       
  2937 Hidden1=True
       
  2938 KnownRevoked1=True
       
  2939 OriginVerified1=True
       
  2940 ComponentSize1=512
       
  2941 ScomoState1=0
       
  2942 InstalledDrives1=
       
  2943 Version1=5.6.6
       
  2944 
       
  2945 [get_components_with_common_and_customized_attributes]
       
  2946 FilterIsDrmProtected=True
       
  2947 FilterPropertiesCount=1
       
  2948 FilterPropertyName0=TestProperty
       
  2949 FilterStringProperty0=Test
       
  2950 ComponentsCount=1
       
  2951 ComponentIdOffset0=1
       
  2952 ComponentName0=GeneralComponent
       
  2953 VendorName0=Symbian
       
  2954 SoftwareType0=plain
       
  2955 GlobalIdName0=
       
  2956 Removable0=False
       
  2957 DrmProtected0=True
       
  2958 Hidden0=True
       
  2959 KnownRevoked0=True
       
  2960 OriginVerified0=True
       
  2961 ComponentSize0=4096
       
  2962 ScomoState0=0
       
  2963 InstalledDrives0=
       
  2964 Version0=8.3.5
       
  2965 
       
  2966 // SEC-SCR-API-0062
       
  2967 
       
  2968 [versioned_dependency]
       
  2969 SupplierGlobalIdName=suppliercomponent1globalid
       
  2970 SupplierSwTypeName=plain
       
  2971 VersionFrom=1.2.3
       
  2972 VersionTo=9.8.7
       
  2973 DependantGlobalIdName=dependantcomponent1globalid
       
  2974 DependantSwTypeName=dummy
       
  2975 
       
  2976 
       
  2977 [versioned_dependant_components]
       
  2978 GlobalIdType=Supplier
       
  2979 GlobalIdName=suppliercomponent1globalid
       
  2980 SoftwareType=plain
       
  2981 GlobalIdCount=1
       
  2982 GlobalIdName0=dependantcomponent1globalid
       
  2983 SoftwareType0=dummy
       
  2984 VersionFrom0=1.2.3
       
  2985 VersionTo0=9.8.7
       
  2986 
       
  2987 [versioned_supplier_components]
       
  2988 GlobalIdType=Dependant
       
  2989 GlobalIdName=dependantcomponent1globalid
       
  2990 SoftwareType=dummy
       
  2991 GlobalIdCount=1
       
  2992 GlobalIdName0=suppliercomponent1globalid
       
  2993 SoftwareType0=plain
       
  2994 VersionFrom0=1.2.3
       
  2995 VersionTo0=9.8.7
       
  2996 
       
  2997 [versioned_dependency_with_second_supplier]
       
  2998 SupplierGlobalIdName=suppliercomponent2globalid
       
  2999 SupplierSwTypeName=dummy
       
  3000 VersionFrom=
       
  3001 VersionTo=2.3.110
       
  3002 DependantGlobalIdName=dependantcomponent1globalid
       
  3003 DependantSwTypeName=dummy
       
  3004 
       
  3005 [versioned_all_supplier_components]
       
  3006 GlobalIdType=Dependant
       
  3007 GlobalIdName=dependantcomponent1globalid
       
  3008 SoftwareType=dummy
       
  3009 GlobalIdCount=2
       
  3010 GlobalIdName0=suppliercomponent1globalid
       
  3011 SoftwareType0=plain
       
  3012 VersionFrom0=1.2.3
       
  3013 VersionTo0=9.8.7
       
  3014 GlobalIdName1=suppliercomponent2globalid
       
  3015 SoftwareType1=dummy
       
  3016 VersionFrom1=
       
  3017 VersionTo1=2.3.110
       
  3018 
       
  3019 [versioned_dependency_with_second_dependant]
       
  3020 SupplierGlobalIdName=suppliercomponent2globalid
       
  3021 SupplierSwTypeName=dummy
       
  3022 VersionFrom=1.45.987
       
  3023 VersionTo=
       
  3024 DependantGlobalIdName=dependantcomponent2globalid
       
  3025 DependantSwTypeName=plain
       
  3026 
       
  3027 [versioned_all_dependant_components]
       
  3028 GlobalIdType=Supplier
       
  3029 GlobalIdName=suppliercomponent2globalid
       
  3030 SoftwareType=dummy
       
  3031 GlobalIdCount=2
       
  3032 GlobalIdName0=dependantcomponent2globalid
       
  3033 SoftwareType0=plain
       
  3034 VersionFrom0=1.45.987
       
  3035 VersionTo0=
       
  3036 GlobalIdName1=dependantcomponent1globalid
       
  3037 SoftwareType1=dummy
       
  3038 VersionFrom1=
       
  3039 VersionTo1=2.3.110
       
  3040 
       
  3041 // SEC-SCR-API-0063
       
  3042 
       
  3043 [add_nonlocalized_software_type]
       
  3044 OperationType=NonLocalized
       
  3045 
       
  3046 [component_nonlocalized_software_type]
       
  3047 SoftwareType=test_nonlocalizedinstaller_uniquename
       
  3048 ComponentName=GeneralComponent
       
  3049 VendorName=SymbianSecurityTeam
       
  3050 
       
  3051 [add_localized_software_type]
       
  3052 OperationType=Localized
       
  3053 
       
  3054 [component_localized_software_type]
       
  3055 SoftwareType=test_localizedinstaller_uniquename
       
  3056 ComponentName=GeneralComponent
       
  3057 VendorName=Symbian
       
  3058 
       
  3059 [add_software_type_without_mime_types]
       
  3060 OperationType=NoMimeType
       
  3061 
       
  3062 [non_orphaned_component]
       
  3063 ExpectedComponentOrphaned=False
       
  3064 ComponentIdOffset=0
       
  3065 
       
  3066 [orphaned_component]
       
  3067 ExpectedComponentOrphaned=True
       
  3068 ComponentIdOffset=1
       
  3069 
       
  3070 [orphaned_component_attributes]
       
  3071 ComponentIdOffset=1
       
  3072 ComponentName=GeneralComponent
       
  3073 VendorName=SymbianSecurityTeam
       
  3074 SoftwareType=test_nonlocalizedinstaller_uniquename
       
  3075 GlobalIdName=
       
  3076 Removable=True
       
  3077 ComponentSize=0
       
  3078 ScomoState=0
       
  3079 InstalledDrives=
       
  3080 Version=
       
  3081 
       
  3082 [get_orphaned_component_by_vendor]
       
  3083 FilterVendor=SymbianSecurityTeam
       
  3084 ComponentsCount=1
       
  3085 ComponentIdOffset0=1
       
  3086 ComponentName0=GeneralComponent
       
  3087 VendorName0=SymbianSecurityTeam
       
  3088 SoftwareType0=test_nonlocalizedinstaller_uniquename
       
  3089 GlobalIdName0=
       
  3090 Removable0=True
       
  3091 ComponentSize0=0
       
  3092 ScomoState0=0
       
  3093 InstalledDrives0=
       
  3094 Version0=
       
  3095 
       
  3096 [orphaned_non_existing_component]
       
  3097 ExpectedComponentOrphaned=False
       
  3098 ComponentId=123456
       
  3099 
       
  3100 [update_orphaned_component_attributes]
       
  3101 ComponentIdOffset=1
       
  3102 Version=0.1
       
  3103 Removable=False
       
  3104 DrmProtected=True
       
  3105 Hidden=True
       
  3106 KnownRevoked=True
       
  3107 OriginVerified=True
       
  3108 ComponentSize=12345
       
  3109 ComponentName=UpdatedComponentName
       
  3110 VendorName=UpdatedVendorName
       
  3111 PropertyLocale=10
       
  3112 
       
  3113 [orphaned_component_files]
       
  3114 ComponentIdOffset=1
       
  3115 FileCount= 2
       
  3116 FileName0=c:\logs\orphaned_test0.txt
       
  3117 FileName1=z:\logs\orphaned_test1.txt
       
  3118 
       
  3119 [orphaned_component_properties]
       
  3120 ComponentIdOffset=1
       
  3121 PropertiesCount=1
       
  3122 PropertyName0=OrphanedStringProperty
       
  3123 PropertyType0=1
       
  3124 PropertyValue0=orphanedstring
       
  3125 
       
  3126 [non_orphaned_component_after_reinstalling_swtype]
       
  3127 ExpectedComponentOrphaned=False
       
  3128 ComponentIdOffset=1
       
  3129 
       
  3130 [add_localized_software_type_with_different_plugin_uid]
       
  3131 OperationType=LocalizedWithDifferentPluginUid
       
  3132 
       
  3133 [add_localized_software_type_with_extra_name]
       
  3134 OperationType=LocalizedWithExtraName
       
  3135 
       
  3136 [add_localized_software_type_with_missing_name]
       
  3137 OperationType=LocalizedWithMissingName
       
  3138 
       
  3139 [add_localized_software_type_with_extra_mime]
       
  3140 OperationType=LocalizedExtraMime
       
  3141 
       
  3142 [add_localized_software_type_with_missing_mime]
       
  3143 OperationType=LocalizedMissingMime
       
  3144 
       
  3145 
       
  3146 // SEC-SCR-API-0064
       
  3147 [drives_management_register_files]
       
  3148 ComponentIdOffset=0
       
  3149 FileCount= 3
       
  3150 FileName0=c:\test1.txt
       
  3151 FileName1=c:\test2.txt
       
  3152 FileName2=d:\test3.txt
       
  3153 
       
  3154 [drives_management_both_drives]
       
  3155 ComponentIdOffset=0
       
  3156 ComponentName=GeneralComponent
       
  3157 VendorName=Symbian
       
  3158 SoftwareType=plain
       
  3159 GlobalIdName=
       
  3160 Removable=True
       
  3161 ComponentSize=0
       
  3162 ScomoState=0
       
  3163 InstalledDrives=C,D
       
  3164 Version=
       
  3165 
       
  3166 [drives_management_c_drive]
       
  3167 ComponentIdOffset=0
       
  3168 ComponentName=GeneralComponent
       
  3169 VendorName=Symbian
       
  3170 SoftwareType=plain
       
  3171 GlobalIdName=
       
  3172 Removable=True
       
  3173 ComponentSize=0
       
  3174 ScomoState=0
       
  3175 InstalledDrives=C
       
  3176 Version=
       
  3177 
       
  3178 [drives_management_unregister_first_c_file]
       
  3179 ComponentIdOffset=0
       
  3180 FileName=c:\test1.txt
       
  3181 
       
  3182 [drives_management_unregister_second_c_file]
       
  3183 ComponentIdOffset=0
       
  3184 FileName=c:\test2.txt
       
  3185 
       
  3186 [drives_management_unregister_first_d_file]
       
  3187 ComponentIdOffset=0
       
  3188 FileName=d:\test3.txt
       
  3189 
       
  3190 // SEC-SCR-API-0065
       
  3191 [component_with_localizables_test65]
       
  3192 SoftwareType=plain
       
  3193 IsLocalisable=True
       
  3194 LocalesCount=1
       
  3195 ComponentName0=Component_Test65
       
  3196 VendorName0=SecurityTeam
       
  3197 ComponentLocale0=1 //English
       
  3198 
       
  3199 [set_base_language_property_test65]
       
  3200 ComponentIdOffset=0
       
  3201 PropertiesCount=1
       
  3202 PropertyName0=SingleLocalizedProperty
       
  3203 PropertyType0=3
       
  3204 PropertyValue0=alocalizedstring
       
  3205 PropertyLocale0=1
       
  3206 
       
  3207 [get_base_language_property_test65]
       
  3208 ComponentIdOffset=0
       
  3209 PropertyName=SingleLocalizedProperty
       
  3210 PropertyType=3
       
  3211 PropertyValue=alocalizedstring
       
  3212 PropertyLocale=1 
       
  3213 
       
  3214 [get_child_language_property_test65]
       
  3215 ComponentIdOffset=0
       
  3216 PropertyName=SingleLocalizedProperty
       
  3217 PropertyType=3
       
  3218 PropertyValue=alocalizedstring
       
  3219 PropertyLocale=10
       
  3220 
       
  3221 [get_unspecified_language_property_test65]
       
  3222 ComponentIdOffset=0
       
  3223 PropertyName=SingleLocalizedProperty
       
  3224 PropertyType=3
       
  3225 PropertyValue=alocalizedstring
       
  3226 PropertyLocale=-1
       
  3227 
       
  3228 [get_component_with_unspecified_names_test65]
       
  3229 ComponentLocale=-1
       
  3230 ComponentIdOffset=0
       
  3231 ComponentName=Component_Test65
       
  3232 VendorName=SecurityTeam
       
  3233 SoftwareType=plain
       
  3234 GlobalIdName=
       
  3235 Removable=True
       
  3236 ComponentSize=0
       
  3237 ScomoState=0
       
  3238 InstalledDrives=
       
  3239 Version=
       
  3240 
       
  3241 [get_component_with_base_language_test65]
       
  3242 ComponentLocale=1
       
  3243 ComponentIdOffset=0
       
  3244 ComponentName=Component_Test65
       
  3245 VendorName=SecurityTeam
       
  3246 SoftwareType=plain
       
  3247 GlobalIdName=
       
  3248 Removable=True
       
  3249 ComponentSize=0
       
  3250 ScomoState=0
       
  3251 InstalledDrives=
       
  3252 Version=
       
  3253 
       
  3254 [get_component_with_child_language_test65]
       
  3255 ComponentLocale=10
       
  3256 ComponentIdOffset=0
       
  3257 ComponentName=Component_Test65
       
  3258 VendorName=SecurityTeam
       
  3259 SoftwareType=plain
       
  3260 GlobalIdName=
       
  3261 Removable=True
       
  3262 ComponentSize=0
       
  3263 ScomoState=0
       
  3264 InstalledDrives=
       
  3265 Version=
       
  3266 
       
  3267 // SEC-SCR-API-0066
       
  3268 
       
  3269 [common_component_names_with_version]
       
  3270 SoftwareType=plain
       
  3271 ComponentName=GeneralComponent
       
  3272 VendorName=Symbian
       
  3273 Version=1.2.3
       
  3274 
       
  3275 [update_common_component_names]
       
  3276 SoftwareType=plain
       
  3277 ComponentName=UpdatedGeneralComponent
       
  3278 VendorName=Symbian
       
  3279 GlobalIdName=updatedglobalid
       
  3280 OperationType=2
       
  3281 
       
  3282 [log_entries]
       
  3283 LogsCount=3
       
  3284 ComponentName0=GeneralComponent
       
  3285 SoftwareType0=plain
       
  3286 Version0=1.2.3
       
  3287 GlobalIdName0=
       
  3288 OperationType0=0
       
  3289 ComponentName1=GeneralComponent
       
  3290 SoftwareType1=plain
       
  3291 Version1=1.2.3
       
  3292 GlobalIdName1=
       
  3293 OperationType1=1
       
  3294 ComponentName2=UpdatedGeneralComponent
       
  3295 SoftwareType2=plain
       
  3296 Version2=
       
  3297 GlobalIdName2=updatedglobalid
       
  3298 OperationType2=2
       
  3299 
       
  3300 [dummy_log_entries]
       
  3301 LogsCount=1
       
  3302 SoftwareType=dummy
       
  3303 ComponentName0=ComponentOne
       
  3304 SoftwareType0=dummy
       
  3305 Version0=
       
  3306 GlobalIdName0=
       
  3307 OperationType0=0
       
  3308 
       
  3309 [component_with_currentlocale_name]
       
  3310 SoftwareType=plain
       
  3311 IsLocalisable=True
       
  3312 LocalesCount=3
       
  3313 ComponentName0=Cåmponent_N2
       
  3314 VendorName0=SäkerhetLag
       
  3315 ComponentLocale0=6 //Swedish
       
  3316 ComponentName1=Component_NoLocale
       
  3317 VendorName1=SecurityTeam
       
  3318 ComponentLocale1=0
       
  3319 ComponentName2=Component_CurrentLocale
       
  3320 VendorName2=SecurityTeam
       
  3321 ComponentLocale2=1 //English
       
  3322 
       
  3323 [component_with_nonlocalized_name]
       
  3324 SoftwareType=plain
       
  3325 IsLocalisable=True
       
  3326 LocalesCount=2
       
  3327 ComponentName0=Cåmponent_N2
       
  3328 VendorName0=SäkerhetLag
       
  3329 ComponentLocale0=6 //Swedish
       
  3330 ComponentName1=Component_NoLocale
       
  3331 VendorName1=SecurityTeam
       
  3332 ComponentLocale1=0
       
  3333 
       
  3334 [component_with_localized_name]
       
  3335 SoftwareType=plain
       
  3336 IsLocalisable=True
       
  3337 LocalesCount=2
       
  3338 ComponentName0=Cåmponent_N2
       
  3339 VendorName0=SäkerhetLag
       
  3340 ComponentLocale0=6 //Swedish
       
  3341 ComponentName1=Component_French
       
  3342 VendorName1=SecurityTeam
       
  3343 ComponentLocale1=2
       
  3344 
       
  3345 [name_log_entries]
       
  3346 LogsCount=3
       
  3347 ComponentName0=Component_CurrentLocale
       
  3348 SoftwareType0=plain
       
  3349 Version0=
       
  3350 GlobalIdName0=
       
  3351 OperationType0=0
       
  3352 ComponentName1=Component_NoLocale
       
  3353 SoftwareType1=plain
       
  3354 Version1=
       
  3355 GlobalIdName1=
       
  3356 OperationType1=0
       
  3357 ComponentName2=Cåmponent_N2
       
  3358 SoftwareType2=plain
       
  3359 Version2=
       
  3360 GlobalIdName2=
       
  3361 OperationType2=0
       
  3362 
       
  3363 [readonly_log_entries]
       
  3364 LogsCount=1
       
  3365 ComponentName0=GeneralComponent
       
  3366 SoftwareType0=plain
       
  3367 Version0=1.2.3
       
  3368 GlobalIdName0=
       
  3369 OperationType0=0
       
  3370 
       
  3371 [writable_log_entries]
       
  3372 LogsCount=2
       
  3373 ComponentName0=GeneralComponent
       
  3374 SoftwareType0=plain
       
  3375 Version0=1.2.3
       
  3376 GlobalIdName0=
       
  3377 OperationType0=0
       
  3378 ComponentName1=GeneralComponent
       
  3379 SoftwareType1=plain
       
  3380 Version1=
       
  3381 GlobalIdName1=
       
  3382 OperationType1=0
       
  3383 
       
  3384 [hidden_common_component_names]
       
  3385 SoftwareType=plain
       
  3386 ComponentName=RomGeneralComponent
       
  3387 VendorName=Symbian
       
  3388 GlobalIdName=romglobalid
       
  3389 OperationType=3
       
  3390 
       
  3391 [hidden_log_entries]
       
  3392 LogsCount=0
       
  3393 
       
  3394 [read_only_log_file]
       
  3395 LogFileReadOnly=True
       
  3396 
       
  3397 [writable_log_file]
       
  3398 LogFileReadOnly=False
       
  3399 
       
  3400 [log_file_size]
       
  3401 LogsCount=1001
       
  3402 
       
  3403 // SEC-SCR-API-0067
       
  3404 
       
  3405 [less_version_1]
       
  3406 VersionLeft=1.2.32.4
       
  3407 VersionRight=1.3
       
  3408 ExpectedResult=-1
       
  3409 
       
  3410 [less_version_2]
       
  3411 VersionLeft=1.2
       
  3412 VersionRight=1.2.1
       
  3413 ExpectedResult=-1
       
  3414 
       
  3415 [less_version_3]
       
  3416 VersionLeft=1.2
       
  3417 VersionRight=1.2.0.0.1
       
  3418 ExpectedResult=-1
       
  3419 
       
  3420 [great_version_1]
       
  3421 VersionLeft=1.2.32.4.67890
       
  3422 VersionRight=1.2.32.4.67889
       
  3423 ExpectedResult=1
       
  3424 
       
  3425 [great_version_2]
       
  3426 VersionLeft=1.5.9
       
  3427 VersionRight=1.5
       
  3428 ExpectedResult=1
       
  3429 
       
  3430 [great_version_3]
       
  3431 VersionLeft=1.5.0.0.0.12.0
       
  3432 VersionRight=1.5.0
       
  3433 ExpectedResult=1
       
  3434 
       
  3435 [equal_version_1]
       
  3436 VersionLeft=5678.9000.7654
       
  3437 VersionRight=5678.9000.7654
       
  3438 ExpectedResult=0
       
  3439 
       
  3440 [equal_version_2]
       
  3441 VersionLeft=1.2
       
  3442 VersionRight=1.2.0
       
  3443 ExpectedResult=0
       
  3444 
       
  3445 [equal_version_3]
       
  3446 VersionLeft=1.5.9.0
       
  3447 VersionRight=1.5.9
       
  3448 ExpectedResult=0
       
  3449 
       
  3450 [equal_version_4]
       
  3451 VersionLeft=1.5.
       
  3452 VersionRight=1.5
       
  3453 ExpectedResult=0
       
  3454 
       
  3455 [wrong_version_1]
       
  3456 VersionLeft=1.5..2
       
  3457 VersionRight=1.5
       
  3458 ExpectedResult=0
       
  3459 
       
  3460 [wrong_version_2]
       
  3461 VersionLeft=.1.5.
       
  3462 VersionRight=1.5
       
  3463 ExpectedResult=0
       
  3464 
       
  3465 [wrong_version_3]
       
  3466 VersionLeft=
       
  3467 VersionRight=1.5
       
  3468 ExpectedResult=0
       
  3469 
       
  3470 [wrong_version_4]
       
  3471 VersionLeft=1.5
       
  3472 VersionRight=
       
  3473 ExpectedResult=0
       
  3474 
       
  3475 [wrong_version_5]
       
  3476 VersionLeft=abc.123
       
  3477 VersionRight=0.0.1
       
  3478 ExpectedResult=0
       
  3479 
       
  3480 // SEC-SCR-API-0068
       
  3481 
       
  3482 [iscomponentonrom_positive]
       
  3483 ComponentIdOffset=0
       
  3484 FileCount=4
       
  3485 FileName0=c:\a.txt
       
  3486 FileName1=c:\abc\b.txt
       
  3487 FileName2=Z:\a.txt
       
  3488 FileName3=z:\def\b.txt
       
  3489 
       
  3490 [iscomponentonrom_positive_check]
       
  3491 ExpectedROMResult=True
       
  3492 ComponentIdOffset=0
       
  3493 
       
  3494 [iscomponentonrom_negative]
       
  3495 ComponentIdOffset=1
       
  3496 FileCount=3
       
  3497 FileName0=Y:\a.txt
       
  3498 FileName1=c:\def\d.txt
       
  3499 FileName2=E:\abc\b.txt
       
  3500 
       
  3501 [iscomponentonrom_negative_check]
       
  3502 ExpectedROMResult=False
       
  3503 ComponentIdOffset=1
       
  3504 
       
  3505 // SEC-SCR-API-0069
       
  3506 
       
  3507 [check_default_componentpresence]
       
  3508 CompPresenceValue=True
       
  3509 ComponentIdOffset=0
       
  3510 
       
  3511 [componentpresence_set_false]
       
  3512 SetCompPresence=True
       
  3513 CompPresenceValue=False
       
  3514 ComponentIdOffset=0
       
  3515 
       
  3516 [componentpresence_set_true]
       
  3517 SetCompPresence=True
       
  3518 CompPresenceValue=True
       
  3519 ComponentIdOffset=0
       
  3520 
       
  3521 [register_component_files]
       
  3522 ComponentIdOffset=0
       
  3523 FileCount=6
       
  3524 FileName0=c:\a.txt
       
  3525 FileName1=c:\abc\b.txt
       
  3526 FileName2=z:\a.txt
       
  3527 FileName3=e:\asd\f.txt
       
  3528 FileName4=y:\abc.txt
       
  3529 FileName5=q:\qwe\p.txt
       
  3530 
       
  3531 [componentpresence_is_false]
       
  3532 CompPresenceValue=False
       
  3533 ComponentIdOffset=0
       
  3534 
       
  3535 // SEC-SCR-API-0070
       
  3536 [add_component_with_same_localizables_test70]
       
  3537 SoftwareType=plain
       
  3538 IsLocalisable=True
       
  3539 LocalesCount=2
       
  3540 ComponentName0=Component_Test70
       
  3541 VendorName0=SecurityTeam
       
  3542 ComponentLocale0=1 
       
  3543 ComponentName1=Component_Test70
       
  3544 VendorName1=SecurityTeam
       
  3545 ComponentLocale1=1 
       
  3546 
       
  3547 [get_component_with_same_localizables_names_test70]
       
  3548 ComponentLocale=-1
       
  3549 ComponentIdOffset=0
       
  3550 ComponentName=Component_Test70
       
  3551 VendorName=SecurityTeam
       
  3552 SoftwareType=plain
       
  3553 GlobalIdName=
       
  3554 Removable=True
       
  3555 ComponentSize=0
       
  3556 ScomoState=0
       
  3557 InstalledDrives=
       
  3558 Version=
       
  3559 FilterName=Component_Test70
       
  3560 
       
  3561 [set_same_localized_property_test70]
       
  3562 ComponentIdOffset=0
       
  3563 PropertiesCount=3
       
  3564 PropertyName0=MultiLocalizedProperty
       
  3565 PropertyType0=3
       
  3566 PropertyValue0=samestring
       
  3567 PropertyLocale0=1
       
  3568 PropertyName1=MultiLocalizedProperty
       
  3569 PropertyType1=3
       
  3570 PropertyValue1=samestring
       
  3571 PropertyLocale1=0
       
  3572 PropertyName2=MultiLocalizedProperty
       
  3573 PropertyType2=3
       
  3574 PropertyValue2=samestring
       
  3575 PropertyLocale2=10
       
  3576 
       
  3577 [get_component_with_same_localizables_properties_test70]
       
  3578 ComponentLocale=-1
       
  3579 ComponentIdOffset=0
       
  3580 ComponentName=Component_Test70
       
  3581 VendorName=SecurityTeam
       
  3582 SoftwareType=plain
       
  3583 GlobalIdName=
       
  3584 Removable=True
       
  3585 ComponentSize=0
       
  3586 ScomoState=0
       
  3587 InstalledDrives=
       
  3588 Version=
       
  3589 FilterPropertiesCount=1
       
  3590 FilterPropertyName0=MultiLocalizedProperty
       
  3591 FilterStringProperty0=samestring
       
  3592 FilterPropertyLocale0=-1 //KLangUnspecified
       
  3593 
       
  3594 // SEC-SCR-API-0071
       
  3595 [component_empty_vendor_name]
       
  3596 SoftwareType=plain
       
  3597 ComponentName=GeneralComponent
       
  3598 VendorName= 
       
  3599 
       
  3600 [get_component_with_empty_vendor_name_test71]
       
  3601 ComponentIdOffset=0
       
  3602 ComponentName=GeneralComponent
       
  3603 VendorName=
       
  3604 SoftwareType=plain
       
  3605 GlobalIdName=
       
  3606 Removable=True
       
  3607 ComponentSize=0
       
  3608 ScomoState=0
       
  3609 InstalledDrives=
       
  3610 Version=
       
  3611 FilterVendor=
       
  3612 
       
  3613 // SEC-SCR-API-0072
       
  3614 [update_component_set_huge_name_vendor]
       
  3615 ComponentIdOffset=0
       
  3616 Version=0.1
       
  3617 Removable=False
       
  3618 DrmProtected=True
       
  3619 Hidden=True
       
  3620 KnownRevoked=True
       
  3621 OriginVerified=True
       
  3622 ComponentSize=0
       
  3623 ComponentName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3624 VendorName=newVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVennew
       
  3625 PropertyLocale=0
       
  3626 
       
  3627 [get_component_huge_name_vendor]
       
  3628 ComponentIdOffset=0
       
  3629 ComponentName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3630 VendorName=newVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVennew
       
  3631 SoftwareType=plain
       
  3632 GlobalIdName=
       
  3633 ScomoState=0
       
  3634 InstalledDrives=
       
  3635 Version=0.1
       
  3636 Removable=False
       
  3637 DrmProtected=True
       
  3638 Hidden=True
       
  3639 KnownRevoked=True
       
  3640 OriginVerified=True
       
  3641 ComponentSize=0
       
  3642 
       
  3643 [component_huge_property]
       
  3644 ComponentIdOffset=0
       
  3645 PropertiesCount=1
       
  3646 PropertyName0=StringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProper
       
  3647 PropertyType0=1
       
  3648 PropertyValue0=astringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastr
       
  3649 
       
  3650 [register_file_huge_test]
       
  3651 ComponentIdOffset=0
       
  3652 FileCount= 1
       
  3653 FileName0=z:\file.txtfile
       
  3654 
       
  3655 [component_huge_file_property]
       
  3656 ComponentIdOffset=0
       
  3657 FileName=z:\file.txtfile
       
  3658 PropertiesCount=1
       
  3659 PropertyName0=TestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFile
       
  3660 PropertyType0=1
       
  3661 PropertyValue0=TestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFilePropertyValTestFil
       
  3662 
       
  3663 [get_component_by_huge_name_vendor]
       
  3664 ComponentIdOffset=0
       
  3665 ComponentName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3666 VendorName=newVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVennew
       
  3667 SoftwareType=plain
       
  3668 GlobalIdName=
       
  3669 ScomoState=0
       
  3670 InstalledDrives=
       
  3671 Version=0.1
       
  3672 Removable=False
       
  3673 DrmProtected=True
       
  3674 Hidden=True
       
  3675 KnownRevoked=True
       
  3676 OriginVerified=True
       
  3677 ComponentSize=0
       
  3678 FilterName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3679 FilterVendor=newVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVennew
       
  3680 
       
  3681 [get_component_by_huge_property]
       
  3682 ComponentIdOffset=0
       
  3683 ComponentName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3684 VendorName=newVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVendorNamenewVennew
       
  3685 SoftwareType=plain
       
  3686 GlobalIdName=
       
  3687 ScomoState=0
       
  3688 InstalledDrives=
       
  3689 Version=0.1
       
  3690 Removable=False
       
  3691 DrmProtected=True
       
  3692 Hidden=True
       
  3693 KnownRevoked=True
       
  3694 OriginVerified=True
       
  3695 ComponentSize=0
       
  3696 FilterPropertiesCount=1
       
  3697 FilterPropertyName0=StringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProper
       
  3698 FilterStringProperty0=astringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastringastr
       
  3699 
       
  3700 // SEC-SCR-API-0073
       
  3701 [very_huge_component_name]
       
  3702 SoftwareType=plain
       
  3703 ComponentName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanastanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3704 VendorName= 
       
  3705 
       
  3706 [very_huge_component_vendor_name]
       
  3707 SoftwareType=plain
       
  3708 ComponentName=stana
       
  3709 VendorName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanastanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3710 
       
  3711 [update_component_set_very_huge_name]
       
  3712 ComponentIdOffset=0
       
  3713 Version=0.1
       
  3714 Removable=False
       
  3715 DrmProtected=True
       
  3716 Hidden=True
       
  3717 KnownRevoked=True
       
  3718 OriginVerified=True
       
  3719 ComponentSize=0
       
  3720 ComponentName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanastanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3721 VendorName=new
       
  3722 PropertyLocale=0
       
  3723 
       
  3724 [update_component_set_very_huge_vendor]
       
  3725 ComponentIdOffset=0
       
  3726 Version=0.1
       
  3727 Removable=False
       
  3728 DrmProtected=True
       
  3729 Hidden=True
       
  3730 KnownRevoked=True
       
  3731 OriginVerified=True
       
  3732 ComponentSize=0
       
  3733 ComponentName=new
       
  3734 VendorName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanastanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3735 PropertyLocale=0
       
  3736 
       
  3737 [set_component_very_huge_property_name]
       
  3738 ComponentIdOffset=0
       
  3739 PropertiesCount=1
       
  3740 PropertyName0=StringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProperStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProper
       
  3741 PropertyType0=1
       
  3742 PropertyValue0=astri
       
  3743 
       
  3744 [set_component_very_huge_property_value]
       
  3745 ComponentIdOffset=0
       
  3746 PropertiesCount=1
       
  3747 PropertyName0=astri
       
  3748 PropertyType0=1
       
  3749 PropertyValue0=StringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProperStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProper
       
  3750 
       
  3751 [component_very_huge_file_property_name]
       
  3752 ComponentIdOffset=0
       
  3753 FileName=z:\file.txtfile
       
  3754 PropertiesCount=1
       
  3755 PropertyName0=TestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFileTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFile
       
  3756 PropertyType0=1
       
  3757 PropertyValue0=TestFilePropertyValTestF
       
  3758 
       
  3759 [component_very_huge_file_property_value]
       
  3760 ComponentIdOffset=0
       
  3761 FileName=z:\file.txtfile
       
  3762 PropertiesCount=1
       
  3763 PropertyName0=TestFilePropertyStrTestFil
       
  3764 PropertyType0=1
       
  3765 PropertyValue0=TestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFileTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFilePropertyStrTestFile
       
  3766 
       
  3767 [get_component_by_very_huge_name]
       
  3768 ComponentIdOffset=0
       
  3769 ComponentName=staname
       
  3770 VendorName=newVendo
       
  3771 SoftwareType=plain
       
  3772 GlobalIdName=
       
  3773 ScomoState=0
       
  3774 InstalledDrives=
       
  3775 Version=0.1
       
  3776 Removable=False
       
  3777 DrmProtected=True
       
  3778 Hidden=True
       
  3779 KnownRevoked=True
       
  3780 OriginVerified=True
       
  3781 ComponentSize=0
       
  3782 FilterName=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanastanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3783 
       
  3784 [get_component_by_very_huge_vendor]
       
  3785 ComponentIdOffset=0
       
  3786 ComponentName=stanam
       
  3787 VendorName=newVendorNam
       
  3788 SoftwareType=plain
       
  3789 GlobalIdName=
       
  3790 ScomoState=0
       
  3791 InstalledDrives=
       
  3792 Version=0.1
       
  3793 Removable=False
       
  3794 DrmProtected=True
       
  3795 Hidden=True
       
  3796 KnownRevoked=True
       
  3797 OriginVerified=True
       
  3798 ComponentSize=0
       
  3799 FilterVendor=stanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanastanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustanamejustana
       
  3800 
       
  3801 [get_component_by_very_huge_property_name]
       
  3802 ComponentIdOffset=0
       
  3803 ComponentName=stan
       
  3804 VendorName=newVe
       
  3805 SoftwareType=plain
       
  3806 GlobalIdName=
       
  3807 ScomoState=0
       
  3808 InstalledDrives=
       
  3809 Version=0.1
       
  3810 Removable=False
       
  3811 DrmProtected=True
       
  3812 Hidden=True
       
  3813 KnownRevoked=True
       
  3814 OriginVerified=True
       
  3815 ComponentSize=0
       
  3816 FilterPropertiesCount=1
       
  3817 FilterPropertyName0=StringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProperStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProper
       
  3818 FilterStringProperty0=a
       
  3819 FilterPropertyLocale0=1 
       
  3820 
       
  3821 [get_component_by_very_huge_property_value]
       
  3822 ComponentIdOffset=0
       
  3823 ComponentName=stanamejustaname
       
  3824 VendorName=newV
       
  3825 SoftwareType=plain
       
  3826 GlobalIdName=
       
  3827 ScomoState=0
       
  3828 InstalledDrives=
       
  3829 Version=0.1
       
  3830 Removable=False
       
  3831 DrmProtected=True
       
  3832 Hidden=True
       
  3833 KnownRevoked=True
       
  3834 OriginVerified=True
       
  3835 ComponentSize=0
       
  3836 FilterPropertiesCount=1
       
  3837 FilterPropertyName0=a
       
  3838 FilterStringProperty0=StringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProperStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringPropertyStringProper
       
  3839 FilterPropertyLocale0=1 
       
  3840 
       
  3841 // SEC-SCR-API-0075
       
  3842 [close_session_with_open_subsession]
       
  3843 CloseSessionWithoutClosingSubsession=True
       
  3844 
       
  3845 // SEC-SCR-API-0076
       
  3846 
       
  3847 [test76_component_without_drives]
       
  3848 SoftwareType=plain
       
  3849 ComponentName=test76-Component1
       
  3850 VendorName=Symbian
       
  3851 
       
  3852 [test76_component_with_drives]
       
  3853 SoftwareType=plain
       
  3854 ComponentName=test76-Component2
       
  3855 VendorName=Symbian
       
  3856 
       
  3857 [register_files_consider_drives_false_test76]
       
  3858 ComponentIdOffset=1
       
  3859 FileCount=2
       
  3860 FileName0=c:\file1
       
  3861 ConsiderDrives0=False
       
  3862 FileName1=z:\file2
       
  3863 ConsiderDrives1=False
       
  3864 
       
  3865 [register_files_consider_drives_true_test76]
       
  3866 ComponentIdOffset=0
       
  3867 FileCount=2
       
  3868 FileName0=c:\file3
       
  3869 FileName1=z:\file4
       
  3870 
       
  3871 [components_on_driveC_test76]
       
  3872 FilterDrivesList=C
       
  3873 ComponentsCount=1
       
  3874 ComponentIdOffset0=0
       
  3875 ComponentName0=test76-Component2
       
  3876 VendorName0=Symbian
       
  3877 SoftwareType0=plain
       
  3878 GlobalIdName0=
       
  3879 Removable0=True
       
  3880 ComponentSize0=0
       
  3881 ScomoState0=0
       
  3882 InstalledDrives0=C,Z
       
  3883 Version0=
       
  3884 
       
  3885 [component_files_test76]
       
  3886 ComponentIdOffset=1
       
  3887 FileCount=2
       
  3888 FileName0=c:\file1
       
  3889 FileName1=z:\file2
       
  3890 
       
  3891 [get_no_drives_component_test76]
       
  3892 ComponentIdOffset=1
       
  3893 ComponentName=test76-Component1
       
  3894 VendorName=Symbian
       
  3895 SoftwareType=plain
       
  3896 GlobalIdName=
       
  3897 Removable=True
       
  3898 ComponentSize=0
       
  3899 ScomoState=0
       
  3900 InstalledDrives=
       
  3901 Version=
       
  3902 
       
  3903 // API-SEC-SCR-API-0077
       
  3904 
       
  3905 [component_localized_info]
       
  3906 SoftwareType=plain
       
  3907 IsLocalisable=True
       
  3908 LocalesCount=4
       
  3909 ComponentName0=Component_N2
       
  3910 VendorName0=SecurityTeam
       
  3911 ComponentLocale0=1 //English
       
  3912 ComponentName1=Cåmponent_N2
       
  3913 VendorName1=SäkerhetLag
       
  3914 ComponentLocale1=6 //Swedish
       
  3915 ComponentName2=Bilesen_N2
       
  3916 VendorName2=GüvenlikTakimi
       
  3917 ComponentLocale2=14 //Turkish
       
  3918 ComponentName3=NonLocalizedName
       
  3919 VendorName3=NonLocalizedVendor
       
  3920 ComponentLocale3=0 //Default or Unique
       
  3921 
       
  3922 [verify_component_localized_info]
       
  3923 ComponentIdOffset=0
       
  3924 LocalesCount=4
       
  3925 ComponentName0=Component_N2
       
  3926 VendorName0=SecurityTeam
       
  3927 ComponentLocale0=1 //English
       
  3928 ComponentName1=Cåmponent_N2
       
  3929 VendorName1=SäkerhetLag
       
  3930 ComponentLocale1=6 //Swedish
       
  3931 ComponentName2=Bilesen_N2
       
  3932 VendorName2=GüvenlikTakimi
       
  3933 ComponentLocale2=14 //Turkish
       
  3934 ComponentName3=NonLocalizedName
       
  3935 VendorName3=NonLocalizedVendor
       
  3936 ComponentLocale3=0 //Default or Unique
       
  3937 
       
  3938 
       
  3939 [scr_backup_db]
       
  3940 SourceFilePath=c:\sys\install\scr\scr.db
       
  3941 TargetFilePath=c:\sys\install\scr\backup.db
       
  3942 
       
  3943 [scr_restore_db]
       
  3944 SourceFilePath=c:\sys\install\scr\backup.db
       
  3945 TargetFilePath=c:\sys\install\scr\scr.db
       
  3946 
       
  3947 [backup_file]
       
  3948 DbFilePath=c:\sys\install\scr\backup.db
       
  3949 JournalFilePath=c:\sys\install\scr\scr.db-journal
       
  3950