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 "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 definition file for Profiles application |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET profileapp.exe |
|
24 EPOCSTACKSIZE 0x5000 |
|
25 EPOCHEAPSIZE 0x20000 0x400000 // Min 128kb, max 4Mb |
|
26 TARGETTYPE exe |
|
27 |
|
28 UID 0x100039CE 0x100058F8 |
|
29 CAPABILITY CAP_APPLICATION |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../UIsrc |
|
33 |
|
34 SOURCE CProfileApplication_SEC_APPARC.cpp |
|
35 SOURCE CProfileAppUi.cpp |
|
36 SOURCE CProfileDocument.cpp |
|
37 SOURCE CProfileMainView.cpp |
|
38 SOURCE CProfileMainContainer.cpp |
|
39 SOURCE CProfileSettingsView.cpp |
|
40 |
|
41 SYSTEMINCLUDE ../SettingsViewInc ../SettingsViewSrc |
|
42 |
|
43 START RESOURCE ProfileApp.rss |
|
44 HEADER |
|
45 TARGETPATH APP_RESOURCE_DIR |
|
46 LANGUAGE_IDS |
|
47 END // RESOURCE |
|
48 |
|
49 SOURCEPATH . |
|
50 START RESOURCE ProfileApp_reg.rss |
|
51 DEPENDS profileapp.rsg |
|
52 // Do not change the UID |
|
53 TARGETPATH /private/10003a3f/apps |
|
54 END // RESOURCE |
|
55 |
|
56 USERINCLUDE . ../UIsrc |
|
57 SYSTEMINCLUDE ../../../inc |
|
58 |
|
59 APP_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 LIBRARY euser.lib bafl.lib |
|
62 LIBRARY apparc.lib cone.lib eikcore.lib eikcoctl.lib avkon.lib eikctl.lib |
|
63 LIBRARY featmgr.lib // Feature Manager |
|
64 LIBRARY profileeng.lib // Profile Engine |
|
65 LIBRARY hlplch.lib // Help |
|
66 LIBRARY profilesettingsview.lib // Profiles application settings view |
|
67 LIBRARY commonengine.lib // StringLoader |
|
68 |
|
69 |
|
70 |
|
71 // End of File |
|