|
1 /* |
|
2 * Copyright (c) 2006-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: Project file for upnp settings wizard |
|
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 upnpappwizard.dll |
|
28 TARGETTYPE dll |
|
29 UID 0x100000D8 0x200009E7 |
|
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/cupnpappwizard.rss |
|
46 HEADER |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 SOURCEPATH ../src |
|
52 |
|
53 SOURCE cupnpappwizard.cpp |
|
54 |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY apparc.lib |
|
58 LIBRARY cone.lib |
|
59 LIBRARY eikcore.lib |
|
60 LIBRARY eikcoctl.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY aknlayout.lib |
|
63 LIBRARY AKNSKINS.lib |
|
64 LIBRARY AknIcon.lib |
|
65 LIBRARY AknLayout2Scalable.lib |
|
66 LIBRARY eikctl.lib |
|
67 LIBRARY eikdlg.lib |
|
68 LIBRARY featmgr.lib |
|
69 LIBRARY egul.lib |
|
70 LIBRARY CommonEngine.lib |
|
71 LIBRARY fbscli.lib |
|
72 LIBRARY efsrv.lib |
|
73 LIBRARY hlplch.lib |
|
74 LIBRARY gdi.lib |
|
75 LIBRARY commdb.lib |
|
76 LIBRARY apengine.lib |
|
77 LIBRARY ecom.lib |
|
78 LIBRARY bafl.lib |
|
79 LIBRARY esock.lib |
|
80 |
|
81 // upnp stack |
|
82 LIBRARY upnpipserversutils.lib |
|
83 |
|
84 // upnp framework |
|
85 LIBRARY upnpapplicationengine.lib |
|
86 LIBRARY upnpsettingsengine.lib |
|
87 LIBRARY upnpmultiselectionui.lib |
|
88 |
|
89 |
|
90 DEBUGLIBRARY flogger.lib |
|
91 |
|
92 // End of file |