messagingfw/msgtestfw/rom/preq694test.oby
changeset 22 bde600d88860
parent 0 8e480a14352b
equal deleted inserted replaced
21:08008ce8a6df 22:bde600d88860
       
     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 __TE_PREQ694TEST_OBY__
       
    18 #define __TE_PREQ694TEST_OBY__
       
    19 
       
    20 // This OBY File is used to build Cdma Messaging Test ROM Images.
       
    21 
       
    22 // Building a ROM Image generates a number of files.  Thus it is better to run this
       
    23 // from a separate directory.  To build a telephony test ROM enter the following:
       
    24 //
       
    25 //   Building for Assabet
       
    26 //      1) buildrom assabet TE_MessagingTestClient.oby
       
    27 //      2) buildrom -D_DEBUG assabet TE_MessagingTestClient.oby
       
    28 //      3) buildrom -DTEXT_ONLY_ROM assabet TE_MessagingTestClient.oby
       
    29 //      4) buildrom -DTEXT_ONLY_ROM -D_DEBUG assabet TE_MessagingTestClient.oby
       
    30 //
       
    31 //   Building for Lubbock - CF Card loader
       
    32 //      1) buildrom lubbock TE_MessagingTestClient.oby
       
    33 //      2) buildrom -D_DEBUG lubbock TE_MessagingTestClient.oby
       
    34 //      3) buildrom -DTEXT_ONLY_ROM lubbock TE_MessagingTestClient.oby
       
    35 //      4) buildrom -DTEXT_ONLY_ROM -D_DEBUG lubbock TE_MessagingTestClient.oby
       
    36 //
       
    37 //   Building for Lubbock - Ethernet TFTP loader
       
    38 //      1) Create a rom using the above then rombuild --no-header (Output *.oby file from the above) 
       
    39 //
       
    40 // _DEBUG results in debug ROMS and TEXT_ONLY_ROM generates text only ROMS.  The above 
       
    41 // shows all combinations.
       
    42 
       
    43 #if defined(TEXT_ONLY_ROM)
       
    44 	define OBEYFILE PREQ694TEST
       
    45 #else
       
    46 	define ROMMEGS			16		/* !! HEX !! */
       
    47 	#define techview PREQ694TEST
       
    48 #endif // TEXT_ONLY_ROM
       
    49 
       
    50 define ROMDATE	##TODAY##
       
    51 
       
    52 #define __TCPIP_IBY__	// Avoid including the old IP4 TCPIP.IBY via PLP.IBY
       
    53 #define NO_METROTRK_APP // Don't want metrotrk application
       
    54 #define EXCLUDE_JAVA
       
    55 #define __INCLUDE_SW_KEYSTORE__
       
    56 
       
    57 ///////////////////////////////////////////// Text ROM
       
    58 #if defined(TEXT_ONLY_ROM)
       
    59 
       
    60 	#include <header.iby>				/* ROM header definitions */
       
    61 	#include <base.iby>					/* The lowest-level of the operating system */
       
    62 
       
    63 	#include <debug.iby>
       
    64 	file=ABI_DIR\DEBUG_DIR\RUNTESTS.EXE					System\Programs\RUNTESTS.EXE 
       
    65 
       
    66 	REM Telephony Test Text ROM Specific Files
       
    67 
       
    68 	kerneltrace 0x80000000
       
    69 
       
    70 		file=ABI_DIR\DEBUG_DIR\EDISP.DLL				System\Libs\EDISP.DLL
       
    71 		file=ABI_DIR\DEBUG_DIR\ELOCL_base.DLL			System\Libs\ELOCL_base.DLL	
       
    72 
       
    73 	file=ABI_DIR\DEBUG_DIR\ECONS.DLL					System\Libs\ECONS.DLL	
       
    74 
       
    75 	file=ABI_DIR\DEBUG_DIR\EWSRV.EXE					System\Libs\EWSRV.EXE	fixed 
       
    76 
       
    77 	file=ABI_DIR\DEBUG_DIR\ESHELL.EXE					System\Libs\ESHELL.EXE heapmin=0x8000
       
    78 
       
    79 
       
    80 	file=ABI_DIR\DEBUG_DIR\form.DLL						System\Libs\form.dll
       
    81 	file=ABI_DIR\DEBUG_DIR\tagma.DLL					System\Libs\tagma.DLL
       
    82 
       
    83 	file=ABI_DIR\BUILD_DIR\ws32.dll						System\Libs\Ws32.dll 
       
    84 
       
    85 	file=ABI_DIR\BUILD_DIR\VIEWCLI.DLL                  System\Libs\VIEWCLI.DLL
       
    86 	file=ABI_DIR\BUILD_DIR\VIEWSRV.DLL                  System\Libs\VIEWSRV.DLL
       
    87 	file=ABI_DIR\BUILD_DIR\UIKLAF.DLL                   System\Libs\UIKLAF.DLL
       
    88 	file=ABI_DIR\BUILD_DIR\EXPARSER.DLL                 System\Libs\EXPARSER.DLL
       
    89 	file=ABI_DIR\BUILD_DIR\Eikcore.DLL                  System\Libs\Eikcore.dll
       
    90 	file=ABI_DIR\BUILD_DIR\EIKSRVC.DLL                  System\Libs\EIKSRVC.DLL
       
    91 
       
    92 	/* extras */
       
    93 	#include "mmfsounddev.iby"
       
    94 	#include "ezlib.iby"
       
    95 	#include <http.iby>
       
    96 
       
    97 		#include <crypto.iby>
       
    98 
       
    99 	#include <c32.iby>					/* standard Sockets components */
       
   100 	#include <irda.iby>     			/* standard Sockets components */
       
   101 	#include <bluetooth.iby>     		/* standard Sockets components */
       
   102 	#include <gdi.iby>     				/* standard Graphics components */
       
   103 	#include <fntstore.iby> 			/* standard Graphics components */
       
   104 	#include <fbserv.iby>   			/* standard Graphics components */
       
   105 	#include <bitgdi.iby>   			/* standard Graphics components */
       
   106 
       
   107 	#include <apparc.iby>   			/* Application architecture DLLs */
       
   108 	#include <emime.iby>				/* Mime recognition */
       
   109 
       
   110 	#include <fepbase.iby>				/* Front end processor base classes */
       
   111 
       
   112 	#include <mmf.iby> 					/* Multimedia Framework */
       
   113 
       
   114 	#include <sysagent.iby>				/* System Agent client and server */
       
   115 
       
   116 	#include <network.iby>				/* Networking Components */
       
   117 
       
   118       #include <XmlFramework.iby>
       
   119 	#include <etel.iby>
       
   120 	#include <smsstack.iby>
       
   121 	#include <etelmm.iby>
       
   122 	#include <etelpckt.iby>
       
   123 	#include <phbksync.iby>
       
   124 	#include <etelsat.iby>
       
   125 	#include <sysawatcher.iby>
       
   126 
       
   127 	#include <ecom.iby>
       
   128 
       
   129 	/* Store */
       
   130 	#include "Store.iby"
       
   131 
       
   132 	/* Etext */
       
   133 	#include "EText.iby"
       
   134 
       
   135 	/* Clock */
       
   136 	file=ABI_DIR\BUILD_DIR\clock.dll 		System\Libs\Clock.dll
       
   137 
       
   138 	/* Print */
       
   139 	file=ABI_DIR\BUILD_DIR\print.dll 		System\Libs\Print.dll
       
   140 
       
   141 	/* Pwrcli */
       
   142 	#include "PwrCli.iby"
       
   143 
       
   144 	/* Bafl */
       
   145 	#include "Bafl.iby"
       
   146 
       
   147 	/* Cone */
       
   148 	file=ABI_DIR\DEBUG_DIR\cone.dll 		System\Libs\Cone.dll
       
   149 
       
   150 	/* NumberConversion */
       
   151 	#include "NumberConversion.iby"
       
   152 
       
   153 	/* EGUL */
       
   154 	file=ABI_DIR\DEBUG_DIR\egul.dll 		System\Libs\Egul.dll
       
   155 
       
   156 	/* Dial */
       
   157 	file=ABI_DIR\BUILD_DIR\dial.dll 		System\Libs\Dial.dll
       
   158 
       
   159 #endif // TEXT_ONLY_ROM
       
   160 
       
   161 ///////////////////////////////////////////// Full GUI ROM
       
   162 
       
   163 #if !defined(TEXT_ONLY_ROM)
       
   164 	#include <techview.oby>
       
   165 #endif // !TEXT_ONLY_ROM
       
   166 
       
   167 
       
   168 ///////////////////////////////////////////// Include Our Test Code
       
   169 #include <preq694test.iby>          // All messaing test harnesses
       
   170 
       
   171 
       
   172 #endif