locationtriggering/ltcontextsourceplugin/group/lbtcontextsourceplugin.mmp
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     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:  Project definition file for project LBTContextSourcePlugin 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../inc/lbtcontextsourcepluginconst.hrh"
       
    20 #include "../inc/lbtcontextsourceplugindebug.hrh"
       
    21 
       
    22 TARGET			LBTContextSourcePlugin.dll
       
    23 TARGETTYPE		PLUGIN
       
    24 EPOCALLOWDLLDATA
       
    25 UID				0x10009D8D KLBTContextSourcePluginDllUid
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 USERINCLUDE	 	../inc
       
    29 USERINCLUDE  	 /epoc32/include/stdapis
       
    30 
       
    31 SOURCEPATH	  	../src
       
    32 
       
    33 SOURCE		 	 lbtcontextsourcepluginmain.cpp
       
    34 SOURCE 		 	 lbtcontextsourceplugin.cpp 
       
    35 SOURCE 			 lbttriggeradapter.cpp
       
    36 SOURCE			 lbttriggernode.cpp
       
    37 SOURCE 			 lbttriggermanager.cpp 
       
    38 
       
    39 #ifdef LOG_ENABLED_LBTCONTEXTSOURCEPLUGIN
       
    40 SOURCE 			  lbtcontextsourceplugindebug.cpp
       
    41 #endif
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH    	  ../data
       
    45 START RESOURCE lbtcontextsourceplugin.rss
       
    46 	TARGET LBTContextSourcePlugin.rsc
       
    47 	TARGETPATH /resource/plugins
       
    48 END
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY			cfservices.lib
       
    52 LIBRARY         cfcontextsourcemanager.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY			libc.lib
       
    55 LIBRARY			efsrv.lib
       
    56 LIBRARY			cone.lib
       
    57 LIBRARY         charconv.lib
       
    58 LIBRARY			lbt.lib
       
    59 LIBRARY		    lbs.lib 
       
    60 LIBRARY         estor.lib	
       
    61 LIBRARY         CFClient.lib
       
    62 LIBRARY			lbtmanager.lib
       
    63 
       
    64 #ifdef LOG_ENABLED_LBTCONTEXTSOURCEPLUGIN
       
    65 LIBRARY			flogger.lib
       
    66 #endif