locationsystemui/locationsysui/locutils/group/locutils.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-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 Utils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include "../inc/locutilsuid.hrh"
       
    23 #include <platform_paths.hrh> // For the APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 TARGET  			locutils.dll
       
    26 TARGETTYPE  		dll
       
    27 UID  				0x0 LOCUTILS_UID3
       
    28 
       
    29 VENDORID	 		VID_DEFAULT
       
    30 CAPABILITY 			CAP_GENERAL_DLL
       
    31 
       
    32 SOURCEPATH 			../src
       
    33 
       
    34 SOURCE 				loctextutils.cpp
       
    35 SOURCE 				locfileutils.cpp
       
    36 SOURCE 				locrequestorutilsresolverimpl2.cpp
       
    37 SOURCE 				locphonenumberformat.cpp
       
    38 
       
    39 #ifdef LOC_ENABLE_DEBUG_PRINT
       
    40 SOURCE              locutilsdebug.cpp
       
    41 #else
       
    42 SOURCE              locutilsdebugdummy.cpp
       
    43 #endif
       
    44 
       
    45 // System Include
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 USERINCLUDE 		.
       
    49 USERINCLUDE			../inc
       
    50 
       
    51 SOURCEPATH ../data
       
    52 START RESOURCE locutils.rss
       
    53 HEADER
       
    54 TARGETPATH          RESOURCE_FILES_DIR
       
    55 END
       
    56 
       
    57 LIBRARY 			euser.lib 
       
    58 LIBRARY 			bafl.lib
       
    59 LIBRARY 			avkon.lib
       
    60 LIBRARY			 	aknlayout.lib
       
    61 LIBRARY 			cone.lib
       
    62 LIBRARY 			efsrv.lib
       
    63 LIBRARY 			sysutil.lib
       
    64 LIBRARY 			eposprvtyp.lib
       
    65 
       
    66 LIBRARY             vpbkeng.lib
       
    67 LIBRARY             pbk2presentation.lib
       
    68 
       
    69 #ifdef LOC_ENABLE_DEBUG_PRINT
       
    70 LIBRARY 			flogger.lib
       
    71 #endif
       
    72 
       
    73 LIBRARY             CenRepNotifHandler.lib
       
    74 LIBRARY             CentralRepository.lib
       
    75 
       
    76 #if defined(WINS)
       
    77  deffile   ../BWINS/LocUtils_32.def
       
    78 #elif defined(EABI)
       
    79  deffile   ../eabi/LocUtils_32.def
       
    80 #endif 
       
    81 
       
    82 // End of file