usbmgmt/usbmgrtest/usbmsapp/usbms.oby
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     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 
       
    18 #ifndef __USBMS_OBY__
       
    19 #define __USBMS_OBY__
       
    20 
       
    21 // This OBY File is used to build CDMA Test ROM Images.
       
    22 
       
    23 // Building a ROM Image generates a number of files.  Thus it is better to run this
       
    24 // from a separate directory.  To build a CDMA test ROM enter the following:
       
    25 //
       
    26 //   Building for Assabet
       
    27 //      1) buildrom assabet CDMAtest.oby 
       
    28 //      2) buildrom -D_DEBUG assabet CDMAtest.oby 
       
    29 //      3) buildrom -DTEXT_ONLY_ROM assabet CDMAtest.oby 
       
    30 //      4) buildrom -DTEXT_ONLY_ROM -D_DEBUG assabet CDMAtest.oby 
       
    31 //
       
    32 //   Building for Lubbock - CF Card loader
       
    33 //      1) buildrom lubbock CDMAtest.oby 
       
    34 //      2) buildrom -D_DEBUG lubbock CDMAtest.oby 
       
    35 //      3) buildrom -DTEXT_ONLY_ROM lubbock CDMAtest.oby 
       
    36 //      4) buildrom -DTEXT_ONLY_ROM -D_DEBUG lubbock CDMAtest.oby 
       
    37 //
       
    38 //   Building for Lubbock - Ethernet TFTP loader
       
    39 //      1) Create a rom using the above then rombuild --no-header (Output *.oby file from the above) 
       
    40 //
       
    41 // _DEBUG results in debug ROMS and TEXT_ONLY_ROM generates text only ROMS.  The above 
       
    42 // shows all combinations.
       
    43 
       
    44 define ROMDATE	##TODAY##
       
    45 
       
    46 #define __TCPIP_IBY__ // used to avoid including the old IP4 TCPIP.IBY via PLP.IBY
       
    47 #define NO_METROTRK_APP // don't want metrotrk application
       
    48 #define EXCLUDE_JAVA
       
    49 #define EXCLUDE_APPINST
       
    50 #define HAS_ETHERNET	// include etherDrv, ether802, DHCP
       
    51 #define __INCLUDE_SW_KEYSTORE__ // Put sw implementation of keystore into v8.0a ROM
       
    52 
       
    53 #include <header.iby>				/* ROM header definitions */
       
    54 #include <base.iby>					/* The lowest-level of the operating system */
       
    55 
       
    56 #include <debug.iby>
       
    57 
       
    58 kerneltrace 0x80000000
       
    59 
       
    60 		file=ABI_DIR\DEBUG_DIR\EDISP.DLL				System\Libs\EDISP.DLL
       
    61 
       
    62 file=ABI_DIR\DEBUG_DIR\ECONS.DLL					System\Libs\ECONS.DLL	
       
    63 
       
    64 file=ABI_DIR\DEBUG_DIR\EWSRV.EXE					System\Libs\EWSRV.EXE	fixed
       
    65 
       
    66 file=ABI_DIR\DEBUG_DIR\ESHELL.EXE					System\Libs\ESHELL.EXE heapmin=0x8000
       
    67 
       
    68 ////////////////////////////////////////// Full Text Support
       
    69 
       
    70 file=ABI_DIR\DEBUG_DIR\form.DLL					System\Libs\form.dll
       
    71 file=ABI_DIR\DEBUG_DIR\tagma.DLL				System\Libs\tagma.DLL
       
    72 
       
    73 file=ABI_DIR\BUILD_DIR\ws32.dll					System\Libs\Ws32.dll
       
    74 
       
    75 file=ABI_DIR\BUILD_DIR\VIEWCLI.DLL				System\Libs\VIEWCLI.DLL
       
    76 file=ABI_DIR\BUILD_DIR\VIEWSRV.DLL				System\Libs\VIEWSRV.DLL
       
    77 file=ABI_DIR\BUILD_DIR\UIKLAF.DLL				System\Libs\UIKLAF.DLL
       
    78 file=ABI_DIR\BUILD_DIR\EXPARSER.DLL				System\Libs\EXPARSER.DLL
       
    79 file=ABI_DIR\BUILD_DIR\Eikcore.DLL				System\Libs\Eikcore.dll
       
    80 file=ABI_DIR\BUILD_DIR\EIKSRVC.DLL				System\Libs\EIKSRVC.DLL
       
    81 file=ABI_DIR\BUILD_DIR\Sysamob.exe				System\Libs\Sysamob.exe
       
    82 
       
    83 /* extras */
       
    84 #include "mmfsounddev.iby"
       
    85 #include "ezlib.iby"
       
    86 #include <centralrepository.iby>
       
    87 #include <http.iby>
       
    88 
       
    89 	#include <crypto.iby>
       
    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 file=ABI_DIR\DEBUG_DIR\cone.dll					System\Libs\Cone.dll
       
   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 #include "usbms.iby"
       
   155 
       
   156 #endif //__USBMS_OBY__