// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "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:
// This is a manual test script which can be run to test the SysUtil APIs when
// the default configuration for when the sysutilsetup.exe is used is swapped
// via the global constant variables, either recompiled (emulator) patched (h/w).
// The requirements for running this test are different on
// the emulator and hardware. Both procedures are provided below.
// Testing on the emulator:
// 1. Modify sysutilpatchdata.cpp in bafl\sysutil\src. The following things should be changes:
// a. KSysUtilDisableVersionSetupExe should be changed to EFalse.
// b. KSysUtilDisableDeviceTypeInfoSetupExe should be changed to ETrue
// 2. Rebuild SysUtil.dll
// 3. Run te_sysutilteftestmanual.script.
// Testing on hardware:
// 1. Build a ROM with:
// SYMBIAN_BAFL_SYSUTIL_TEST_MODE_ENABLED defined
// SYMBIAN_BAFL_SYSUTIL_ENABLE_VERSION_SETUP_EXE defined
// SYMBIAN_BAFL_SYSUTIL_DISABLE_DEVICE_TYPE_INFO_SETUP_EXE defined
// For information on how to do this SGL.TS0017.324 BAFL How To FAQ.doc.
// 2. Run te_sysutilteftestmanual.script.
//
//
PRINT Run all Sysutil tef tests
RUN_SCRIPT z:\testdata\scripts\te_sysutiltestsuitemanual.script
RUN_SCRIPT z:\testdata\scripts\te_sysutilunitsuite.script
RUN_SCRIPT z:\testdata\scripts\te_sysutilcapabilitysuitemanual.script
RUN_SCRIPT z:\testdata\scripts\te_sysutilburtestsuite.script