|
1 /* |
|
2 * Copyright (c) 2009 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 "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: Implementation of customization components |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 #include "defaultcaps.hrh" |
|
21 |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 TARGET embeddedlinkadapter.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x1020782B |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE EmbeddedLinkAdapter.cpp |
|
30 SOURCE EmbeddedLinkApp.cpp |
|
31 SOURCE EmbeddedLinkHandler.cpp |
|
32 |
|
33 |
|
34 START RESOURCE EmbeddedLinkAdapter.rss |
|
35 TARGET embeddedlinkadapter.rsc |
|
36 LANGUAGE_IDS |
|
37 END |
|
38 |
|
39 |
|
40 |
|
41 USERINCLUDE . |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../include |
|
44 USERINCLUDE ../../DMUtils/inc |
|
45 |
|
46 |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 SYSTEMINCLUDE /epoc32/include/ecom |
|
49 |
|
50 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
51 SYSTEMINCLUDE /epoc32/include/devman |
|
52 #else |
|
53 // nothing |
|
54 #endif |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY ecom.lib |
|
58 LIBRARY favouritesengine.lib |
|
59 LIBRARY flogger.lib |
|
60 |
|
61 //#ifdef __SAP_POLICY_MANAGEMENT |
|
62 LIBRARY policyengine.lib |
|
63 LIBRARY dmutil.lib |
|
64 //#endif |
|
65 |
|
66 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
67 LIBRARY devmancmdmgr.lib |
|
68 #else |
|
69 // nothing |
|
70 #endif |
|
71 |
|
72 STATICLIBRARY dmutils.lib |
|
73 LIBRARY featmgr.lib |
|
74 LIBRARY charconv.lib |
|
75 |
|
76 SMPSAFE |