cryptoservices/filebasedcertificateandkeystores/Inc/filetokenstests.iby
changeset 108 ca9a0fc2f082
parent 77 956a80986d49
equal deleted inserted replaced
102:deec7e509f66 108:ca9a0fc2f082
    35 file=ABI_DIR\BUILD_DIR\tfiletokens.exe	sys\bin\tfiletokens.exe
    35 file=ABI_DIR\BUILD_DIR\tfiletokens.exe	sys\bin\tfiletokens.exe
    36 
    36 
    37 // tsecdlg is required to run tests without a passphrase dialog popping up.
    37 // tsecdlg is required to run tests without a passphrase dialog popping up.
    38 // SecDlg will also need to be removed
    38 // SecDlg will also need to be removed
    39 // Note: If SecDlg and tsecdlg are both present the tests will crash
    39 // Note: If SecDlg and tsecdlg are both present the tests will crash
    40 // both on the emulator and on hardware! 
    40 // both on the emulator and on hardware!
    41 ECOM_PLUGIN(tsecdlg.dll, 10204789.rsc)
    41 
       
    42 REM #ifndef __TEXTSHELL_OBY__
       
    43 REM ECOM_PLUGIN(tsecdlg.dll, 10204789.rsc)
       
    44 
       
    45 file=ABI_DIR\BUILD_DIR\tsecdlg_text.dll	sys\bin\tnotifiers\tsecdlg_text.dll
       
    46 
       
    47  
       
    48 
    42 
    49 
    43 // Test plugins
    50 // Test plugins
    44 ECOM_PLUGIN(101faaa1.dll, 101faaa1.rsc)
    51 ECOM_PLUGIN(101faaa1.dll, 101faaa1.rsc)
    45 ECOM_PLUGIN(101faaa3.dll, 101faaa3.rsc)
    52 ECOM_PLUGIN(101faaa3.dll, 101faaa3.rsc)
    46 ECOM_PLUGIN(101faaa5.dll, 101faaa5.rsc)
    53 ECOM_PLUGIN(101faaa5.dll, 101faaa5.rsc)
   275 data = ZDRIVE\tcertapps\scripts\script1.script			tcertapps\scripts\script1.script attrib=r
   282 data = ZDRIVE\tcertapps\scripts\script1.script			tcertapps\scripts\script1.script attrib=r
   276 data = ZDRIVE\tcertapps\scripts\apipolicing.script	tcertapps\scripts\apipolicing.script attrib=r
   283 data = ZDRIVE\tcertapps\scripts\apipolicing.script	tcertapps\scripts\apipolicing.script attrib=r
   277 data = ZDRIVE\tcertapps\scripts\script1.ini			tcertapps\scripts\script1.ini attrib=r
   284 data = ZDRIVE\tcertapps\scripts\script1.ini			tcertapps\scripts\script1.ini attrib=r
   278 data = ZDRIVE\tcertapps\scripts\apipolicing.ini	tcertapps\scripts\apipolicing.ini attrib=r
   285 data = ZDRIVE\tcertapps\scripts\apipolicing.ini	tcertapps\scripts\apipolicing.ini attrib=r
   279 
   286 
       
   287 // Test keystore. Contains two keys, a DSA key (label gm0) and a RSA key (label gm1)
       
   288 // The passphrase timeout is set to 30
       
   289 data = ZPRIVATE\101F72A6\keys.dat          	private\101F72A6\keys.dat
   280 
   290 
   281 #if defined SYMBIAN_KEYSTORE_USE_AUTH_SERVER || defined SDP_ROM1
   291 #if defined SYMBIAN_KEYSTORE_USE_AUTH_SERVER || defined SDP_ROM1
   282 //Nothing is included
   292 //Nothing is included
   283 #else
   293 #else
   284 #ifdef _SERIAL_DOWNLOAD
   294 #ifdef _SERIAL_DOWNLOAD
   295 data = ZDRIVE\tcertstore\data\pkcs8dsa1.001			tcertstore\data\pkcs8dsa1.001 attrib=r
   305 data = ZDRIVE\tcertstore\data\pkcs8dsa1.001			tcertstore\data\pkcs8dsa1.001 attrib=r
   296 data = ZDRIVE\tcertstore\data\cert_dsa1.der			tcertstore\data\cert_dsa1.der attrib=r
   306 data = ZDRIVE\tcertstore\data\cert_dsa1.der			tcertstore\data\cert_dsa1.der attrib=r
   297 data = ZDRIVE\system\data\test1certstore.dat			system\data\test1certstore.dat attrib=r
   307 data = ZDRIVE\system\data\test1certstore.dat			system\data\test1certstore.dat attrib=r
   298 data = ZDRIVE\system\data\test2certstore.dat			system\data\test2certstore.dat attrib=r
   308 data = ZDRIVE\system\data\test2certstore.dat			system\data\test2certstore.dat attrib=r
   299 
   309 
   300 // Test keystore. Contains two keys, a DSA key (label gm0) and a RSA key (label gm1)
       
   301 // The passphrase timeout is set to 30
       
   302 data = ZPRIVATE\101F72A6\keys.dat          	private\101F72A6\keys.dat
       
   303 #endif
   310 #endif
   304 #endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
   311 #endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
   305 
   312 
   306 #endif
   313 #endif