|
1 /* |
|
2 * Copyright (c) 2002-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 for SWInstSvrUI. |
|
15 * This component is an server application providing S60 specific |
|
16 * UI for software installation. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // INCLUDES |
|
22 #include <platform_paths.hrh> |
|
23 #include <data_caging_paths.hrh> |
|
24 #include "SWInstPrivateUid.h" |
|
25 |
|
26 TARGET SWInstSvrUI.exe |
|
27 EPOCSTACKSIZE 0x5000 |
|
28 EPOCHEAPSIZE 0x1000 0x1000000 |
|
29 TARGETTYPE exe |
|
30 UID 0x100039CE KSWInstSvrUid |
|
31 CAPABILITY CAP_SERVER AllFiles TrustedUI PowerMgmt |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 // Resources |
|
35 |
|
36 START RESOURCE ../Server/Data/SWInstSvrUI.rss |
|
37 HEADER |
|
38 TARGETPATH APP_RESOURCE_DIR |
|
39 LANGUAGE_IDS |
|
40 END |
|
41 |
|
42 START RESOURCE ../Server/Data/SWInstSvrUI_reg.rss |
|
43 DEPENDS swinstsvrui.rsg |
|
44 // Do not change the UID below. |
|
45 TARGETPATH /private/10003a3f/apps |
|
46 END |
|
47 |
|
48 // Sources |
|
49 SOURCEPATH ../Server/Src |
|
50 SOURCE SWInstApplication.cpp |
|
51 SOURCE SWInstAppUi.cpp |
|
52 SOURCE SWInstDocument.cpp |
|
53 SOURCE SWInstServer.cpp |
|
54 SOURCE SWInstSession.cpp |
|
55 SOURCE SWInstServerPanic.cpp |
|
56 SOURCE SWInstRequestObject.cpp |
|
57 SOURCE SWInstInstallRequest.cpp |
|
58 SOURCE SWInstUninstallRequest.cpp |
|
59 SOURCE SWInstRequestStore.cpp |
|
60 |
|
61 // Includes |
|
62 USERINCLUDE . ../Server/Inc ../Client/Inc ../Plugin/Inc ../Plugin/CommonUI/Inc |
|
63 MW_LAYER_SYSTEMINCLUDE |
|
64 |
|
65 // Libraries |
|
66 LIBRARY euser.lib |
|
67 LIBRARY apparc.lib |
|
68 LIBRARY cone.lib |
|
69 LIBRARY eikcore.lib |
|
70 LIBRARY eikcoctl.lib |
|
71 LIBRARY avkon.lib |
|
72 LIBRARY ecom.lib |
|
73 LIBRARY efsrv.lib |
|
74 LIBRARY commonengine.lib |
|
75 LIBRARY caf.lib |
|
76 LIBRARY drmhelper.lib |
|
77 LIBRARY SWInstCommonUI.lib |
|
78 LIBRARY SWInstTaskManager.lib |
|
79 LIBRARY apgrfx.lib |
|
80 LIBRARY sysutil.lib |
|
81 LIBRARY ws32.lib // for RWsSession |
|
82 LIBRARY estor.lib //RDesReadStream |
|
83 |
|
84 SMPSAFE |