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 TARGET vcxnsscheduleplugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x2001B2B0 |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN -AllFiles |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE vcxnsscheduleplugin.cpp |
|
33 SOURCE vcxnsschedulepluginproxy.cpp |
|
34 |
|
35 |
|
36 START RESOURCE ../data/vcxnsscheduleplugin.rss |
|
37 TARGET vcxnsscheduleplugin.rsc |
|
38 END |
|
39 |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../../utils/inc |
|
43 USERINCLUDE ../../vcnsscheduleview/inc |
|
44 USERINCLUDE ../../vccommon/conf |
|
45 |
|
46 APP_LAYER_SYSTEMINCLUDE |
|
47 |
|
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 vcxnsscheduleview.lib |