author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 24 Sep 2009 12:43:20 +0300 | |
changeset 12 | f4292e0e20df |
parent 11 | 5c0037c72160 |
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 |
#include <data_caging_paths.hrh> |
|
20 |
TARGET landmarkprovider.dll |
|
21 |
TARGETTYPE PLUGIN |
|
22 |
||
23 |
// MAGIC Dll recognition UID followed by the unique UID for this dll |
|
24 |
UID 0x10009D8D 0x102833A9 |
|
25 |
VENDORID VID_DEFAULT |
|
26 |
CAPABILITY CAP_ECOM_PLUGIN |
|
27 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
28 |
VERSION 1.1 |
5 | 29 |
|
30 |
USERINCLUDE ../inc |
|
31 |
USERINCLUDE ../landmarksservice/inc |
|
32 |
||
33 |
||
34 |
||
35 |
SOURCEPATH ../src |
|
36 |
SOURCE landmarkprovider.cpp |
|
37 |
SOURCE landmarkinterface.cpp |
|
38 |
SOURCE clandmarkiterable.cpp //CAiwIterable class implementation for landmarks |
|
39 |
SOURCE clandmarkcategoryiterable.cpp //CAiwIterable class implementation for landmark categories |
|
40 |
SOURCE clandmarkdatabaseiterable.cpp //CAiwIterable class implementation for landmark categories |
|
41 |
SOURCE clandmarkobserver.cpp |
|
42 |
||
43 |
// Published to /resource/plugins |
|
44 |
SOURCEPATH ../data |
|
45 |
START RESOURCE 102833A9.rss |
|
46 |
TARGET landmarkprovider.rsc |
|
47 |
END |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
48 |
START RESOURCE landmarkprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
49 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
50 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
51 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
52 |
END |
5 | 53 |
LIBRARY landmarkservice.lib |
54 |
LIBRARY euser.lib |
|
55 |
LIBRARY eposlandmarks.lib // for landmarks and categories |
|
56 |
LIBRARY eposlmsearchlib.lib // for searching in single database |
|
57 |
LIBRARY liwServiceHandler.lib //for liw |
|
58 |
LIBRARY lbs.lib // for coordinate and locality |
|
59 |
LIBRARY eposlmdbmanlib.lib // for database management |
|
60 |
LIBRARY bafl.lib |
|
61 |
LIBRARY charconv.lib //for conversion from unicode to utf |
|
62 |
LIBRARY efsrv.lib |
|
63 |
||
64 |
paged |
|
65 |
||
66 |
//end of file |