diff -r 000000000000 -r 2e3d3ce01487 commonappservices/alarmservertest/TestMultipleAlarmsSuite/group/textshell.oby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commonappservices/alarmservertest/TestMultipleAlarmsSuite/group/textshell.oby Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,173 @@ +/* +* 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 "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 __TEST_MULTIPLE_ALARMS_SUITE_OBY__ +#define __TEST_MULTIPLE_ALARMS_SUITE_OBY__ + +define OBEYFILE PREQ1118_MultipleAlarmsTest_TextShell_Rom +define ROMDATE ##TODAY## + +// these defines stop things being included that dont need to be for a textshell. +#define __GDBSTUB_IBY__ + +#define __INCLUDE_SW_KEYSTORE__ // Put sw implementation of keystore into v8.0a ROM + +// unique identifier for system libraries oby file +#define __TEST_MULTIPLE_ALARMS_SUITE_TEXTSHELL__ + +// Defined to leave metrotrk.rsc & metrotrk.app out of ROM +// This line avoids Missing file' errors when building SysLib ROM. +#define NO_METROTRK_APP // Effects metrotrk.iby that is included by base.iby + +#define EXCLUDE_JAVA +#include +#include + +// needed for screen driver dependency +#include + +//file=\epoc32\release\ARMV5\urel\estor.dll "sys\bin\EStor.dll" +//file=\epoc32\release\ARMV5\urel\bafl.dll "sys\bin\Bafl.dll" + +file=ABI_DIR\BUILD_DIR\ECONS.DLL \System\Bin\ECONS.DLL +file=ABI_DIR\BUILD_DIR\EWSRV.EXE \System\Bin\EWSRV.EXE fixed +file=ABI_DIR\BUILD_DIR\EDISP.DLL \System\Bin\EDISP.DLL + + +file=ABI_DIR\DEBUG_DIR\RUNTESTS.EXE Sys\bin\RUNTESTS.EXE + + + ////////////////////////////////////////// Full Text Support + #if !defined(ESHELL_ONLY) + + #include "form.iby" + + file=ABI_DIR\BUILD_DIR\ws32.dll System\Libs\Ws32.dll + + // These files will anyway be include by uikon.iby +// file=ABI_DIR\BUILD_DIR\VIEWCLI.DLL System\Libs\VIEWCLI.DLL +// file=ABI_DIR\BUILD_DIR\VIEWSRV.DLL System\Libs\VIEWSRV.DLL +// file=ABI_DIR\BUILD_DIR\UIKLAF.DLL System\Libs\UIKLAF.DLL +// file=ABI_DIR\BUILD_DIR\Eikcore.DLL System\Libs\Eikcore.dll +// file=ABI_DIR\BUILD_DIR\EIKSRVC.DLL System\Libs\EIKSRVC.DLL + + + file=ABI_DIR\BUILD_DIR\EXPARSER.DLL System\Libs\EXPARSER.DLL + #ifndef __MESSAGING_API_V2__ + file=ABI_DIR\BUILD_DIR\Sysamob.exe System\Libs\Sysamob.exe + #endif // __MESSAGING_API_V2__ + + /* extras */ + #include "mmfsounddev.iby" + #include "ezlib.iby" + + #ifdef __SECURE_BACKUP__ + file=ABI_DIR\BUILD_DIR\abclient.dll System\libs\abclient.dll + #endif //__SECURE_BACKUP__ + file=ABI_DIR\BUILD_DIR\eikcoctl.dll System\libs\eikcoctl.dll + + #include + #include + + #ifdef SYMBIAN_CRYPTO + #include + #else + #include + #endif + + #include /* standard Sockets components */ + #include /* standard Sockets components */ + #include /* standard Sockets components */ + #include /* standard Graphics components */ + #include /* standard Graphics components */ + #include /* standard Graphics components */ + #include /* standard Graphics components */ + + #include /* Application architecture DLLs */ + #include /* Mime recognition */ + + #include /* Front end processor base classes */ + + #include /* Multimedia Framework */ + + #include /* System Agent client and server */ + + #include /* Networking Components */ + + #include /* Wap Stack Components */ + + // ============== Telephony Core Components ============= + #include + #include + #include + #include + #include + #include + #include + #include + + #include + + /* Store */ + #include "Store.iby" + + /* Etext */ + #include "EText.iby" + + /* Clock */ + file=ABI_DIR\BUILD_DIR\clock.dll System\Libs\Clock.dll + + /* Print */ + file=ABI_DIR\BUILD_DIR\print.dll System\Libs\Print.dll + + /* Pwrcli */ + #include "PwrCli.iby" + + /* Bafl */ + #include "Bafl.iby" + + /* Cone */ + #include "cone.iby" + + /* NumberConversion */ + #include "NumberConversion.iby" + + /* EGUL */ + file=ABI_DIR\DEBUG_DIR\egul.dll System\Libs\Egul.dll + + /* Dial */ + file=ABI_DIR\BUILD_DIR\dial.dll System\Libs\Dial.dll + + + #endif // !ESHELL_ONLY + +// The components the test code directly depends on +#include +#include +#include +#include +#include +#include + +file=ABI_DIR\BUILD_DIR\alarmshared.dll System\Libs\alarmshared.dll +file=ABI_DIR\BUILD_DIR\alarmclient.dll System\Libs\alarmclient.dll +file=ABI_DIR\BUILD_DIR\alarmserver.exe System\Programs\alarmserver.exe + + +// The iby file for the tests +#include + +#endif // __TEST_MULTIPLE_ALARMS_SUITE_OBY__