os/security/cryptomgmtlibs/securitytestfw/inc/SecurityTests.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 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
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
#ifndef __SECURITYTESTS_IBY__
sl@0
    19
#define __SECURITYTESTS_IBY__
sl@0
    20
sl@0
    21
// We need bigger ROFS files for tests with TBAS
sl@0
    22
rofssize=0x2100000
sl@0
    23
sl@0
    24
// conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
sl@0
    25
#ifdef _SERIAL_DOWNLOAD
sl@0
    26
// Save build details in ROM
sl@0
    27
data=\buildid.txt                 \buildid.txt
sl@0
    28
#endif
sl@0
    29
sl@0
    30
// This should be included in the Techview.oby file
sl@0
    31
// All test data and scripts gets copied to the root of ROM drive.
sl@0
    32
// This should be copied to the relevant directory on the C drive.
sl@0
    33
sl@0
    34
// platsec.oby should be included, but a problem in rombuild prevents build with watchers disabled and PlatSecEnforceSysBin ON
sl@0
    35
//#include "platsec.oby"
sl@0
    36
ROM_IMAGE[0] {
sl@0
    37
PlatSecDiagnostics ON
sl@0
    38
PlatSecEnforcement ON
sl@0
    39
PlatSecEnforceSysBin ON
sl@0
    40
PlatSecProcessIsolation ON
sl@0
    41
}
sl@0
    42
sl@0
    43
#include "setcap.iby"
sl@0
    44
sl@0
    45
#include "testexecute.iby"
sl@0
    46
#include "t_testhandler.iby"
sl@0
    47
#include "testutil.iby"
sl@0
    48
//#include "xml.iby" // Needed for security tests
sl@0
    49
sl@0
    50
#include "securityframeworktestserver.iby"
sl@0
    51
sl@0
    52
#if defined SYMBIAN_KEYSTORE_USE_AUTH_SERVER || defined SDP_ROM1
sl@0
    53
	#include "ups.iby"
sl@0
    54
	#include "tups.iby"
sl@0
    55
	#include "asnpkcstests.iby"
sl@0
    56
	#include "certmantests.iby"
sl@0
    57
	#include "tpkcs7server.iby"     
sl@0
    58
	#include "tpkcs12integrationserver.iby"  	
sl@0
    59
	#include "ctframeworktests.iby"
sl@0
    60
	// conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
sl@0
    61
	// temp added
sl@0
    62
	#ifndef _SERIAL_DOWNLOAD
sl@0
    63
		#include "streamingcaf.iby"
sl@0
    64
		// iby files for caf
sl@0
    65
		#include "caf.iby"
sl@0
    66
		#include "caftest.iby"
sl@0
    67
		#include "reccafconfig.iby"
sl@0
    68
		#include "rta.iby"
sl@0
    69
		#include "rtatest.iby"
sl@0
    70
		#include "cryptotests.iby"
sl@0
    71
		#include "tscaf.iby"	
sl@0
    72
		#include "randomtests.iby"
sl@0
    73
		#include "hashtests.iby"
sl@0
    74
sl@0
    75
		#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
    76
		#include "mtputils.iby"
sl@0
    77
		#include "mtputilstest.iby"
sl@0
    78
		#include "refcafhelper.iby"
sl@0
    79
		#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
    80
	#endif
sl@0
    81
sl@0
    82
#else
sl@0
    83
	#include "streamingcaf.iby"
sl@0
    84
	// iby files for caf
sl@0
    85
	#include "caf.iby"
sl@0
    86
	#include "caftest.iby"
sl@0
    87
	#include "reccafconfig.iby"
sl@0
    88
	#include "rta.iby"
sl@0
    89
	#include "rtatest.iby"
sl@0
    90
	#include "cryptotests.iby"
sl@0
    91
	#include "tscaf.iby"	
sl@0
    92
	#include "randomtests.iby"
sl@0
    93
	#include "hashtests.iby"
sl@0
    94
sl@0
    95
	#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
    96
	#include "mtputils.iby"
sl@0
    97
	#include "mtputilstest.iby"
sl@0
    98
	#include "refcafhelper.iby"
sl@0
    99
	#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
   100
	// conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
sl@0
   101
	// temp added
sl@0
   102
	#ifndef _SERIAL_DOWNLOAD
sl@0
   103
		#include "ups.iby"
sl@0
   104
		#include "tups.iby"
sl@0
   105
		#include "asnpkcstests.iby"
sl@0
   106
		#include "certmantests.iby"
sl@0
   107
		#include "tpkcs7server.iby"     
sl@0
   108
		#include "tpkcs12integrationserver.iby"  	
sl@0
   109
		#include "ctframeworktests.iby"		
sl@0
   110
	#endif 
sl@0
   111
sl@0
   112
#endif 
sl@0
   113
	
sl@0
   114
// Common utils libraries
sl@0
   115
#include "securitycommonutils.iby"
sl@0
   116
#include "securitytestframework.iby"	
sl@0
   117
#include "secutiltests.iby"
sl@0
   118
sl@0
   119
//filetokens and authserver run in both the images.
sl@0
   120
#include "filetokenstests.iby"
sl@0
   121
sl@0
   122
sl@0
   123
#ifdef SYMBIAN_AUTH_SERVER
sl@0
   124
	#include "tAuthSvr.iby"
sl@0
   125
	#include "authserver.iby"
sl@0
   126
	#include "pinplugin.iby"
sl@0
   127
#endif // SYMBIAN_AUTH_SERVER
sl@0
   128
sl@0
   129
sl@0
   130
define ZDRIVE \epoc32\winscw\c
sl@0
   131
// This is the bat file to run the security tests automatically
sl@0
   132
// comms configuration (and configuration using sim.tsy)
sl@0
   133
// temp addeed the next line
sl@0
   134
#ifndef _SERIAL_DOWNLOAD
sl@0
   135
data = ZDRIVE\auto.cfg                 \buildid.txt
sl@0
   136
#endif
sl@0
   137
data = ZDRIVE\auto.cfg					\auto.cfg
sl@0
   138
data = ZDRIVE\auto_broken.cfg					\auto_broken.cfg
sl@0
   139
data = ZDRIVE\autosimtsy.cfg					\autosimtsy.cfg
sl@0
   140
data = ZDRIVE\prompt.cfg					\prompt.cfg
sl@0
   141
data = ZDRIVE\private\10202be9\persists\cccccc00_wifi.cre	\private\10202be9\persists\cccccc00_wifi.cre
sl@0
   142
sl@0
   143
sl@0
   144
// This the file which used to redirect the request from cam-ocsptest01 to ban-ocsptest01
sl@0
   145
data = ZDRIVE\autohardware\hosts		     \hosts
sl@0
   146
sl@0
   147
sl@0
   148
#ifdef __AUTO_HARDWARE_TESTS__
sl@0
   149
	data = ZDRIVE\autohardware\autoexec.bat		\autoexec.bat
sl@0
   150
#endif
sl@0
   151
sl@0
   152
sl@0
   153
data = ZDRIVE\autohardware\runcertman.bat			\runcertman.bat
sl@0
   154
data = ZDRIVE\autohardware\runasnpkcs.bat			\runasnpkcs.bat
sl@0
   155
data = ZDRIVE\autohardware\runcryptotokens.bat		\runcryptotokens.bat
sl@0
   156
data = ZDRIVE\autohardware\runupstests.bat			\runupstests.bat
sl@0
   157
data = ZDRIVE\autohardware\runpkcs12tests.bat		\runpkcs12tests.bat
sl@0
   158
sl@0
   159
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
   160
	data = ZDRIVE\autohardware\runcaftests_wmdrm.bat		\runcaftests.bat
sl@0
   161
#else
sl@0
   162
	data = ZDRIVE\autohardware\runcaftests.bat		\runcaftests.bat
sl@0
   163
#endif
sl@0
   164
sl@0
   165
sl@0
   166
sl@0
   167
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
   168
	data = ZDRIVE\autohardware\runcrypto_wmdrm.bat	               	\runcrypto.bat
sl@0
   169
#else
sl@0
   170
	data = ZDRIVE\autohardware\runcrypto.bat	               	\runcrypto.bat
sl@0
   171
#endif
sl@0
   172
sl@0
   173
sl@0
   174
sl@0
   175
data = ZDRIVE\autohardware\testsecurityperformance_cryptalg.bat	\testsecurityperformance_cryptalg.bat
sl@0
   176
data = ZDRIVE\autohardware\testsecurityperformance_crypto.bat	\testsecurityperformance_crypto.bat
sl@0
   177
sl@0
   178
#ifdef SYMBIAN_AUTH_SERVER
sl@0
   179
#ifdef SYMBIAN_ENABLE_POST_MARKET_AUTHENTICATION_PLUGINS
sl@0
   180
	data = ZDRIVE\autohardware\runauthtests_macroenabled.bat		\runauthtests.bat
sl@0
   181
#else
sl@0
   182
	data = ZDRIVE\autohardware\runauthtests.bat				\runauthtests.bat
sl@0
   183
#endif	//SYMBIAN_ENABLE_POST_MARKET_AUTHENTICATION_PLUGINS
sl@0
   184
#ifdef SYMBIAN_KEYSTORE_USE_AUTH_SERVER
sl@0
   185
	data = ZDRIVE\autohardware\runfiletokens_useauth.bat		\runfiletokens.bat
sl@0
   186
#else
sl@0
   187
	#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
   188
		data = ZDRIVE\autohardware\runfiletokens_disableauth_with_wmdrm.bat		\runfiletokens.bat
sl@0
   189
	#else
sl@0
   190
		data = ZDRIVE\autohardware\runfiletokens_disableauth.bat		\runfiletokens.bat
sl@0
   191
	#endif
sl@0
   192
#endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
sl@0
   193
#else
sl@0
   194
	data = ZDRIVE\autohardware\runfiletokens.bat		\runfiletokens.bat
sl@0
   195
#endif // SYMBIAN_AUTH_SERVER
sl@0
   196
sl@0
   197
#ifdef SYMBIAN_KEYSTORE_USE_AUTH_SERVER 
sl@0
   198
	data = ZDRIVE\autohardware\testsecurity_sdp_auth.bat		\testsecurity.bat
sl@0
   199
#else
sl@0
   200
#ifdef SDP_ROM1
sl@0
   201
	data = ZDRIVE\autohardware\testsecurity_sdp_newrom.bat		\testsecurity.bat
sl@0
   202
#else
sl@0
   203
	data = ZDRIVE\autohardware\testsecurity_sdp.bat			\testsecurity.bat
sl@0
   204
#endif
sl@0
   205
#endif
sl@0
   206
	
sl@0
   207
sl@0
   208
sl@0
   209
sl@0
   210
//estor.dll is put in ROFS by deafult but we need to put it into CORE as well
sl@0
   211
//core version will be used; see DEF113303 for details
sl@0
   212
#ifdef __SECURITY_TEST_ROM__
sl@0
   213
#ifdef _INTERNAL_MMC
sl@0
   214
ROM_IMAGE[0] {
sl@0
   215
file = \epoc32\release\armv5\urel\estor.dll \sys\bin\estor.dll
sl@0
   216
}
sl@0
   217
#else
sl@0
   218
#ifdef _NAND2
sl@0
   219
ROM_IMAGE[0] {
sl@0
   220
file = \epoc32\release\armv5\urel\estor.dll \sys\bin\estor.dll
sl@0
   221
}
sl@0
   222
#endif
sl@0
   223
#endif
sl@0
   224
#endif
sl@0
   225
sl@0
   226
REM ---------- Comms-Infras ----------
sl@0
   227
// ced is not included in release builds by default (in commdb.iby)
sl@0
   228
// so we include it explicitly here if _DEBUG is NOT defined
sl@0
   229
file=ABI_DIR\BUILD_DIR\ced.exe                      System\Libs\ced.exe
sl@0
   230
data=EPOCROOT##epoc32\data\z\system\data\meshpreface1.cfg		system\data\meshpreface1.cfg
sl@0
   231
sl@0
   232
file=ABI_DIR\BUILD_DIR\ceddump.exe                  System\Programs\ceddump.exe
sl@0
   233
sl@0
   234
file=ABI_DIR\BUILD_DIR\RUNTESTS.EXE                 System\Programs\RUNTESTS.EXE
sl@0
   235
sl@0
   236
// conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
sl@0
   237
#ifdef _SERIAL_DOWNLOAD
sl@0
   238
#include "thindump.iby"
sl@0
   239
#endif
sl@0
   240
#include "sntpclient.iby"
sl@0
   241
sl@0
   242
// *** Additional includes and configuration for SSM Requirements ***
sl@0
   243
#ifdef _SSMSTARTUPMODE
sl@0
   244
data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\z\private\2000d75b\startup\0\eshell  private\2000d75b\startup\0\eshell)
sl@0
   245
sl@0
   246
// Addition IBY's required
sl@0
   247
#include "aplp.iby"
sl@0
   248
#include "amastart.iby"
sl@0
   249
#include "shma.iby"
sl@0
   250
#include "ssrefplugins.iby" 
sl@0
   251
#endif
sl@0
   252
sl@0
   253
sl@0
   254
// DEF139848 fix - Forward Propogation from Symtb9.1 - Illegal dependency from OCSP to HTTP.
sl@0
   255
#include "ocsp.iby" 
sl@0
   256
#include "ocsptests.iby"
sl@0
   257
sl@0
   258
#endif