locationsystemui/locationsysui/locsysuiengine/group/locsysuiengine.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: Project definition file for Location System Ui Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Includes 
       
    20 #include <data_caging_paths.hrh>    		//this is needed for RESOURCE_FILES_DIR
       
    21 #include "../inc/locsysuiengineuid.hrh"		// For UID3
       
    22 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 // Target information
       
    25 CAPABILITY 		CAP_GENERAL_DLL
       
    26 TARGET  		locsysuiengine.dll
       
    27 TARGETTYPE  	dll
       
    28 UID  			0x0 LOCSYSUIENGINE_UID3
       
    29 VENDORID 		VID_DEFAULT
       
    30 
       
    31 // Source Files
       
    32 SOURCEPATH 		../src
       
    33 SOURCE			locsysuiengine.cpp
       
    34 
       
    35 // System Includes
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 // Uer Includes
       
    39 USERINCLUDE    	../inc
       
    40 USERINCLUDE		../../../inc
       
    41 USERINCLUDE		../../../../inc
       
    42 
       
    43 LIBRARY      	euser.lib
       
    44 LIBRARY    		ecom.lib
       
    45 LIBRARY         eikcore.lib      // EikonEnv
       
    46 LIBRARY         cone.lib         // CCoeEnv
       
    47 LIBRARY         avkon.lib
       
    48 LIBRARY         locsysuiview.lib // Location Setting UI Engine and 
       
    49                                  // Positioning Settings
       
    50 
       
    51 #if defined(WINS)
       
    52  deffile   ../BWINS/locsysuiengine.def
       
    53 #elif defined(EABI)
       
    54  deffile   ../eabi/locsysuiengine.def
       
    55 #endif