sl@0: /* sl@0: * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Generic technology part of test framework security subsystem sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: // Generic technology part of test framework security subsystem sl@0: #include "../test/testutil/group/bld.inf" sl@0: // test certificate of security subsystem sl@0: #include "../testcertificates/group/bld.inf" sl@0: sl@0: PRJ_PLATFORMS sl@0: DEFAULT sl@0: sl@0: PRJ_EXPORTS sl@0: // Nothing should be exported as this is only a test framework and not part of the sl@0: // release sl@0: sl@0: sl@0: PRJ_TESTEXPORTS sl@0: sl@0: ../inc/securitytestframework.iby /epoc32/rom/include/securitytestframework.iby sl@0: sl@0: sl@0: // configuration file for the CommsDB set up sl@0: ../test/autotesting/auto.cfg /epoc32/winscw/c/auto.cfg sl@0: ../test/autotesting/auto_broken.cfg /epoc32/winscw/c/auto_broken.cfg sl@0: ../test/autotesting/auto_winpcap.cfg /epoc32/winscw/c/auto_winpcap.cfg sl@0: ../test/autotesting/auto_winpcap_prompt.cfg /epoc32/winscw/c/auto_winpcap_prompt.cfg sl@0: ../test/autotesting/auto_wintap.cfg /epoc32/winscw/c/auto_wintap.cfg sl@0: ../test/autotesting/auto_wintap_prompt.cfg /epoc32/winscw/c/auto_wintap_prompt.cfg sl@0: // configuration file for the CommsDB that prompts the user if the default iap is selected sl@0: ../test/autotesting/prompt.cfg /epoc32/winscw/c/prompt.cfg sl@0: // configuration file for the CommsDB set up for testing using sim.tsy (simulated tsy) sl@0: ../test/autotesting/autosimtsy.cfg /epoc32/winscw/c/autosimtsy.cfg sl@0: ../test/autotesting/dummytefscript.script /epoc32/winscw/c/dummytefscript.script sl@0: sl@0: ../test/autotesting/panicscan.pl /epoc32/winscw/c/tswi/panicscan.pl sl@0: ../test/autotesting/panicscan_authserver.pl /epoc32/winscw/c/tswi/panicscan_authserver.pl sl@0: ../test/autotesting/checklocationofcertificates.pl /epoc32/winscw/c/checklocationofcertificates.pl sl@0: ../test/autotesting/cdrive.pl /epoc32/winscw/c/cdrive.pl sl@0: ../test/autotesting/configchangebats.pl /epoc32/winscw/c/configchangebats.pl sl@0: ../test/autotesting/cdrive_exclude.txt /epoc32/winscw/c/cdrive_exclude.txt sl@0: sl@0: ../test/autotesting/config_udeb.bat /epoc32/winscw/c/config_udeb.bat sl@0: ../test/autotesting/config_urel.bat /epoc32/winscw/c/config_urel.bat sl@0: sl@0: ../test/autotesting/searchtags.pl /epoc32/winscw/c/tswi/searchtags.pl sl@0: sl@0: ../test/autotesting/testexecute.ini /epoc32/winscw/c/system/data/testexecute.ini sl@0: sl@0: // batch files for automated hardware testing sl@0: ../test/autotesting/hosts /epoc32/winscw/c/autohardware/hosts sl@0: ../test/autotesting/testsecurity_sdp.bat /epoc32/winscw/c/autohardware/testsecurity_sdp.bat sl@0: ../test/autotesting/testsecurity_sdp_auth.bat /epoc32/winscw/c/autohardware/testsecurity_sdp_auth.bat sl@0: ../test/autotesting/testsecurity_sdp_newrom.bat /epoc32/winscw/c/autohardware/testsecurity_sdp_newrom.bat sl@0: ../test/autotesting/runcertman.bat /epoc32/winscw/c/autohardware/runcertman.bat sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: ../test/autotesting/runcrypto_wmdrm.bat /epoc32/winscw/c/autohardware/runcrypto_wmdrm.bat sl@0: ../test/autotesting/runfiletokens_disableauth_with_wmdrm.bat /epoc32/winscw/c/autohardware/runfiletokens_disableauth_with_wmdrm.bat sl@0: #endif sl@0: sl@0: ../test/autotesting/runcrypto.bat /epoc32/winscw/c/autohardware/runcrypto.bat sl@0: ../test/autotesting/runhardwarecrypto.bat /epoc32/winscw/c/autohardware/runhardwarecrypto.bat sl@0: ../test/autotesting/runcryptotokens.bat /epoc32/winscw/c/autohardware/runcryptotokens.bat sl@0: ../test/autotesting/runasnpkcs.bat /epoc32/winscw/c/autohardware/runasnpkcs.bat sl@0: sl@0: #ifdef SYMBIAN_AUTH_SERVER sl@0: ../test/autotesting/runfiletokens_useauth.bat /epoc32/winscw/c/autohardware/runfiletokens_useauth.bat sl@0: ../test/autotesting/runfiletokens_disableauth.bat /epoc32/winscw/c/autohardware/runfiletokens_disableauth.bat sl@0: ../test/autotesting/runauthtests.bat /epoc32/winscw/c/autohardware/runauthtests.bat sl@0: ../test/autotesting/runauthtests_macroenabled.bat /epoc32/winscw/c/autohardware/runauthtests_macroenabled.bat sl@0: #else sl@0: ../test/autotesting/runfiletokens.bat /epoc32/winscw/c/autohardware/runfiletokens.bat sl@0: #endif // SYMBIAN_AUTH_SERVER sl@0: sl@0: ../test/autotesting/runupstests.bat /epoc32/winscw/c/autohardware/runupstests.bat sl@0: ../test/autotesting/runpkcs12tests.bat /epoc32/winscw/c/autohardware/runpkcs12tests.bat sl@0: sl@0: ../test/autotesting/runcommonutilstests.bat /epoc32/winscw/c/autohardware/runcommonutilstests.bat sl@0: sl@0: ../test/autotesting/testsecurityperformance_cryptalg.bat /epoc32/winscw/c/autohardware/testsecurityperformance_cryptalg.bat sl@0: ../test/autotesting/testsecurityperformance_crypto.bat /epoc32/winscw/c/autohardware/testsecurityperformance_crypto.bat sl@0: sl@0: ../test/autotesting/runcaftests.bat /epoc32/winscw/c/autohardware/runcaftests.bat sl@0: sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: ../test/autotesting/runcaftests_wmdrm.bat /epoc32/winscw/c/autohardware/runcaftests_wmdrm.bat sl@0: #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: sl@0: ../test/autotesting/autoexec.bat /epoc32/winscw/c/autohardware/autoexec.bat sl@0: sl@0: // ROMKIT includes sl@0: ../inc/SecurityTests.iby /epoc32/rom/include/securitytests.iby sl@0: ../inc/testutil.iby /epoc32/rom/include/testutil.iby sl@0: sl@0: ../inc/t_testhandler.iby /epoc32/rom/include/t_testhandler.iby sl@0: ../inc/sntpclient.iby /epoc32/rom/include/sntpclient.iby sl@0: ../inc/cryptodeps.iby /epoc32/rom/include/cryptodeps.iby sl@0: sl@0: sl@0: ../test/securityframeworktestserver/group/securityframeworktestserver.iby /epoc32/rom/include/securityframeworktestserver.iby sl@0: sl@0: sl@0: PRJ_MMPFILES sl@0: // None sl@0: sl@0: sl@0: PRJ_TESTMMPFILES sl@0: // specify the .mmp files required for building any test programs here sl@0: // sl@0: // you can specify "manual" to denote that a test should be listed in a generated sl@0: // batch file for running a group of tests which require user input during testing. sl@0: // you can specify "support" to denote that a file is a test support file and shouldn't sl@0: // be listed in a batch file for running a group of tests sl@0: // By default, each test will be listed in a batch file for running a group of tests sl@0: // which can be left to run without requiring watching over by the person running the tests, sl@0: // i.e. tests where no user input is required. The default will apply if neither "manual" sl@0: // or "support" is specified. sl@0: sl@0: #ifndef TOOLS sl@0: #ifndef TOOLS2 sl@0: t_testhandler2.mmp sl@0: t_testhandler2extra.mmp sl@0: testhandler_on_testexecute.mmp sl@0: sntpclient.mmp sl@0: rtestwrapper.mmp sl@0: captestframework.mmp sl@0: captestframeworkhelper.mmp sl@0: captestframeworkutil.mmp sl@0: #endif sl@0: #endif sl@0: sl@0: ../test/securityframeworktestserver/group/securityframeworktestserver.mmp