equal
deleted
inserted
replaced
|
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 |
|
28 VERSION 1.0 |
|
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 |
|
40 SOURCE locationCallBack.cpp |
|
41 SOURCE locationservicehandler.cpp |
|
42 |
|
43 |
|
44 // Published to /resource/plugins |
|
45 START RESOURCE ../data/102833ab.rss |
|
46 TARGET locationprovider.rsc |
|
47 END |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY bafl.lib // CDesCArray |
|
51 LIBRARY lbs.lib // Location acquisition API |
|
52 LIBRARY lIWServiceHandler.lib |
|
53 LIBRARY locationservice.lib |
|
54 |
|
55 paged |
|
56 |
|
57 |