networkprotocolmodules/privacyprotocolmodule/PrivacyProtocolModule/group/lbsprivacyprotocolmodule.mmp
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET		lbsprivacyprotocolmodule.dll
       
    17 TARGETTYPE	PLUGIN
       
    18 CAPABILITY	All -TCB
       
    19 
       
    20 // ECom dll recognition UID followed by the unique UID for this dll
       
    21 UID		0x10009D8D 0x1028373B
       
    22 
       
    23 VENDORID	0x70000001
       
    24 
       
    25 //MACRO ENABLE_LBS_DEV_LOGGER
       
    26 
       
    27 SOURCEPATH	.
       
    28 RESOURCE	lbsprivacyprotocolmodule.rss
       
    29 
       
    30 SOURCEPATH	../src
       
    31 
       
    32 SOURCE	privacymodule.cpp
       
    33 SOURCE	privacyserver.cpp
       
    34 SOURCE	privacysession.cpp
       
    35 SOURCE	privacyrequestinfo.cpp
       
    36 SOURCE	privacyshutdown.cpp
       
    37 
       
    38 USERINCLUDE	../inc
       
    39 USERINCLUDE ../../ClientAPI/NetworkPrivacyAPI/inc
       
    40 USERINCLUDE ../../ClientAPI/Common/inc
       
    41 USERINCLUDE ../../../../locationmgmt/locationcore/lbsrootapi/inc
       
    42 USERINCLUDE	../../../../locationmgmt/locationcore/LbsInternalApi/inc
       
    43 USERINCLUDE	../../../../locationmgmt/locationcore/LbsPartnerCommon/inc
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY		lbsnetprotocol.lib
       
    48 LIBRARY		lbsloccommon.lib
       
    49 LIBRARY		lbsrootapi.lib
       
    50 LIBRARY		euser.lib
       
    51 LIBRARY		ecom.lib
       
    52 LIBRARY     lbspartnercommon.lib
       
    53 LIBRARY		lbsprivacyrequest.lib
       
    54 LIBRARY		lbsadmin.lib
       
    55 
       
    56 SMPSAFE