sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
* Generic technology part of test framework security subsystem
|
sl@0
|
16 |
*
|
sl@0
|
17 |
*/
|
sl@0
|
18 |
|
sl@0
|
19 |
|
sl@0
|
20 |
/**
|
sl@0
|
21 |
@file
|
sl@0
|
22 |
*/
|
sl@0
|
23 |
|
sl@0
|
24 |
// Generic technology part of test framework security subsystem
|
sl@0
|
25 |
#include "../test/testutil/group/bld.inf"
|
sl@0
|
26 |
// test certificate of security subsystem
|
sl@0
|
27 |
#include "../testcertificates/group/bld.inf"
|
sl@0
|
28 |
|
sl@0
|
29 |
PRJ_PLATFORMS
|
sl@0
|
30 |
DEFAULT
|
sl@0
|
31 |
|
sl@0
|
32 |
PRJ_EXPORTS
|
sl@0
|
33 |
// Nothing should be exported as this is only a test framework and not part of the
|
sl@0
|
34 |
// release
|
sl@0
|
35 |
|
sl@0
|
36 |
|
sl@0
|
37 |
PRJ_TESTEXPORTS
|
sl@0
|
38 |
|
sl@0
|
39 |
../inc/securitytestframework.iby /epoc32/rom/include/securitytestframework.iby
|
sl@0
|
40 |
|
sl@0
|
41 |
|
sl@0
|
42 |
// configuration file for the CommsDB set up
|
sl@0
|
43 |
../test/autotesting/auto.cfg /epoc32/winscw/c/auto.cfg
|
sl@0
|
44 |
../test/autotesting/auto_broken.cfg /epoc32/winscw/c/auto_broken.cfg
|
sl@0
|
45 |
../test/autotesting/auto_winpcap.cfg /epoc32/winscw/c/auto_winpcap.cfg
|
sl@0
|
46 |
../test/autotesting/auto_winpcap_prompt.cfg /epoc32/winscw/c/auto_winpcap_prompt.cfg
|
sl@0
|
47 |
../test/autotesting/auto_wintap.cfg /epoc32/winscw/c/auto_wintap.cfg
|
sl@0
|
48 |
../test/autotesting/auto_wintap_prompt.cfg /epoc32/winscw/c/auto_wintap_prompt.cfg
|
sl@0
|
49 |
// configuration file for the CommsDB that prompts the user if the default iap is selected
|
sl@0
|
50 |
../test/autotesting/prompt.cfg /epoc32/winscw/c/prompt.cfg
|
sl@0
|
51 |
// configuration file for the CommsDB set up for testing using sim.tsy (simulated tsy)
|
sl@0
|
52 |
../test/autotesting/autosimtsy.cfg /epoc32/winscw/c/autosimtsy.cfg
|
sl@0
|
53 |
../test/autotesting/dummytefscript.script /epoc32/winscw/c/dummytefscript.script
|
sl@0
|
54 |
|
sl@0
|
55 |
../test/autotesting/panicscan.pl /epoc32/winscw/c/tswi/panicscan.pl
|
sl@0
|
56 |
../test/autotesting/panicscan_authserver.pl /epoc32/winscw/c/tswi/panicscan_authserver.pl
|
sl@0
|
57 |
../test/autotesting/checklocationofcertificates.pl /epoc32/winscw/c/checklocationofcertificates.pl
|
sl@0
|
58 |
../test/autotesting/cdrive.pl /epoc32/winscw/c/cdrive.pl
|
sl@0
|
59 |
../test/autotesting/configchangebats.pl /epoc32/winscw/c/configchangebats.pl
|
sl@0
|
60 |
../test/autotesting/cdrive_exclude.txt /epoc32/winscw/c/cdrive_exclude.txt
|
sl@0
|
61 |
|
sl@0
|
62 |
../test/autotesting/config_udeb.bat /epoc32/winscw/c/config_udeb.bat
|
sl@0
|
63 |
../test/autotesting/config_urel.bat /epoc32/winscw/c/config_urel.bat
|
sl@0
|
64 |
|
sl@0
|
65 |
../test/autotesting/searchtags.pl /epoc32/winscw/c/tswi/searchtags.pl
|
sl@0
|
66 |
|
sl@0
|
67 |
../test/autotesting/testexecute.ini /epoc32/winscw/c/system/data/testexecute.ini
|
sl@0
|
68 |
|
sl@0
|
69 |
// batch files for automated hardware testing
|
sl@0
|
70 |
../test/autotesting/hosts /epoc32/winscw/c/autohardware/hosts
|
sl@0
|
71 |
../test/autotesting/testsecurity_sdp.bat /epoc32/winscw/c/autohardware/testsecurity_sdp.bat
|
sl@0
|
72 |
../test/autotesting/testsecurity_sdp_auth.bat /epoc32/winscw/c/autohardware/testsecurity_sdp_auth.bat
|
sl@0
|
73 |
../test/autotesting/testsecurity_sdp_newrom.bat /epoc32/winscw/c/autohardware/testsecurity_sdp_newrom.bat
|
sl@0
|
74 |
../test/autotesting/runcertman.bat /epoc32/winscw/c/autohardware/runcertman.bat
|
sl@0
|
75 |
|
sl@0
|
76 |
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
|
sl@0
|
77 |
../test/autotesting/runcrypto_wmdrm.bat /epoc32/winscw/c/autohardware/runcrypto_wmdrm.bat
|
sl@0
|
78 |
../test/autotesting/runfiletokens_disableauth_with_wmdrm.bat /epoc32/winscw/c/autohardware/runfiletokens_disableauth_with_wmdrm.bat
|
sl@0
|
79 |
#endif
|
sl@0
|
80 |
|
sl@0
|
81 |
../test/autotesting/runcrypto.bat /epoc32/winscw/c/autohardware/runcrypto.bat
|
sl@0
|
82 |
../test/autotesting/runhardwarecrypto.bat /epoc32/winscw/c/autohardware/runhardwarecrypto.bat
|
sl@0
|
83 |
../test/autotesting/runcryptotokens.bat /epoc32/winscw/c/autohardware/runcryptotokens.bat
|
sl@0
|
84 |
../test/autotesting/runasnpkcs.bat /epoc32/winscw/c/autohardware/runasnpkcs.bat
|
sl@0
|
85 |
|
sl@0
|
86 |
#ifdef SYMBIAN_AUTH_SERVER
|
sl@0
|
87 |
../test/autotesting/runfiletokens_useauth.bat /epoc32/winscw/c/autohardware/runfiletokens_useauth.bat
|
sl@0
|
88 |
../test/autotesting/runfiletokens_disableauth.bat /epoc32/winscw/c/autohardware/runfiletokens_disableauth.bat
|
sl@0
|
89 |
../test/autotesting/runauthtests.bat /epoc32/winscw/c/autohardware/runauthtests.bat
|
sl@0
|
90 |
../test/autotesting/runauthtests_macroenabled.bat /epoc32/winscw/c/autohardware/runauthtests_macroenabled.bat
|
sl@0
|
91 |
#else
|
sl@0
|
92 |
../test/autotesting/runfiletokens.bat /epoc32/winscw/c/autohardware/runfiletokens.bat
|
sl@0
|
93 |
#endif // SYMBIAN_AUTH_SERVER
|
sl@0
|
94 |
|
sl@0
|
95 |
../test/autotesting/runupstests.bat /epoc32/winscw/c/autohardware/runupstests.bat
|
sl@0
|
96 |
../test/autotesting/runpkcs12tests.bat /epoc32/winscw/c/autohardware/runpkcs12tests.bat
|
sl@0
|
97 |
|
sl@0
|
98 |
../test/autotesting/runcommonutilstests.bat /epoc32/winscw/c/autohardware/runcommonutilstests.bat
|
sl@0
|
99 |
|
sl@0
|
100 |
../test/autotesting/testsecurityperformance_cryptalg.bat /epoc32/winscw/c/autohardware/testsecurityperformance_cryptalg.bat
|
sl@0
|
101 |
../test/autotesting/testsecurityperformance_crypto.bat /epoc32/winscw/c/autohardware/testsecurityperformance_crypto.bat
|
sl@0
|
102 |
|
sl@0
|
103 |
../test/autotesting/runcaftests.bat /epoc32/winscw/c/autohardware/runcaftests.bat
|
sl@0
|
104 |
|
sl@0
|
105 |
|
sl@0
|
106 |
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
|
sl@0
|
107 |
../test/autotesting/runcaftests_wmdrm.bat /epoc32/winscw/c/autohardware/runcaftests_wmdrm.bat
|
sl@0
|
108 |
#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
|
sl@0
|
109 |
|
sl@0
|
110 |
../test/autotesting/autoexec.bat /epoc32/winscw/c/autohardware/autoexec.bat
|
sl@0
|
111 |
|
sl@0
|
112 |
// ROMKIT includes
|
sl@0
|
113 |
../inc/SecurityTests.iby /epoc32/rom/include/securitytests.iby
|
sl@0
|
114 |
../inc/testutil.iby /epoc32/rom/include/testutil.iby
|
sl@0
|
115 |
|
sl@0
|
116 |
../inc/t_testhandler.iby /epoc32/rom/include/t_testhandler.iby
|
sl@0
|
117 |
../inc/sntpclient.iby /epoc32/rom/include/sntpclient.iby
|
sl@0
|
118 |
../inc/cryptodeps.iby /epoc32/rom/include/cryptodeps.iby
|
sl@0
|
119 |
|
sl@0
|
120 |
|
sl@0
|
121 |
../test/securityframeworktestserver/group/securityframeworktestserver.iby /epoc32/rom/include/securityframeworktestserver.iby
|
sl@0
|
122 |
|
sl@0
|
123 |
|
sl@0
|
124 |
PRJ_MMPFILES
|
sl@0
|
125 |
// None
|
sl@0
|
126 |
|
sl@0
|
127 |
|
sl@0
|
128 |
PRJ_TESTMMPFILES
|
sl@0
|
129 |
// specify the .mmp files required for building any test programs here
|
sl@0
|
130 |
//
|
sl@0
|
131 |
// you can specify "manual" to denote that a test should be listed in a generated
|
sl@0
|
132 |
// batch file for running a group of tests which require user input during testing.
|
sl@0
|
133 |
// you can specify "support" to denote that a file is a test support file and shouldn't
|
sl@0
|
134 |
// be listed in a batch file for running a group of tests
|
sl@0
|
135 |
// By default, each test will be listed in a batch file for running a group of tests
|
sl@0
|
136 |
// which can be left to run without requiring watching over by the person running the tests,
|
sl@0
|
137 |
// i.e. tests where no user input is required. The default will apply if neither "manual"
|
sl@0
|
138 |
// or "support" is specified.
|
sl@0
|
139 |
|
sl@0
|
140 |
#ifndef TOOLS
|
sl@0
|
141 |
#ifndef TOOLS2
|
sl@0
|
142 |
t_testhandler2.mmp
|
sl@0
|
143 |
t_testhandler2extra.mmp
|
sl@0
|
144 |
testhandler_on_testexecute.mmp
|
sl@0
|
145 |
sntpclient.mmp
|
sl@0
|
146 |
rtestwrapper.mmp
|
sl@0
|
147 |
captestframework.mmp
|
sl@0
|
148 |
captestframeworkhelper.mmp
|
sl@0
|
149 |
captestframeworkutil.mmp
|
sl@0
|
150 |
#endif
|
sl@0
|
151 |
#endif
|
sl@0
|
152 |
|
sl@0
|
153 |
../test/securityframeworktestserver/group/securityframeworktestserver.mmp
|