mpxplugins/viewplugins/plugins/upnpbrowsedialogplugin/group/mpxupnpbrowsedialogplugin.mmp
equal
deleted
inserted
replaced
|
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 definition file for project mpxupnpbrowsedialogplugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <bldvariant.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET mpxupnpbrowsedialogplugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x101FFC95 |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 VERSION 15.0 |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE mpxupnpbrowsedialogpluginproxy.cpp |
|
35 SOURCE mpxupnpbrowsedialogplugin.cpp |
|
36 |
|
37 START RESOURCE ../data/101FFC95.rss |
|
38 TARGET mpxupnpbrowsedialogplugin.rsc |
|
39 END // RESOURCE |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../../../inc |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY apparc.lib |
|
48 LIBRARY cone.lib |
|
49 LIBRARY eikcore.lib |
|
50 LIBRARY avkon.lib |
|
51 LIBRARY ecom.lib |
|
52 LIBRARY mpxviewplugin.lib |
|
53 LIBRARY mpxupnpbrowsedialog.lib |
|
54 |
|
55 // End of File |