equal
deleted
inserted
replaced
50 // Common utils libraries test |
50 // Common utils libraries test |
51 #include "installtestframework.iby" |
51 #include "installtestframework.iby" |
52 #include "securitytestframework.iby" |
52 #include "securitytestframework.iby" |
53 |
53 |
54 #include "streamingcaf.iby" |
54 #include "streamingcaf.iby" |
|
55 |
|
56 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
57 #include "mtputils.iby" |
|
58 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
59 |
55 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
60 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
56 //Universal Software Install Framework production |
61 //Universal Software Install Framework production |
57 #include "scr.iby" // Software Component Registry |
62 #include "scr.iby" // Software Component Registry |
58 #include "sif.iby" // Software Install Framework |
63 #include "sif.iby" // Software Install Framework |
59 #include "sts.iby" // Software Transaction Services |
64 #include "sts.iby" // Software Transaction Services |
91 #include "tpkcs12integrationserver.iby" |
96 #include "tpkcs12integrationserver.iby" |
92 // Dependency |
97 // Dependency |
93 file=ABI_DIR\BUILD_DIR\pkcs7.dll System\Libs\pkcs7.dll |
98 file=ABI_DIR\BUILD_DIR\pkcs7.dll System\Libs\pkcs7.dll |
94 |
99 |
95 #include "tscaf.iby" |
100 #include "tscaf.iby" |
96 |
101 |
|
102 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
103 #include "mtputilstest.iby" |
|
104 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
97 |
105 |
98 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
106 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
99 //Universal Software Install Framework tests |
107 //Universal Software Install Framework tests |
100 #include "tscr.iby" |
108 #include "tscr.iby" |
101 #include "tsif.iby" |
109 #include "tsif.iby" |
214 |
222 |
215 data = ZDRIVE\autohardware\runupstests_9.4.bat \runupstests.bat |
223 data = ZDRIVE\autohardware\runupstests_9.4.bat \runupstests.bat |
216 data = ZDRIVE\autohardware\runpkcs12tests_9.4.bat \runpkcs12tests.bat |
224 data = ZDRIVE\autohardware\runpkcs12tests_9.4.bat \runpkcs12tests.bat |
217 |
225 |
218 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API |
226 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API |
|
227 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
228 data = ZDRIVE\autohardware\runcaftests_wmdrm.bat \runcaftests.bat |
|
229 #else |
219 data = ZDRIVE\autohardware\runcaftests_9.6.bat \runcaftests.bat |
230 data = ZDRIVE\autohardware\runcaftests_9.6.bat \runcaftests.bat |
|
231 #endif |
|
232 |
220 #else |
233 #else |
221 data = ZDRIVE\autohardware\runcaftests_9.5.bat \runcaftests.bat |
234 data = ZDRIVE\autohardware\runcaftests_9.5.bat \runcaftests.bat |
222 #endif |
235 #endif |
223 |
236 |
224 |
237 |