diff -r 6b1d113cdff3 -r 6638e7f4bd8f telephonyprotocols/rawipnif/group/RawIPNif2.mmp --- a/telephonyprotocols/rawipnif/group/RawIPNif2.mmp Mon May 03 13:37:20 2010 +0300 +++ b/telephonyprotocols/rawipnif/group/RawIPNif2.mmp Thu May 06 15:10:38 2010 +0100 @@ -1,75 +1,77 @@ -// Copyright (c) 2002-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: -// RAWIP.MMP -// -// - -TARGET rawip2.dll -TARGETTYPE PLUGIN -UID 0x10009D8D 0x10286AF7 - -// Used to specify if the rawip.dll should be specifically built to the -// functionality of TI basebands, where a two-byte header is appended -// to all incoming and outgoing packets (to specify the protocol being -// used). This macro is commented out as part of fix INC113695 propagation to v94 -// MACRO RAWIP_HEADER_APPENDED_TO_PACKETS - -// Do not add the non-callable exports to the DEF files -// Remove this line temporarily if we need to add new exports -NOEXPORTLIBRARY - -// DEFFILE RawIp2.def - -SOURCEPATH ../rawipnif2/src -SOURCE BcaController.cpp -SOURCE BinderBase.cpp -SOURCE bttlog.cpp -SOURCE ecom_impl.cpp -SOURCE IPTagHeader.cpp -SOURCE IPv4Binder.cpp -SOURCE IPv6Binder.cpp -SOURCE RawIP2Flow.cpp RawIP2FlowFactory.cpp - -USERINCLUDE ../rawipnif2/inc - -OS_LAYER_SYSTEMINCLUDE_SYMBIAN - -START RESOURCE 10286AF7.rss -TARGET rawip2.rsc -END - -//MI support -#include - -#include - -LIBRARY euser.lib -LIBRARY esock.lib -LIBRARY esocksvr.lib -LIBRARY netmeta.lib -LIBRARY mbufmgr.lib -LIBRARY commsbufs.lib -LIBRARY insock.lib -LIBRARY nodemessages.lib -LIBRARY netinterfaces.lib - -START WINS - BASEADDRESS 0x47E00000 -END - -CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData -VENDORID 0x70000001 - -UNPAGED -SMPSAFE +// Copyright (c) 2002-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: +// RAWIP.MMP +// +// + +TARGET rawip2.dll +TARGETTYPE PLUGIN +UID 0x10009D8D 0x10286AF7 + +// Used to specify if the rawip.dll should be specifically built to the +// functionality of TI basebands, where a two-byte header is appended +// to all incoming and outgoing packets (to specify the protocol being +// used). This macro is commented out as part of fix INC113695 propagation to v94 +// MACRO RAWIP_HEADER_APPENDED_TO_PACKETS + +// Do not add the non-callable exports to the DEF files +// Remove this line temporarily if we need to add new exports +NOEXPORTLIBRARY + +// DEFFILE RawIp2.def + +MACRO __BTT_LOGGING__ + +SOURCEPATH ../rawipnif2/src +SOURCE BcaController.cpp +SOURCE BinderBase.cpp +SOURCE bttlog.cpp +SOURCE ecom_impl.cpp +SOURCE IPTagHeader.cpp +SOURCE IPv4Binder.cpp +SOURCE IPv6Binder.cpp +SOURCE RawIP2Flow.cpp RawIP2FlowFactory.cpp + +USERINCLUDE ../rawipnif2/inc + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN + +START RESOURCE 10286AF7.rss +TARGET rawip2.rsc +END + +//MI support +#include + +#include + +LIBRARY euser.lib +LIBRARY esock.lib +LIBRARY esocksvr.lib +LIBRARY netmeta.lib +LIBRARY mbufmgr.lib +LIBRARY commsbufs.lib +LIBRARY insock.lib +LIBRARY nodemessages.lib +LIBRARY netinterfaces.lib + +START WINS + BASEADDRESS 0x47E00000 +END + +CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData +VENDORID 0x70000001 + +UNPAGED +SMPSAFE