locationtriggering/lbtmgmtui/group/lbtmgmtui.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2006 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 Location Triggering Management UI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/lbtmgmtpluginuid.hrh"    // For UID3
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              lbtmgmtplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D KLbtMgmtPluginUID3
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 SOURCE              lbtmgmtplugin.cpp
       
    31 SOURCE              lbtmgmtpluginimptable.cpp
       
    32 SOURCE              lbtmgmtplugincontainer.cpp
       
    33 SOURCE              lbtmgmtpluginview.cpp
       
    34 SOURCE              lbtmgmtpluginengine.cpp
       
    35 SOURCE 							lbtmgmtlbtadapter.cpp
       
    36 SOURCE 							lbtmgmtdebug.cpp
       
    37 
       
    38 USERINCLUDE         ../inc
       
    39 USERINCLUDE         ../data
       
    40 USERINCLUDE         ../../inc
       
    41 USERINCLUDE         ../../../inc
       
    42 
       
    43 // System Include
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH          ../data
       
    47 
       
    48 //ECOM resource definition
       
    49 START RESOURCE      2001E66E.rss
       
    50 TARGET              lbtmgmtplugin.rsc
       
    51 END // ECOM resource definition
       
    52 
       
    53 //View resources
       
    54 START RESOURCE      lbtmgmtpluginview.rss
       
    55 HEADER
       
    56 TARGETPATH          RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END // View Resources
       
    59 
       
    60 LIBRARY             euser.lib
       
    61 LIBRARY             ecom.lib
       
    62 LIBRARY             efsrv.lib
       
    63 LIBRARY             avkon.lib
       
    64 LIBRARY             bafl.lib 
       
    65 LIBRARY             cone.lib 
       
    66 LIBRARY             eikcoctl.lib 
       
    67 LIBRARY             eikcore.lib 
       
    68 LIBRARY             commonengine.lib        // RConeResourceLoader
       
    69 LIBRARY             egul.lib                // CGulIcon
       
    70 LIBRARY             aknskins.lib            // AknsUtils.h
       
    71 LIBRARY             flogger.lib				// Logging 
       
    72 LIBRARY             featmgr.lib             // Feature manager API
       
    73 LIBRARY             hlplch.lib              // Help File
       
    74 LIBRARY				lbtmanager.lib			//LBT Manager
       
    75 LIBRARY				lbt.lib					//LBT Server
       
    76 
       
    77 PAGED
       
    78 
       
    79 SMPSAFE
       
    80 
       
    81 // End of File