locationsystemui/locationsysui/locpsysettings/locpsysettingseng/group/locpsysettingseng.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2002 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 Positioning Settings Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include "../inc/locpsyengdebugconfig.hrh"
       
    22 #include "../inc/locpsysenguid.hrh"
       
    23 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 // Target information
       
    26 TARGET  				locpsysettingseng.dll
       
    27 TARGETTYPE  			dll
       
    28 UID  					0x0 LOCPSYSETTINGSENG_UID3
       
    29 
       
    30 VENDORID 				VID_DEFAULT
       
    31 CAPABILITY 				CAP_GENERAL_DLL
       
    32 
       
    33 SOURCEPATH 				../src
       
    34 SOURCE 				    locpsyeng.cpp
       
    35 SOURCE	 				locpsyinfo.cpp
       
    36 SOURCE 					locpsysettings.cpp
       
    37 SOURCE  				locpsyconfigclientwrapper.cpp
       
    38 SOURCE  				locpsyconfigclientimpl.cpp
       
    39 
       
    40 #ifdef LOC_ENABLE_DEBUG_PRINT
       
    41 SOURCE                  locpsysettingsengdebug.cpp
       
    42 #else
       
    43 SOURCE                  locpsysettingsengdebugdummy.cpp
       
    44 #endif
       
    45 
       
    46 // System Include
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 USERINCLUDE 			.
       
    50 USERINCLUDE 			../inc
       
    51 
       
    52 LIBRARY 				euser.lib
       
    53 LIBRARY 				eposmodset.lib
       
    54 LIBRARY 				lbs.lib
       
    55 LIBRARY 				apgrfx.lib
       
    56 LIBRARY 				bafl.lib
       
    57 LIBRARY 				apparc.lib
       
    58 LIBRARY 				eikcore.lib
       
    59 LIBRARY 				avkon.lib
       
    60 
       
    61 #ifdef LOC_ENABLE_DEBUG_PRINT
       
    62 LIBRARY 				flogger.lib
       
    63 #endif