|
1 /* |
|
2 * Copyright (c) 2002 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 the License "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: |
|
15 * Project description file for the Scheme Handler App |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 #include <platform/mw/SchemeDefs.hrh> |
|
23 #include <data_caging_paths.hrh> |
|
24 #include <bldvariant.hrh> |
|
25 #include <platform/mw/Browser_platform_variant.hrh> |
|
26 |
|
27 TARGET SchemeApp.exe |
|
28 EPOCSTACKSIZE 0x5000 |
|
29 TARGETTYPE exe |
|
30 |
|
31 UID 0x100039ce SCHEME_APP_UID |
|
32 TARGETPATH /system/apps/SchemeApp |
|
33 |
|
34 CAPABILITY CAP_APPLICATION NetworkControl |
|
35 |
|
36 epocstacksize 0x5000 |
|
37 |
|
38 SOURCEPATH ../src |
|
39 |
|
40 // Test application. |
|
41 SOURCE SchemeApp.cpp |
|
42 SOURCE SchemeAppUi.cpp |
|
43 SOURCE SchemeDocument.cpp |
|
44 SOURCE SchemeDialog.cpp |
|
45 |
|
46 |
|
47 START RESOURCE ../data/SchemeApp.rss |
|
48 HEADER |
|
49 TARGETPATH APP_RESOURCE_DIR |
|
50 LANGUAGE_IDS |
|
51 END // RESOURCE |
|
52 |
|
53 USERINCLUDE ../inc |
|
54 |
|
55 MW_LAYER_SYSTEMINCLUDE |
|
56 MW_LAYER_ECOM_SYSTEMINCLUDE |
|
57 |
|
58 LIBRARY apparc.lib |
|
59 LIBRARY avkon.lib |
|
60 LIBRARY cone.lib |
|
61 LIBRARY eikcore.lib |
|
62 LIBRARY euser.lib |
|
63 LIBRARY eikcoctl.lib |
|
64 LIBRARY eikdlg.lib |
|
65 LIBRARY ecom.lib |
|
66 LIBRARY COMMONUI.lib |
|
67 LIBRARY estor.lib |
|
68 LIBRARY ServiceHandler.lib |
|
69 |
|
70 VENDORID VID_DEFAULT |
|
71 |
|
72 // Define this macro is you wish to enable logging |
|
73 //#define __TEST_SCHEMEAPP_LOG_ENABLED |
|
74 |
|
75 #ifdef __TEST_SCHEMEAPP_LOG_ENABLED |
|
76 MACRO __SCHEMEAPP_LOG__ |
|
77 DEBUGLIBRARY flogger.lib |
|
78 #endif // __TEST_SCHEMEAPP_LOG_ENABLED |
|
79 |
|
80 START RESOURCE ../data/SchemeApp_reg.rss |
|
81 DEPENDS schemeapp.rsg |
|
82 // Do not change the UID below. |
|
83 TARGETPATH /private/10003a3f/apps |
|
84 END |