equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: Project definition file for vod plug-in* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <bldvariant.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 #include "../inc/vcxhgvodplugin.hrh" |
|
25 |
|
26 TARGET vcxhgvodplugin.dll |
|
27 TARGETTYPE PLUGIN |
|
28 UID 0x10009D8D KVcxHgVodPluginImplementationId |
|
29 |
|
30 CAPABILITY CAP_ECOM_PLUGIN -AllFiles |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE vcxhgvodplugin.cpp |
|
35 SOURCE vcxhgvodpluginproxy.cpp |
|
36 |
|
37 START RESOURCE ../data/vcxhgvodplugin.rss |
|
38 TARGET vcxhgvodplugin.rsc |
|
39 END |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../../hgvodui/inc |
|
43 USERINCLUDE ../../viewmessageutility/inc |
|
44 USERINCLUDE ../../vccommon/conf |
|
45 USERINCLUDE ../../utils/inc |
|
46 |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY apparc.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY eikcore.lib |
|
53 LIBRARY avkon.lib |
|
54 LIBRARY ecom.lib |
|
55 LIBRARY mpxviewplugin.lib |
|
56 LIBRARY vcxhgvodui.lib |