|
1 /* |
|
2 * Copyright (c) 2005-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: multiselectionui project definition 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> |
|
26 |
|
27 TARGET upnpmultiselectionui.dll |
|
28 TARGETTYPE dll |
|
29 UID 0x100000D8 0x200009E8 |
|
30 |
|
31 VENDORID VID_DEFAULT |
|
32 CAPABILITY CAP_GENERAL_DLL |
|
33 |
|
34 // SIS installation + IAD support |
|
35 VERSION 10.1 |
|
36 paged |
|
37 |
|
38 // Include paths |
|
39 MW_LAYER_SYSTEMINCLUDE |
|
40 UPNP_LOC_INCLUDE_PATH_COMPONENT |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../../inc |
|
44 |
|
45 START RESOURCE ../data/cupnpmultiselectionui.rss |
|
46 HEADER |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 SOURCEPATH ../src |
|
52 |
|
53 SOURCE upnpmultiselectionutility.cpp |
|
54 SOURCE cupnpmultiselectionui.cpp |
|
55 SOURCE upnpappmultiselectiondialog.cpp |
|
56 SOURCE upnpappmultiselectionpopup.cpp |
|
57 |
|
58 LIBRARY AknIcon.lib |
|
59 LIBRARY aknlayout.lib |
|
60 LIBRARY AknLayout2Scalable.lib |
|
61 LIBRARY AKNSKINS.lib |
|
62 LIBRARY apparc.lib |
|
63 LIBRARY avkon.lib |
|
64 LIBRARY charconv.lib |
|
65 LIBRARY CommonEngine.lib |
|
66 LIBRARY cone.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY egul.lib |
|
69 LIBRARY eikcoctl.lib |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY eikctl.lib |
|
72 LIBRARY eikdlg.lib |
|
73 LIBRARY euser.lib |
|
74 LIBRARY fbscli.lib |
|
75 LIBRARY featmgr.lib |
|
76 LIBRARY gdi.lib |
|
77 LIBRARY hlplch.lib |
|
78 LIBRARY ws32.lib |
|
79 |
|
80 // ecom |
|
81 LIBRARY ecom.lib |
|
82 |
|
83 // string.h |
|
84 LIBRARY upnpipserversutils.lib |
|
85 |
|
86 // rpointerarray tdesc16 |
|
87 LIBRARY bafl.lib |
|
88 |
|
89 // esock |
|
90 LIBRARY esock.lib |
|
91 |
|
92 // filesharingengine |
|
93 LIBRARY upnpapplicationengine.lib |
|
94 |
|
95 // pathinfo:: |
|
96 LIBRARY PlatformEnv.lib |
|
97 |
|
98 DEBUGLIBRARY flogger.lib |
|
99 |
|
100 // End of file |