lbstest/datasourcemodules/dummyagpsmodule/group/dummyagpsmodule.mmp
changeset 57 3267d9ea3e98
equal deleted inserted replaced
48:81c9bee26a45 57:3267d9ea3e98
       
     1 // Copyright (c) 2006-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 // @file ctagpsmodule.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			dummyagpsmodule.dll
       
    19 TARGETTYPE		PLUGIN
       
    20 CAPABILITY		ALL -TCB // TODO
       
    21 
       
    22 UID				0x10009D8D 0x10287215
       
    23 VENDORID		0x70000001
       
    24 
       
    25 MACRO ENABLE_LBS_DEV_LOGGER
       
    26 
       
    27 RESOURCE dummyagpsmodule.rss 
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 USERINCLUDE		../inc
       
    32 USERINCLUDE	    ../../../../locationmgmt/locationcore/LbsPartnerCommon/inc
       
    33 
       
    34 SOURCEPATH		../src
       
    35 SOURCE			dummyagpsmodule.cpp
       
    36 SOURCE			plugindef.cpp
       
    37 
       
    38 
       
    39 // EPOC libraries.
       
    40 LIBRARY	euser.lib
       
    41 LIBRARY ecom.lib
       
    42 
       
    43 // LBS libraries.
       
    44 LIBRARY lbslocdatasource.lib
       
    45 
       
    46 #ifdef WINSCW
       
    47 LIBRARY		lbspartnercommon.lib
       
    48 #else
       
    49 DEBUGLIBRARY	lbspartnercommon.lib
       
    50 #endif
       
    51 
       
    52 SMPSAFE