# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1276256806 -10800 # Node ID 85843213544904e6da664c02934cf72a76613dcd # Parent 1d6b4c6620ba85808789b19d37af89561ca0c1a5 Revision: 201023 Kit: 2010123 diff -r 1d6b4c6620ba -r 858432135449 imgtools_os/romkiteka2/group/BLD.INF --- a/imgtools_os/romkiteka2/group/BLD.INF Thu May 27 14:02:32 2010 +0300 +++ b/imgtools_os/romkiteka2/group/BLD.INF Fri Jun 11 14:46:46 2010 +0300 @@ -77,6 +77,7 @@ // OBY file that builds a substantial Text Shell rom with no UI dependency and works with the Chassis build for BATS testing ../include/textshell_Chassis_BATS.oby /epoc32/rom/include/textshell_Chassis_BATS.oby +../include/textshell_naviengine_smp.oby /epoc32/rom/include/textshell_naviengine_smp.oby #if defined(SYMBIAN_FEATURE_MANAGER) PRJ_PLATFORMS diff -r 1d6b4c6620ba -r 858432135449 imgtools_os/romkiteka2/include/EPOCBASE.IBY --- a/imgtools_os/romkiteka2/include/EPOCBASE.IBY Thu May 27 14:02:32 2010 +0300 +++ b/imgtools_os/romkiteka2/include/EPOCBASE.IBY Fri Jun 11 14:46:46 2010 +0300 @@ -54,8 +54,6 @@ #include -#include /* Multimedia Protocols(RTP) component */ - #include /* Standard C Library */ #include @@ -81,27 +79,7 @@ #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT -#ifndef SYMBIAN_EXCLUDE_SIP //sip components can be removed from build by defining this macro - - -#include /* Multimedia Protocols(SIP) component */ -#include /* Multimedia Protocols(SIP) component */ -#include /* Multimedia Protocols(SIP) component */ -#include /* Multimedia Protocols(SIP) component */ - -#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY - -#include /* Multimedia Protocols(SIP) component */ -#include /* Multimedia Protocols(SIP) component */ -#include /* Multimedia Protocols(SIP) component */ - -#else - -#include /* Multimedia Protocols(SIP) component */ - -#endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY - -#endif // SYMBIAN_EXCLUDE_SIP + #include #include diff -r 1d6b4c6620ba -r 858432135449 imgtools_os/romkiteka2/include/textshell_chassis_bats.oby --- a/imgtools_os/romkiteka2/include/textshell_chassis_bats.oby Thu May 27 14:02:32 2010 +0300 +++ b/imgtools_os/romkiteka2/include/textshell_chassis_bats.oby Fri Jun 11 14:46:46 2010 +0300 @@ -29,7 +29,8 @@ #undef SGA_SW_NO_GRAPHICSRESOURCE #undef SYMBIAN_EXCLUDE_KEYMAP - +// undef __BT to only get the client side dlls which should be present even if bluetooth hardware not present or not working. +#undef __BT #define NO_METROTRK_APP // don't want metrotrk application #define HAS_ETHERNET // include etherDrv, ether802, DHCP @@ -103,7 +104,7 @@ #include #include #include -// #include +#include #include #include #include diff -r 1d6b4c6620ba -r 858432135449 imgtools_os/romkiteka2/include/textshell_naviengine_smp.oby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/imgtools_os/romkiteka2/include/textshell_naviengine_smp.oby Fri Jun 11 14:46:46 2010 +0300 @@ -0,0 +1,21 @@ +// Copyright (c) 2007-2010 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 OBY File is used to build Text Shell NaviEngine SMP ROM Images. +// +// + +#define SMP +#include +#include +#include \ No newline at end of file