author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 24 Sep 2009 12:43:20 +0300 | |
changeset 12 | f4292e0e20df |
parent 5 | 989d2f495d90 |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2002 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 the License "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: ?Description |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include "../../../group/sapiincludes.mmpi" |
|
19 |
||
20 |
TARGET landmarkservice.dll |
|
21 |
TARGETTYPE dll |
|
22 |
UID 0x1000008d 0x102833A8 |
|
23 |
CAPABILITY ALL -TCB |
|
24 |
VENDORID VID_DEFAULT |
|
25 |
nostrictdef |
|
26 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
27 |
VERSION 1.1 |
5 | 28 |
|
29 |
SOURCEPATH ../src |
|
30 |
SOURCE landmarkservice.cpp |
|
31 |
SOURCE clandmarkmanagehandlers.cpp |
|
32 |
SOURCE clandmarkmanageobjects.cpp |
|
33 |
SOURCE clandmarkcmdgetcategories.cpp |
|
34 |
SOURCE clandmarkcmdgetlandmarks.cpp |
|
35 |
SOURCE clandmarkfilter.cpp |
|
36 |
||
37 |
USERINCLUDE ../inc |
|
38 |
||
39 |
LIBRARY euser.lib |
|
40 |
LIBRARY eposlandmarks.lib // for landmarks and categories |
|
41 |
LIBRARY eposlmdbmanlib.lib // for database management |
|
42 |
LIBRARY eposlmsearchlib.lib // for searching in single database |
|
43 |
LIBRARY flogger.lib // for logging function entries in debug mode |
|
44 |
||
45 |
paged |
|
46 |
||
47 |
//end of file |