locationsystemui/locationsysui/locpsysettings/locpsysettingsui/group/locpsysettingsui.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005 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:  This is project specification file for Positioning Method
       
    15 *				  Settings UI pluging to the Loc Sys UI Engine
       
    16 *
       
    17 */
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 #include "../inc/locpsysettingsuiuid.hrh"
       
    22 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 CAPABILITY    		CAP_ECOM_PLUGIN
       
    25 TARGET        		locpsysettingsui.dll
       
    26 TARGETTYPE    		PLUGIN
       
    27 UID           		0x10009D8D LOCPSYSETTINGSUI_UID3
       
    28 VENDORID      		VID_DEFAULT
       
    29 
       
    30 SOURCEPATH          ../src
       
    31 SOURCE        		locpsysettingsui.cpp 
       
    32 SOURCE        		locpsysettingsuiimptable.cpp 
       
    33 SOURCE				locpsylbmodel.cpp
       
    34 SOURCE				locpsysettingsview.cpp
       
    35 SOURCE				locpsysettingscontainer.cpp
       
    36 
       
    37 // System Include
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 USERINCLUDE         ../inc
       
    41 USERINCLUDE         ../data
       
    42 USERINCLUDE         ../../../inc
       
    43 USERINCLUDE	    ../../../../inc
       
    44 USERINCLUDE         ../../../../../inc
       
    45 
       
    46 SOURCEPATH          ../data
       
    47 
       
    48 //ECOM resource definition
       
    49 START RESOURCE      10275062.rss // UPDATE THIS
       
    50 TARGET              locpsysettingsui.rsc // UPDATE THIS
       
    51 END // ECOM resource definition
       
    52 
       
    53 //View resources
       
    54 START RESOURCE      locpsysettingsuiview.rss
       
    55 HEADER
       
    56 TARGETPATH          RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END // AppsPlugin 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				apparc.lib
       
    69 LIBRARY				aknicon.lib
       
    70 LIBRARY				eikctl.lib
       
    71 LIBRARY 			apgrfx.lib
       
    72 LIBRARY             commonengine.lib 	// For RConeResourceLoader
       
    73 LIBRARY             egul.lib 		 	// CGulIcon
       
    74 LIBRARY             aknskins.lib 	 	// AknsUtils.h
       
    75 LIBRARY 			featmgr.lib 		// Feature manager API
       
    76 LIBRARY 			locpsysettingseng.lib
       
    77 LIBRARY 			hlplch.lib
       
    78 LIBRARY             lbs.lib             // Location Acquistion API
       
    79 
       
    80 // End of File