author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 24 Nov 2009 08:56:33 +0200 | |
changeset 23 | 50974a8b132e |
parent 12 | f4292e0e20df |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2007 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: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include "../../group/sapiincludes.mmpi" |
|
19 |
||
20 |
TARGET locationprovider.dll |
|
21 |
TARGETTYPE PLUGIN |
|
22 |
||
23 |
// MAGIC Dll recognition UID followed by the unique UID for this dll |
|
24 |
||
25 |
UID 0x10009D8D 0x102833AB |
|
26 |
VENDORID VID_DEFAULT |
|
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 |
CAPABILITY CAP_ECOM_PLUGIN |
|
31 |
||
32 |
USERINCLUDE ../inc |
|
33 |
USERINCLUDE ../../inc |
|
34 |
USERINCLUDE ../locationservice/inc |
|
35 |
||
36 |
||
37 |
SOURCEPATH ../src |
|
38 |
||
39 |
SOURCE locationinterface.cpp |
|
23
50974a8b132e
Revision: 200945
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
40 |
SOURCE locationcallBack.cpp |
5 | 41 |
SOURCE locationservicehandler.cpp |
42 |
||
43 |
||
44 |
// Published to /resource/plugins |
|
45 |
START RESOURCE ../data/102833ab.rss |
|
46 |
TARGET locationprovider.rsc |
|
47 |
END |
|
48 |
||
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
49 |
SOURCEPATH ../data |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
50 |
START RESOURCE locationprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
51 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
52 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
53 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
54 |
END |
5 | 55 |
LIBRARY euser.lib |
56 |
LIBRARY bafl.lib // CDesCArray |
|
57 |
LIBRARY lbs.lib // Location acquisition API |
|
58 |
LIBRARY lIWServiceHandler.lib |
|
59 |
LIBRARY locationservice.lib |
|
60 |
||
61 |
paged |
|
62 |
||
63 |