1 /* |
|
2 * Copyright (c) 2006 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: Project specification for Embedded Destination plug-in |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET cmpluginembdestination.dll |
|
22 UID 0x10009D8D 0x1020737D |
|
23 |
|
24 TARGETTYPE PLUGIN |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE cmpluginembdestinationproxy.cpp |
|
32 SOURCE cmpluginembdestination.cpp |
|
33 SOURCE ../../../Framework/Src/cmlogger.cpp |
|
34 |
|
35 SOURCEPATH ../data |
|
36 |
|
37 START RESOURCE 1020737D.rss |
|
38 TARGET cmpluginembdestination.rsc |
|
39 END |
|
40 |
|
41 START RESOURCE cmpluginembdestinationui.rss |
|
42 HEADER |
|
43 TARGETPATH RESOURCE_FILES_DIR |
|
44 LANGUAGE_IDS |
|
45 END |
|
46 |
|
47 USERINCLUDE ../../../Framework/Inc |
|
48 |
|
49 // Component specific internal headers |
|
50 USERINCLUDE ../inc |
|
51 |
|
52 // ADO specific internal headers |
|
53 SYSTEMINCLUDE ../../../../../inc |
|
54 |
|
55 //Macro to /epoc32 headers |
|
56 MW_LAYER_SYSTEMINCLUDE |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY ECOM.LIB |
|
60 LIBRARY cmmanager.lib |
|
61 LIBRARY COMMSDAT.lib |
|
62 LIBRARY CommonEngine.lib |
|
63 LIBRARY cone.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY bafl.lib |
|
66 DEBUGLIBRARY flogger.lib |
|