1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,153 @@
1.4 +/*
1.5 +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* Generic technology part of test framework security subsystem
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +/**
1.24 + @file
1.25 +*/
1.26 +
1.27 +// Generic technology part of test framework security subsystem
1.28 +#include "../test/testutil/group/bld.inf"
1.29 +// test certificate of security subsystem
1.30 +#include "../testcertificates/group/bld.inf"
1.31 +
1.32 +PRJ_PLATFORMS
1.33 +DEFAULT
1.34 +
1.35 +PRJ_EXPORTS
1.36 +// Nothing should be exported as this is only a test framework and not part of the
1.37 +// release
1.38 +
1.39 +
1.40 +PRJ_TESTEXPORTS
1.41 +
1.42 +../inc/securitytestframework.iby /epoc32/rom/include/securitytestframework.iby
1.43 +
1.44 +
1.45 +// configuration file for the CommsDB set up
1.46 +../test/autotesting/auto.cfg /epoc32/winscw/c/auto.cfg
1.47 +../test/autotesting/auto_broken.cfg /epoc32/winscw/c/auto_broken.cfg
1.48 +../test/autotesting/auto_winpcap.cfg /epoc32/winscw/c/auto_winpcap.cfg
1.49 +../test/autotesting/auto_winpcap_prompt.cfg /epoc32/winscw/c/auto_winpcap_prompt.cfg
1.50 +../test/autotesting/auto_wintap.cfg /epoc32/winscw/c/auto_wintap.cfg
1.51 +../test/autotesting/auto_wintap_prompt.cfg /epoc32/winscw/c/auto_wintap_prompt.cfg
1.52 +// configuration file for the CommsDB that prompts the user if the default iap is selected
1.53 +../test/autotesting/prompt.cfg /epoc32/winscw/c/prompt.cfg
1.54 +// configuration file for the CommsDB set up for testing using sim.tsy (simulated tsy)
1.55 +../test/autotesting/autosimtsy.cfg /epoc32/winscw/c/autosimtsy.cfg
1.56 +../test/autotesting/dummytefscript.script /epoc32/winscw/c/dummytefscript.script
1.57 +
1.58 +../test/autotesting/panicscan.pl /epoc32/winscw/c/tswi/panicscan.pl
1.59 +../test/autotesting/panicscan_authserver.pl /epoc32/winscw/c/tswi/panicscan_authserver.pl
1.60 +../test/autotesting/checklocationofcertificates.pl /epoc32/winscw/c/checklocationofcertificates.pl
1.61 +../test/autotesting/cdrive.pl /epoc32/winscw/c/cdrive.pl
1.62 +../test/autotesting/configchangebats.pl /epoc32/winscw/c/configchangebats.pl
1.63 +../test/autotesting/cdrive_exclude.txt /epoc32/winscw/c/cdrive_exclude.txt
1.64 +
1.65 +../test/autotesting/config_udeb.bat /epoc32/winscw/c/config_udeb.bat
1.66 +../test/autotesting/config_urel.bat /epoc32/winscw/c/config_urel.bat
1.67 +
1.68 +../test/autotesting/searchtags.pl /epoc32/winscw/c/tswi/searchtags.pl
1.69 +
1.70 +../test/autotesting/testexecute.ini /epoc32/winscw/c/system/data/testexecute.ini
1.71 +
1.72 +// batch files for automated hardware testing
1.73 + ../test/autotesting/hosts /epoc32/winscw/c/autohardware/hosts
1.74 + ../test/autotesting/testsecurity_sdp.bat /epoc32/winscw/c/autohardware/testsecurity_sdp.bat
1.75 + ../test/autotesting/testsecurity_sdp_auth.bat /epoc32/winscw/c/autohardware/testsecurity_sdp_auth.bat
1.76 + ../test/autotesting/testsecurity_sdp_newrom.bat /epoc32/winscw/c/autohardware/testsecurity_sdp_newrom.bat
1.77 + ../test/autotesting/runcertman.bat /epoc32/winscw/c/autohardware/runcertman.bat
1.78 +
1.79 +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
1.80 + ../test/autotesting/runcrypto_wmdrm.bat /epoc32/winscw/c/autohardware/runcrypto_wmdrm.bat
1.81 + ../test/autotesting/runfiletokens_disableauth_with_wmdrm.bat /epoc32/winscw/c/autohardware/runfiletokens_disableauth_with_wmdrm.bat
1.82 +#endif
1.83 +
1.84 +../test/autotesting/runcrypto.bat /epoc32/winscw/c/autohardware/runcrypto.bat
1.85 +../test/autotesting/runhardwarecrypto.bat /epoc32/winscw/c/autohardware/runhardwarecrypto.bat
1.86 +../test/autotesting/runcryptotokens.bat /epoc32/winscw/c/autohardware/runcryptotokens.bat
1.87 +../test/autotesting/runasnpkcs.bat /epoc32/winscw/c/autohardware/runasnpkcs.bat
1.88 +
1.89 +#ifdef SYMBIAN_AUTH_SERVER
1.90 + ../test/autotesting/runfiletokens_useauth.bat /epoc32/winscw/c/autohardware/runfiletokens_useauth.bat
1.91 + ../test/autotesting/runfiletokens_disableauth.bat /epoc32/winscw/c/autohardware/runfiletokens_disableauth.bat
1.92 + ../test/autotesting/runauthtests.bat /epoc32/winscw/c/autohardware/runauthtests.bat
1.93 + ../test/autotesting/runauthtests_macroenabled.bat /epoc32/winscw/c/autohardware/runauthtests_macroenabled.bat
1.94 +#else
1.95 + ../test/autotesting/runfiletokens.bat /epoc32/winscw/c/autohardware/runfiletokens.bat
1.96 +#endif // SYMBIAN_AUTH_SERVER
1.97 +
1.98 +../test/autotesting/runupstests.bat /epoc32/winscw/c/autohardware/runupstests.bat
1.99 +../test/autotesting/runpkcs12tests.bat /epoc32/winscw/c/autohardware/runpkcs12tests.bat
1.100 +
1.101 +../test/autotesting/runcommonutilstests.bat /epoc32/winscw/c/autohardware/runcommonutilstests.bat
1.102 +
1.103 +../test/autotesting/testsecurityperformance_cryptalg.bat /epoc32/winscw/c/autohardware/testsecurityperformance_cryptalg.bat
1.104 +../test/autotesting/testsecurityperformance_crypto.bat /epoc32/winscw/c/autohardware/testsecurityperformance_crypto.bat
1.105 +
1.106 +../test/autotesting/runcaftests.bat /epoc32/winscw/c/autohardware/runcaftests.bat
1.107 +
1.108 +
1.109 +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
1.110 +../test/autotesting/runcaftests_wmdrm.bat /epoc32/winscw/c/autohardware/runcaftests_wmdrm.bat
1.111 +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
1.112 +
1.113 +../test/autotesting/autoexec.bat /epoc32/winscw/c/autohardware/autoexec.bat
1.114 +
1.115 +// ROMKIT includes
1.116 +../inc/SecurityTests.iby /epoc32/rom/include/securitytests.iby
1.117 +../inc/testutil.iby /epoc32/rom/include/testutil.iby
1.118 +
1.119 +../inc/t_testhandler.iby /epoc32/rom/include/t_testhandler.iby
1.120 +../inc/sntpclient.iby /epoc32/rom/include/sntpclient.iby
1.121 +../inc/cryptodeps.iby /epoc32/rom/include/cryptodeps.iby
1.122 +
1.123 +
1.124 +../test/securityframeworktestserver/group/securityframeworktestserver.iby /epoc32/rom/include/securityframeworktestserver.iby
1.125 +
1.126 +
1.127 +PRJ_MMPFILES
1.128 +// None
1.129 +
1.130 +
1.131 +PRJ_TESTMMPFILES
1.132 +// specify the .mmp files required for building any test programs here
1.133 +//
1.134 +// you can specify "manual" to denote that a test should be listed in a generated
1.135 +// batch file for running a group of tests which require user input during testing.
1.136 +// you can specify "support" to denote that a file is a test support file and shouldn't
1.137 +// be listed in a batch file for running a group of tests
1.138 +// By default, each test will be listed in a batch file for running a group of tests
1.139 +// which can be left to run without requiring watching over by the person running the tests,
1.140 +// i.e. tests where no user input is required. The default will apply if neither "manual"
1.141 +// or "support" is specified.
1.142 +
1.143 +#ifndef TOOLS
1.144 +#ifndef TOOLS2
1.145 +t_testhandler2.mmp
1.146 +t_testhandler2extra.mmp
1.147 +testhandler_on_testexecute.mmp
1.148 +sntpclient.mmp
1.149 +rtestwrapper.mmp
1.150 +captestframework.mmp
1.151 +captestframeworkhelper.mmp
1.152 +captestframeworkutil.mmp
1.153 +#endif
1.154 +#endif
1.155 +
1.156 +../test/securityframeworktestserver/group/securityframeworktestserver.mmp