Example Application Guide

 

geoprofilesui.mmp

00001 /*
00002 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
00003 * All rights reserved.
00004 * This component and the accompanying materials are made available
00005 * under the terms of the License "Eclipse Public License v1.0"
00006 * which accompanies this distribution, and is available
00007 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 *
00009 * Initial Contributors:
00010 * Nokia Corporation - initial contribution.
00011 *
00012 * Contributors:
00013 *
00014 * Description:  Project definition file for project Geo Profiles Application
00015 *
00016 */
00017 
00018 
00019 // SYSTEM INCLUDES
00020 
00021 // USER INCLUDES
00022 #include "../../inc/geoprofilesuid.hrh"
00023 
00024 TARGET          geoprofilesui.exe
00025 TARGETTYPE      exe
00026 UID             0x100039ce KGeoProfilesUiUid
00027 
00028 VERSION         1.0
00029 
00030 VENDORID        0
00031 CAPABILITY      Location ReadDeviceData WriteDeviceData
00032 
00033 USERINCLUDE     ../inc
00034 USERINCLUDE     ../loc
00035 USERINCLUDE     ../data
00036 USERINCLUDE     ../../inc
00037 
00038 SYSTEMINCLUDE   . /epoc32/include
00039 
00040 SOURCEPATH      ../src
00041 SOURCE          geoprofilesapp.cpp
00042 SOURCE          geoprofilesdocument.cpp
00043 SOURCE          geoprofilesappui.cpp
00044 SOURCE                  geoprofilescontainer.cpp
00045 SOURCE          geoprofilesview.cpp
00046 SOURCE          geoprofileslbmodel.cpp
00047 SOURCE          geoprofile.cpp
00048 SOURCE          geoprofileeditor.cpp
00049 SOURCE          geoplaceselector.cpp
00050 SOURCE          geoprofileselector.cpp
00051 SOURCE          geoprofilesengine.cpp
00052 SOURCE          geoprofilesdebug.cpp
00053 
00054 SOURCEPATH      ../data 
00055 START RESOURCE  geoprofilesui.rss
00056 HEADER
00057 TARGETPATH      resource\apps
00058 END
00059 
00060 START RESOURCE geoprofilesui_reg.rss
00061 TARGETPATH /private/10003a3f/apps
00062 END
00063 
00064 LIBRARY         euser.lib 
00065 LIBRARY         apparc.lib 
00066 LIBRARY         cone.lib 
00067 LIBRARY         eikcore.lib 
00068 LIBRARY         avkon.lib 
00069 LIBRARY                 bafl.lib
00070 LIBRARY         eikcoctl.lib
00071 LIBRARY         efsrv.lib 
00072 LIBRARY             eikctl.lib
00073 LIBRARY         egul.lib
00074 LIBRARY         fbscli.lib
00075 LIBRARY         estor.lib                                       
00076 LIBRARY         commonengine.lib
00077 LIBRARY                 aknskins.lib
00078 LIBRARY                 aknskinsrv.lib
00079 LIBRARY                 aknicon.lib
00080 LIBRARY         lbs.lib
00081 LIBRARY         eikdlg.lib
00082 LIBRARY         ProfileEngine.lib
00083 LIBRARY             eposlandmarks.lib
00084 LIBRARY         lmkcommonui.lib
00085 LIBRARY             lbt.lib
00086 LIBRARY         flogger.lib
00087 LIBRARY         servicehandler.lib

© Nokia 2009

Back to top