basiclocationinfodisplay/blid/ui/group/Blid.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 file for blid application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <platform_paths.hrh>
       
    21 #include "../inc/BlidUID.h"  	//Common Blid UID definitions
       
    22 #include "data_caging_paths.hrh"
       
    23 #include <bldvariant.hrh>
       
    24 
       
    25 TARGET  Blid.exe
       
    26 TARGETTYPE  exe
       
    27 
       
    28 // Needed in exe-apps
       
    29 epocstacksize 0x5000
       
    30 
       
    31 UID  KAPPUID2 KBLIDUID3 
       
    32 
       
    33 TARGETPATH /system/apps/Blid
       
    34 
       
    35 VENDORID	VID_DEFAULT
       
    36 CAPABILITY CAP_APPLICATION
       
    37 
       
    38 SOURCEPATH	../src
       
    39 SOURCE	CBlidApp.cpp 
       
    40 SOURCE	CBlidAppUi.cpp
       
    41 SOURCE	CBlidDocument.cpp
       
    42 SOURCE	CBlidBaseContainer.cpp
       
    43 SOURCE	CBlidBaseView.cpp
       
    44 SOURCE	CBlidNavigationView.cpp
       
    45 SOURCE  CHtkNavigationControl.cpp
       
    46 SOURCE  CBlidArrivedTonePayerUtility.cpp
       
    47 SOURCE	CBlidTripMeterView.cpp
       
    48 SOURCE  CHtkTripMeterControl.cpp
       
    49 SOURCE  CBlidMainView.cpp
       
    50 SOURCE  CBlidMainControl.cpp
       
    51 SOURCE  CBlidSatelliteView.cpp
       
    52 SOURCE  CBlidSatelliteControl.cpp
       
    53 SOURCE  CBlidOwnPosLBModel.cpp
       
    54 SOURCE	CBlidCurrentPositionDlg.cpp
       
    55 SOURCE	CBlidSettingsView.cpp
       
    56 SOURCE	CBlidSettingsContainer.cpp
       
    57 SOURCE	CBlidSettingsLBModel.cpp
       
    58 SOURCE	BlidNotes.cpp
       
    59 SOURCE	Blidutils.cpp
       
    60 SOURCE	CBlidSavedWayptsView.cpp
       
    61 SOURCE	CBlidSavedWayptsContainer.cpp
       
    62 SOURCE	CBlidSavedWayptsLBModel.cpp
       
    63 SOURCE	CBlidLocSettingLauncher.cpp
       
    64 SOURCE  cblidnotedialog.cpp
       
    65 SOURCE  FileSystemInfo.cpp
       
    66 SOURCE  Debug.cpp
       
    67 
       
    68 START RESOURCE ../data/Blid.rss
       
    69 HEADER
       
    70 TARGETPATH  APP_RESOURCE_DIR
       
    71 LANGUAGE_IDS
       
    72 END
       
    73 
       
    74 START RESOURCE ../data/blid_reg.rss
       
    75 DEPENDS blid.rsg
       
    76 	TARGETPATH /private/10003a3f/apps
       
    77 END
       
    78 
       
    79 USERINCLUDE .   ../../../inc ../inc ../data
       
    80 
       
    81 APP_LAYER_SYSTEMINCLUDE
       
    82 
       
    83 SYSTEMINCLUDE   /epoc32/include/kernel
       
    84 
       
    85 
       
    86 LIBRARY hlplch.lib
       
    87 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
       
    88 LIBRARY eikcoctl.lib avkon.lib eikctl.lib		
       
    89 LIBRARY egul.lib
       
    90 LIBRARY bafl.lib
       
    91 LIBRARY commonengine.lib // StringLoader
       
    92 LIBRARY FeatMgr.lib // Feature manager API
       
    93 LIBRARY estor.lib
       
    94 LIBRARY	BlidEng.lib
       
    95 LIBRARY lbs.lib
       
    96 LIBRARY efsrv.lib 
       
    97 LIBRARY AknSkins.lib
       
    98 LIBRARY SatInfo.lib
       
    99 LIBRARY CdlEngine.lib //AknLayout
       
   100 LIBRARY AknIcon.lib
       
   101 LIBRARY flogger.lib
       
   102 LIBRARY AknLayout2Scalable.lib
       
   103 LIBRARY LmkCommonUI.lib
       
   104 LIBRARY eposlandmarks.lib
       
   105 LIBRARY eikdlg.lib
       
   106 LIBRARY FBSCLI.lib BITGDI.lib gdi.lib
       
   107 LIBRARY numberconversion.lib
       
   108 LIBRARY SYSUTIL.LIB
       
   109 LIBRARY locsettingsuiclient.lib
       
   110 LIBRARY CentralRepository.lib
       
   111 LIBRARY platformenv.lib
       
   112 LIBRARY ws32.lib
       
   113 LIBRARY     apgrfx.lib
       
   114 // Include for Alfred library usage
       
   115 LIBRARY     alfclient.lib
       
   116 LIBRARY filelist.lib
       
   117 LIBRARY mediaclientaudio.lib // for CMdaAudioToneUtility
       
   118 LIBRARY HWRMLightClient.lib
       
   119