locationsystemui/locationsysui/privacyverifiernotifierui/locutils/group/locutils.mmp
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2010 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 "../inc/locutilsuid.hrh"
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <bldvariant.hrh>
       
    24 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 TARGET  			locutils.dll
       
    27 TARGETTYPE  		dll
       
    28 UID  				0x0 0x101F84FB
       
    29 
       
    30 VENDORID	 		VID_DEFAULT
       
    31 CAPABILITY 			CAP_GENERAL_DLL
       
    32 
       
    33 SOURCEPATH 			../src
       
    34 
       
    35 #ifdef LOC_ENABLE_DEBUG_PRINT
       
    36 SOURCE              locutilsdebug.cpp
       
    37 #else
       
    38 SOURCE              locutilsdebugdummy.cpp
       
    39 #endif
       
    40 
       
    41 // System Include
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 USERINCLUDE 		.
       
    45 USERINCLUDE			../inc
       
    46 
       
    47 LIBRARY 			euser.lib 
       
    48 LIBRARY 			bafl.lib
       
    49 LIBRARY 			efsrv.lib
       
    50 LIBRARY 			sysutil.lib
       
    51 LIBRARY 			eposprvtyp.lib
       
    52 
       
    53 #ifdef LOC_ENABLE_DEBUG_PRINT
       
    54 LIBRARY 			flogger.lib
       
    55 #endif
       
    56 
       
    57 LIBRARY             CenRepNotifHandler.lib
       
    58 LIBRARY             CentralRepository.lib
       
    59 
       
    60 #if defined(WINS)
       
    61 deffile   ../bwins/locutils_32.def
       
    62 #elif defined(EABI)
       
    63 deffile   ../eabi/locutils_32.def
       
    64 #endif 
       
    65 
       
    66 // End of file
       
    67 
       
    68