equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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 specification file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET msappwizard.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x100000D8 0x1028290A |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 // host process needs this size |
|
29 EPOCSTACKSIZE 65536 |
|
30 |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // Include paths |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../loc |
|
36 |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 USERINCLUDE ../../../../inc |
|
39 |
|
40 START RESOURCE ../data/cmsappwizard.rss |
|
41 HEADER |
|
42 TARGETPATH APP_RESOURCE_DIR |
|
43 LANGUAGE_IDS |
|
44 END // RESOURCE |
|
45 |
|
46 SOURCEPATH ../src |
|
47 |
|
48 SOURCE cmsappwizard.cpp |
|
49 SOURCE cmsmultiselectionpopup.cpp |
|
50 SOURCE cmsselectionstorage.cpp |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY apparc.lib |
|
54 LIBRARY cone.lib |
|
55 LIBRARY eikcore.lib |
|
56 LIBRARY eikcoctl.lib |
|
57 LIBRARY avkon.lib |
|
58 LIBRARY AKNSKINS.lib |
|
59 LIBRARY AknIcon.lib |
|
60 LIBRARY eikdlg.lib |
|
61 LIBRARY efsrv.lib |
|
62 LIBRARY egul.lib |
|
63 LIBRARY CommonEngine.lib |
|
64 LIBRARY msengine.lib |
|
65 LIBRARY cmcommon.lib |
|
66 LIBRARY cmsettingsengine.lib |
|
67 LIBRARY commdb.lib |
|
68 LIBRARY upnpavcontrollerclient.lib |
|
69 LIBRARY bafl.lib |
|
70 LIBRARY ecom.lib |
|
71 LIBRARY charconv.lib // ConvertToUnicodeFromUtf8 |
|
72 |
|
73 // Logging |
|
74 DEBUGLIBRARY flogger.lib |
|
75 |
|
76 |
|
77 |
|
78 |
|
79 // End of file |