equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2005 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <platform/mw/aisystemuids.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET homescreen.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x100039CE AI_UID3_AIFW_EXE |
|
25 SECUREID AI_SID_AIFW_EXE |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 CAPABILITY CAP_APPLICATION PowerMgmt NetworkControl TrustedUI |
|
29 |
|
30 EPOCSTACKSIZE 0x5000 |
|
31 EPOCHEAPSIZE 0x300000 0xC00000 |
|
32 |
|
33 SOURCEPATH ../src/framework |
|
34 SOURCE main.cpp |
|
35 |
|
36 START RESOURCE homescreen.rss |
|
37 HEADER |
|
38 TARGETPATH APP_RESOURCE_DIR |
|
39 LANGUAGE_IDS |
|
40 END |
|
41 |
|
42 START RESOURCE homescreen_reg.rss |
|
43 TARGETPATH /private/10003a3f/apps |
|
44 END |
|
45 |
|
46 USERINCLUDE . |
|
47 USERINCLUDE ../inc/common |
|
48 USERINCLUDE ../inc/framework |
|
49 |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY apparc.lib |
|
54 LIBRARY aifw.lib |
|
55 LIBRARY eikcore.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY flogger.lib |
|
58 |