serviceproviders/sapi_landmarks/landmarksservice/group/landmarkservice.mmp
author tahirm@symbian.org
Tue, 29 Sep 2009 14:16:01 +0100
branchRCL_1
changeset 9 c6ce67be4e89
parent 5 989d2f495d90
child 12 f4292e0e20df
permissions -rw-r--r--
Created branch for release codeline RCL_1, for maintenance changes to the Symbian^2 platform

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  ?Description
*
*/

#include "../../../group/sapiincludes.mmpi"

TARGET        landmarkservice.dll
TARGETTYPE    dll
UID           0x1000008d 0x102833A8
CAPABILITY    ALL -TCB
VENDORID      VID_DEFAULT
nostrictdef

VERSION		1.0

SOURCEPATH    ../src
SOURCE        landmarkservice.cpp
SOURCE        clandmarkmanagehandlers.cpp
SOURCE        clandmarkmanageobjects.cpp
SOURCE        clandmarkcmdgetcategories.cpp
SOURCE        clandmarkcmdgetlandmarks.cpp
SOURCE        clandmarkfilter.cpp

USERINCLUDE   ../inc

LIBRARY      euser.lib
LIBRARY      eposlandmarks.lib // for landmarks and categories
LIBRARY      eposlmdbmanlib.lib // for database management
LIBRARY      eposlmsearchlib.lib // for searching in single database
LIBRARY      flogger.lib // for logging function entries in debug mode

paged

//end of file