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