Example Application Guide

 

geoprofileshandler.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 make file for Geo-Profiles Handler
00015 *
00016 */
00017 
00018 
00019 // System Includes
00020 
00021 // User Includes
00022 #include "../../inc/geoprofilesuid.hrh"
00023 
00024 TARGET                  geoprofileshandler.exe
00025 TARGETTYPE              exe
00026 UID                     0 KGeoProfilesHandlerUid
00027 
00028 VENDORID                0
00029 SECUREID                KGeoProfilesHandlerUid
00030 
00031 CAPABILITY                      Location ReadDeviceData WriteDeviceData
00032 
00033 // System Includes
00034 SYSTEMINCLUDE                   . /epoc32/include
00035 
00036 // User Includes
00037 USERINCLUDE             ../inc
00038 
00039 // Source Directory
00040 SOURCEPATH              ../src
00041 SOURCE                  geoprofileshandler.cpp
00042 
00043 // Libraries
00044 LIBRARY                 euser.lib
00045 LIBRARY                 efsrv.lib
00046 LIBRARY                 estor.lib 
00047 LIBRARY                         bafl.lib
00048 LIBRARY                         aknnotify.lib
00049 LIBRARY                 eiksrv.lib
00050 LIBRARY                 ProfileEngine.lib
00051 LIBRARY                     lbt.lib
00052 LIBRARY                                 flogger.lib

© Nokia 2009

Back to top