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: upnp settings plugin project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 // For compatibility with S60 3.2 and IAD branch |
|
24 #include "../../../group/upnpplatformvar.hrh" |
|
25 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 TARGET upnpgsplugin.dll |
|
29 TARGETTYPE PLUGIN |
|
30 UID 0x10009D8D 0x20009CAF |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // System include paths |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 UPNP_LOC_INCLUDE_PATH_COMPONENT |
|
36 |
|
37 //User include paths |
|
38 USERINCLUDE ../inc |
|
39 USERINCLUDE ../../../inc |
|
40 |
|
41 SOURCEPATH ../data |
|
42 START RESOURCE 20009CAF.rss |
|
43 TARGET upnpgsplugin.rsc |
|
44 TARGETPATH ECOM_RESOURCE_DIR |
|
45 END |
|
46 |
|
47 SOURCEPATH ../data |
|
48 START RESOURCE upnpgspluginrsc.rss |
|
49 HEADER |
|
50 TARGETPATH RESOURCE_FILES_DIR |
|
51 LANGUAGE_IDS |
|
52 END |
|
53 |
|
54 SOURCEPATH ../src |
|
55 SOURCE upnpappsettingslist.cpp |
|
56 SOURCE upnpappsettingitemhomeiap.cpp |
|
57 SOURCE upnpappsettingitemmydevicename.cpp |
|
58 SOURCE upnpsettingitemmemoryselection.cpp |
|
59 SOURCE upnpgspluginimplementationtable.cpp |
|
60 SOURCE upnpgspluginview.cpp |
|
61 |
|
62 LIBRARY euser.lib |
|
63 LIBRARY ecom.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY avkon.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY cone.lib |
|
68 LIBRARY eikcoctl.lib |
|
69 LIBRARY eikcore.lib |
|
70 LIBRARY egul.lib |
|
71 LIBRARY eikdlg.lib // eikon dialogs |
|
72 LIBRARY upnpcontentserverclient.lib |
|
73 LIBRARY upnpapplicationengine.lib |
|
74 LIBRARY commondialogs.lib // CAknMemorySelectionDialog |
|
75 |
|
76 LIBRARY upnpavcontrollerclient.lib |
|
77 LIBRARY upnpsettingsengine.lib |
|
78 LIBRARY upnputilities.lib // IsAccesPointValidL |
|
79 LIBRARY upnpipserversutils.lib |
|
80 LIBRARY commdb.lib // used in upnpsettingitemhomeiap |
|
81 |
|
82 LIBRARY CommonEngine.lib // For RConeResourceLoader |
|
83 LIBRARY featmgr.lib // Feature manager |
|
84 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
85 LIBRARY AKNSKINS.lib // for enhanced skinning |
|
86 LIBRARY hlplch.lib // for "Help" options menu |
|
87 LIBRARY GSFramework.lib // For base classes |
|
88 LIBRARY GSListBox.lib // For CGSListBoxItemTextArray |
|
89 LIBRARY flogger.lib // For GSLogger |
|
90 LIBRARY GSEcomPlugin.lib |
|
91 LIBRARY PlatformEnv.lib |
|
92 LIBRARY apengine.lib |
|
93 LIBRARY aknlayout.LIB |
|
94 LIBRARY AknIcon.lib |
|
95 LIBRARY cmmanager.lib |
|
96 |
|
97 // End of File |
|