locationsystemui/locationsysui/locbtnotifier/group/locbtnotifier.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2008 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 locbtnotifier
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../inc/locbtnotifierpluginconstants.hrh"
       
    23 #include "../inc/locbtnotifierdebugconfig.hrh"
       
    24 
       
    25 TARGET                  locbtnotifier.dll
       
    26 TARGETTYPE              PLUGIN
       
    27 UID                     0x10009D8D KLocBtNotifierPlugInDllUid
       
    28 
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  locbtnotifier.cpp
       
    34 SOURCE                  locbtnotifierplugin.cpp
       
    35 SOURCE                  locbtnotifierconstantsmanager.cpp
       
    36 
       
    37 #ifdef LOG_ENABLED_LOCBTNOTIFIER
       
    38 SOURCE                  locbtnotifierdebug.cpp
       
    39 #endif
       
    40 
       
    41 
       
    42 
       
    43 USERINCLUDE             .
       
    44 USERINCLUDE             ../inc
       
    45 
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SOURCEPATH      ../data
       
    50 START RESOURCE	locbtnotifier.rss
       
    51 TARGET 			locbtnotifier.rsc
       
    52 TARGETPATH 		ECOM_RESOURCE_DIR
       
    53 END
       
    54 
       
    55 SOURCEPATH      ../data
       
    56 START RESOURCE	locbtnotifierresources.rss
       
    57 HEADER
       
    58 TARGETPATH      APP_RESOURCE_DIR
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         bafl.lib
       
    64 LIBRARY		    cfservices.lib
       
    65 LIBRARY         cfactivatorengine.lib
       
    66 LIBRARY		    centralrepository.lib
       
    67 LIBRARY         eiksrv.lib
       
    68 LIBRARY         aknnotify.lib
       
    69 LIBRARY         efsrv.lib
       
    70 
       
    71 #ifdef LOG_ENABLED_LOCBTNOTIFIER
       
    72 LIBRARY         flogger.lib
       
    73 #endif
       
    74 
       
    75