cryptomgmtlibs/securitytestfw/inc/SecurityTests_apr_9.4.iby
author Santosh V Patil <santosh.v.patil@nokia.com>
Fri, 13 Nov 2009 15:59:20 +0530
branchRCL_1
changeset 22 1440dc310db1
parent 0 2c201484c85f
permissions -rw-r--r--
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/
#ifndef __SECURITYTESTS_IBY__
#define __SECURITYTESTS_IBY__

// We need bigger ROFS files for tests with TBAS
rofssize=0x2100000

// Save build details in ROM
data=\buildid.txt                 \buildid.txt

define ZDRIVE \epoc32\winscw\c

// This should be included in the Techview.oby file
// All test data and scripts gets copied to the root of ROM drive.
// This should be copied to the relevant directory on the C drive.

// platsec.oby should be included, problem a problem in rombuild prevents build with watchers disabled and PlatSecEnforceSysBin ON
//#include "platsec.oby"
ROM_IMAGE[0] {
PlatSecDiagnostics ON
PlatSecEnforcement ON
PlatSecEnforceSysBin ON
PlatSecProcessIsolation ON
}
#include "setcap.iby"

#include "testexecute.iby"
#include "t_testhandler.iby"
#include "xml.iby" // Needed for security tests

#include "securityframeworktestserver.iby"

#ifdef __SECURITY_NORMAL_SWICERTSTORE__
	#include "tsistestdata.iby" 

	// Extra test data
	#include "tswi.iby"
	#include "tswiconsole.iby"
	#include "tsissignedtestdata.iby"
	#include "secutiltests.iby"

#elif __SECURITY_MANDATORY_SWICERTSTORE__
	// SWI cert store data file, with Root5CA mandatory
	data = \epoc32\winscw\c\tswi\certstore\swicertstore_mandatory.dat	resource\swicertstore.dat attrib=r

	#include "tsiscorrupttestdata.iby" 
	// Extra test data
	#include "tswi.iby"
	#include "tswiconsole.iby"
	#include "tsissignedtestdata.iby"
	#include "secutiltests.iby"
#elif __SECURITY_JAVA__

#endif


// This is the bat file to run the security tests automatically
// comms configuration (and configuration using sim.tsy)
data = ZDRIVE\auto.cfg					\auto.cfg
data = ZDRIVE\auto_broken.cfg					\auto_broken.cfg
data = ZDRIVE\autosimtsy.cfg					\autosimtsy.cfg
data = ZDRIVE\prompt.cfg					\prompt.cfg

// This the file which used to redirect the request from cam-ocsptest01 to ban-ocsptest01
data = ZDRIVE\autohardware\hosts		     \hosts

#ifdef __AUTO_HARDWARE_TESTS__
	data = ZDRIVE\autohardware\autoexec.bat		\autoexec.bat
#endif

#ifdef __SECURITY_NORMAL_SWICERTSTORE__
#ifdef SYMBIAN_USER_PROMPT_SERVICE
	data = ZDRIVE\autohardware\testsecurity_9.5_nonmcs.bat	\testsecurity.bat
	data = ZDRIVE\autohardware\runswiromtests_9.5.bat	\runswiromtests.bat
#else
	data = ZDRIVE\autohardware\testsecurity_9.4_nonmcs.bat	\testsecurity.bat
	data = ZDRIVE\autohardware\runswiromtests_9.4.bat	\runswiromtests.bat
#endif

#elif __SECURITY_MANDATORY_SWICERTSTORE__
#ifdef SYMBIAN_USER_PROMPT_SERVICE
	data = ZDRIVE\autohardware\testsecurity_9.5_mcs.bat			\testsecurity.bat
#else
	data = ZDRIVE\autohardware\testsecurity_9.4_mcs.bat			\testsecurity.bat
#endif
	data = ZDRIVE\autohardware\runswiromtests_9.4_mcs.bat	\runswiromtests.bat
#elif __SECURITY_JAVA__

#endif

//estor.dll is put in ROFS by deafult but we need to put it into CORE as well
//core version will be used; see DEF113303 for details
#ifdef __SECURITY_TEST_ROM__
#ifdef _NAND2
ROM_IMAGE[0] {
file = \epoc32\release\armv5\urel\estor.dll \sys\bin\estor.dll
}
#endif
#endif


REM ---------- Comms-Infras ----------
// ced is not included in release builds by default (in commdb.iby)
// so we include it explicitly here if _DEBUG is NOT defined
file=ABI_DIR\BUILD_DIR\ced.exe                      System\Libs\ced.exe
data=EPOCROOT##epoc32\data\z\system\data\meshpreface1.cfg		system\data\meshpreface1.cfg

file=ABI_DIR\BUILD_DIR\ceddump.exe                  System\Programs\ceddump.exe

file=ABI_DIR\BUILD_DIR\RUNTESTS.EXE                 System\Programs\RUNTESTS.EXE

#include "thindump.iby"
#include "sntpclient.iby"

#endif