serviceproviders/sapi_landmarks/landmarksservice/group/landmarkservice.mmp
author MattD <mattd@symbian.org>
Thu, 12 Nov 2009 16:07:15 +0000
changeset 18 4a5bd01d597a
parent 12 f4292e0e20df
child 26 5d0ec8b709be
permissions -rw-r--r--
Added tag PDK_3.0.c for changeset b092b3f8f4f2

/*
* 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.1

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