|
1 /* |
|
2 * Copyright (c) 2005-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: Common UI Project specification file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // For compatibility with S60 3.2 and IAD branch |
|
20 #include "../../../group/upnpplatformvar.hrh" |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET upnpcommonui.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x10208A1A |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 |
|
30 // SIS installation + IAD support |
|
31 VERSION 10.1 |
|
32 paged |
|
33 |
|
34 // Include paths |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../../inc |
|
37 USERINCLUDE ../../../inc |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 UPNP_LOC_INCLUDE_PATH_COMPONENT |
|
41 |
|
42 START RESOURCE ../data/upnpcommonui.rss |
|
43 HEADER |
|
44 TARGETPATH RESOURCE_FILES_DIR |
|
45 LANGUAGE_IDS |
|
46 END |
|
47 |
|
48 SOURCEPATH ../src |
|
49 SOURCE upnpexternaldevicedialog.cpp |
|
50 SOURCE upnpbrowsecacheitem.cpp |
|
51 SOURCE upnpbrowsedialog.cpp |
|
52 SOURCE upnpselectiondialog.cpp |
|
53 SOURCE upnpcommonui.cpp |
|
54 SOURCE upnpvideoplayerdialog.cpp |
|
55 SOURCE upnpnavipanecontainer.cpp |
|
56 SOURCE upnpadvfinddialog.cpp |
|
57 SOURCE upnpadvfindlist.cpp |
|
58 SOURCE upnpimageplayer.cpp |
|
59 SOURCE upnpadvfindresultwindow.cpp |
|
60 SOURCE upnplocalplayer.cpp |
|
61 |
|
62 // Core platform and UI |
|
63 LIBRARY euser.lib |
|
64 LIBRARY apparc.lib |
|
65 LIBRARY cone.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY eikcore.lib |
|
68 LIBRARY eikcoctl.lib |
|
69 LIBRARY avkon.lib |
|
70 LIBRARY aknlayout.lib |
|
71 LIBRARY AKNSKINS.lib |
|
72 LIBRARY AknIcon.lib |
|
73 LIBRARY AknLayout2Scalable.lib |
|
74 LIBRARY eikctl.lib |
|
75 LIBRARY eikdlg.lib |
|
76 LIBRARY featmgr.lib |
|
77 LIBRARY egul.lib |
|
78 LIBRARY CommonEngine.lib |
|
79 LIBRARY fbscli.lib |
|
80 LIBRARY efsrv.lib |
|
81 LIBRARY hlplch.lib |
|
82 LIBRARY gdi.lib |
|
83 LIBRARY apsettingshandlerui.lib |
|
84 LIBRARY apengine.lib |
|
85 LIBRARY aknskinsrv.lib |
|
86 LIBRARY CommonDialogs.lib |
|
87 LIBRARY PlatformEnv.lib |
|
88 LIBRARY commdb.lib |
|
89 LIBRARY ServiceHandler.lib |
|
90 LIBRARY commonui.lib |
|
91 LIBRARY apmime.lib //TDataType |
|
92 LIBRARY charconv.lib |
|
93 LIBRARY remconcoreapi.lib |
|
94 LIBRARY remconinterfacebase.lib |
|
95 |
|
96 // ECom |
|
97 library ecom.lib |
|
98 |
|
99 // S60 Upnp Stack |
|
100 LIBRARY upnpipserversutils.lib |
|
101 LIBRARY upnpavobjects.lib |
|
102 LIBRARY avmediaserverclient.lib |
|
103 |
|
104 // Upnp Framework |
|
105 LIBRARY upnputilities.lib |
|
106 LIBRARY upnpavcontrollerclient.lib |
|
107 LIBRARY upnpavcontrollerhelper.lib |
|
108 LIBRARY upnpfiletransferengine.lib |
|
109 LIBRARY upnpmusicadapter.lib |
|
110 LIBRARY upnpxmlparser.lib |
|
111 LIBRARY upnpsettingsengine.lib |
|
112 |
|
113 // Logging |
|
114 DEBUGLIBRARY flogger.lib |
|
115 |
|
116 // End of file |