basiclocationinfodisplay/blid/engine/group/BlidEng.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 BLID Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include <platform_paths.hrh>
       
    22 #include "../inc/BlidUID.h"         // Common Blid UID definitions
       
    23 #include <bldvariant.hrh>
       
    24 
       
    25 VENDORID	VID_DEFAULT
       
    26 
       
    27 // Target information
       
    28 TARGET  BlidEng.dll
       
    29 TARGETTYPE  dll
       
    30 UID  KAPPUID2 KBLIDENGUID3
       
    31 
       
    32 CAPABILITY CAP_GENERAL_DLL
       
    33 
       
    34 // Project source directory
       
    35 SOURCEPATH ../src
       
    36 
       
    37 // Source files
       
    38 SOURCE 	CBlidEng.cpp
       
    39 SOURCE 	DllMain.cpp
       
    40 SOURCE 	BlidModelFactory.cpp
       
    41 SOURCE 	CBlidSettings.cpp
       
    42 SOURCE 	CBlidLocation.cpp
       
    43 SOURCE 	CBlidRouter.cpp
       
    44 SOURCE 	TNamedCoordinate.cpp
       
    45 SOURCE 	CBlidMeasurementSettingListener.cpp
       
    46 SOURCE	cblidmoduleinfoobserver.cpp
       
    47 SOURCE 	Debug.cpp
       
    48 
       
    49 // Language
       
    50 LANG            SC
       
    51 
       
    52 // Userincludes
       
    53 USERINCLUDE . ../inc ../../../inc
       
    54 
       
    55 // Dependencies to system components
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY EUSER.LIB
       
    59 LIBRARY EFSRV.LIB
       
    60 LIBRARY ESTOR.LIB
       
    61 LIBRARY LBS.LIB
       
    62 LIBRARY SYSUTIL.LIB
       
    63 LIBRARY flogger.lib
       
    64 LIBRARY eposlandmarks.lib
       
    65 LIBRARY HWRMLightClient.lib
       
    66 LIBRARY CentralRepository.lib
       
    67 LIBRARY PlatformEnv.lib