commonappservices/alarmservertest/TestMultipleAlarmsSuite/group/textshell.oby
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2009 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 "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 *
       
    16 */
       
    17 #ifndef __TEST_MULTIPLE_ALARMS_SUITE_OBY__
       
    18 #define __TEST_MULTIPLE_ALARMS_SUITE_OBY__
       
    19 
       
    20 define OBEYFILE PREQ1118_MultipleAlarmsTest_TextShell_Rom
       
    21 define ROMDATE	##TODAY##
       
    22 
       
    23 // these defines stop things being included that dont need to be for a textshell.
       
    24 #define __GDBSTUB_IBY__
       
    25 
       
    26 #define __INCLUDE_SW_KEYSTORE__ // Put sw implementation of keystore into v8.0a ROM
       
    27 
       
    28 // unique identifier for system libraries oby file
       
    29 #define __TEST_MULTIPLE_ALARMS_SUITE_TEXTSHELL__
       
    30 
       
    31 // Defined to leave metrotrk.rsc & metrotrk.app out of ROM
       
    32 // This line avoids Missing file' errors when building SysLib ROM.
       
    33 #define NO_METROTRK_APP // Effects metrotrk.iby that is included by base.iby
       
    34 
       
    35 #define EXCLUDE_JAVA
       
    36 #include <header.iby>
       
    37 #include <base.iby>
       
    38 
       
    39 // needed for screen driver dependency
       
    40 #include <gdi.iby>
       
    41 
       
    42 //file=\epoc32\release\ARMV5\urel\estor.dll 	"sys\bin\EStor.dll"
       
    43 //file=\epoc32\release\ARMV5\urel\bafl.dll 	"sys\bin\Bafl.dll"
       
    44 
       
    45 file=ABI_DIR\BUILD_DIR\ECONS.DLL			\System\Bin\ECONS.DLL	
       
    46 file=ABI_DIR\BUILD_DIR\EWSRV.EXE			\System\Bin\EWSRV.EXE	fixed 
       
    47 file=ABI_DIR\BUILD_DIR\EDISP.DLL			\System\Bin\EDISP.DLL
       
    48 
       
    49 
       
    50 file=ABI_DIR\DEBUG_DIR\RUNTESTS.EXE		Sys\bin\RUNTESTS.EXE
       
    51 
       
    52 
       
    53 	////////////////////////////////////////// Full Text Support
       
    54 	#if !defined(ESHELL_ONLY)
       
    55 
       
    56 		#include "form.iby"
       
    57 
       
    58 		file=ABI_DIR\BUILD_DIR\ws32.dll					System\Libs\Ws32.dll
       
    59 
       
    60 		// These files will anyway be include by uikon.iby
       
    61 //		file=ABI_DIR\BUILD_DIR\VIEWCLI.DLL				System\Libs\VIEWCLI.DLL
       
    62 //		file=ABI_DIR\BUILD_DIR\VIEWSRV.DLL				System\Libs\VIEWSRV.DLL
       
    63 //		file=ABI_DIR\BUILD_DIR\UIKLAF.DLL				System\Libs\UIKLAF.DLL
       
    64 //		file=ABI_DIR\BUILD_DIR\Eikcore.DLL				System\Libs\Eikcore.dll
       
    65 //		file=ABI_DIR\BUILD_DIR\EIKSRVC.DLL				System\Libs\EIKSRVC.DLL
       
    66 
       
    67 
       
    68 		file=ABI_DIR\BUILD_DIR\EXPARSER.DLL				System\Libs\EXPARSER.DLL
       
    69 		#ifndef __MESSAGING_API_V2__
       
    70 		file=ABI_DIR\BUILD_DIR\Sysamob.exe				System\Libs\Sysamob.exe
       
    71 		#endif  // __MESSAGING_API_V2__
       
    72 
       
    73 		/* extras */
       
    74 		#include "mmfsounddev.iby"
       
    75 		#include "ezlib.iby"
       
    76 
       
    77 		#ifdef __SECURE_BACKUP__
       
    78 		file=ABI_DIR\BUILD_DIR\abclient.dll			System\libs\abclient.dll
       
    79 		#endif //__SECURE_BACKUP__
       
    80 		file=ABI_DIR\BUILD_DIR\eikcoctl.dll			System\libs\eikcoctl.dll
       
    81 
       
    82 		#include <centralrepository.iby>
       
    83 		#include <http.iby>
       
    84 
       
    85 		#ifdef SYMBIAN_CRYPTO
       
    86 			#include <crypto.iby>
       
    87 		#else
       
    88 			#include <cryptalg.iby>
       
    89 		#endif
       
    90 
       
    91 		#include <c32.iby>		/* standard Sockets components */
       
    92 		#include <irda.iby>		/* standard Sockets components */
       
    93 		#include <bluetooth.iby>	/* standard Sockets components */
       
    94 		#include <gdi.iby>		/* standard Graphics components */
       
    95 		#include <fntstore.iby>		/* standard Graphics components */
       
    96 		#include <fbserv.iby>		/* standard Graphics components */
       
    97 		#include <bitgdi.iby>		/* standard Graphics components */
       
    98 
       
    99 		#include <apparc.iby>		/* Application architecture DLLs */
       
   100 		#include <emime.iby>		/* Mime recognition */
       
   101 
       
   102 		#include <fepbase.iby>		/* Front end processor base classes */
       
   103 
       
   104 		#include <mmf.iby> 		/* Multimedia Framework */
       
   105 
       
   106 		#include <sysagent.iby>		/* System Agent client and server */
       
   107 
       
   108 		#include <network.iby>		/* Networking Components */
       
   109 		
       
   110 		#include <wapmessage.iby>       /* Wap Stack Components  */
       
   111 
       
   112 		// ============== Telephony Core Components =============
       
   113 		#include <etel.iby>
       
   114 		#include <smsstack.iby>
       
   115 		#include <etelmm.iby>
       
   116 		#include <etelpckt.iby>
       
   117 		#include <mmtsy.iby>
       
   118 		#include <phbksync.iby>
       
   119 		#include <etelsat.iby>
       
   120 		#include <sysawatcher.iby>
       
   121 
       
   122 		#include <ecom.iby>
       
   123 
       
   124 		/* Store */
       
   125 		#include "Store.iby"
       
   126 
       
   127 		/* Etext */
       
   128 		#include "EText.iby"
       
   129 
       
   130 		/* Clock */
       
   131 		file=ABI_DIR\BUILD_DIR\clock.dll				System\Libs\Clock.dll
       
   132 
       
   133 		/* Print */
       
   134 		file=ABI_DIR\BUILD_DIR\print.dll				System\Libs\Print.dll
       
   135 
       
   136 		/* Pwrcli */
       
   137 		#include "PwrCli.iby"
       
   138 
       
   139 		/* Bafl */
       
   140 		#include "Bafl.iby"
       
   141 
       
   142 		/* Cone */
       
   143 		#include "cone.iby"
       
   144 
       
   145 		/* NumberConversion */
       
   146 		#include "NumberConversion.iby"
       
   147 
       
   148 		/* EGUL */
       
   149 		file=ABI_DIR\DEBUG_DIR\egul.dll					System\Libs\Egul.dll
       
   150 
       
   151 		/* Dial */
       
   152 		file=ABI_DIR\BUILD_DIR\dial.dll					System\Libs\Dial.dll
       
   153 
       
   154 
       
   155 	#endif // !ESHELL_ONLY
       
   156 
       
   157 // The components the test code directly depends on
       
   158 #include <testexecute.iby>
       
   159 #include <agnmodel.iby>
       
   160 #include <timezoneserver.iby>
       
   161 #include <calinterimapi.iby>
       
   162 #include <AlarmServer.iby>
       
   163 #include <uikon.iby>
       
   164 
       
   165 file=ABI_DIR\BUILD_DIR\alarmshared.dll 		System\Libs\alarmshared.dll
       
   166 file=ABI_DIR\BUILD_DIR\alarmclient.dll 		System\Libs\alarmclient.dll
       
   167 file=ABI_DIR\BUILD_DIR\alarmserver.exe 		System\Programs\alarmserver.exe
       
   168 
       
   169 
       
   170 // The iby file for the tests
       
   171 #include <TestMultipleAlarmsSuite.iby>
       
   172 
       
   173 #endif // __TEST_MULTIPLE_ALARMS_SUITE_OBY__