|
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: Makefile of hspsThemeServer |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../../inc/hsps_builds_cfg.hrh" |
|
21 #include "../../inc/hsps_log_cfg.hrh" |
|
22 |
|
23 TARGET hspsthemeserver.exe |
|
24 |
|
25 targettype exe |
|
26 |
|
27 UID 0x1000008d 0x200159C0 |
|
28 CAPABILITY ALL -tcb -DRM |
|
29 VENDORID VID_DEFAULT |
|
30 SECUREID 0x200159C0 |
|
31 |
|
32 epocheapsize 0x1000 0x400000 // 4KB - 4 MB |
|
33 EPOCSTACKSIZE 0x5000 |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE hspsthemeserver.cpp |
|
37 SOURCE hspsthemeserversession.cpp |
|
38 SOURCE hspsinstallationhandler.cpp |
|
39 SOURCE hspsmaintenancehandler.cpp |
|
40 SOURCE hspsclientrequesthandler.cpp |
|
41 SOURCE hspssecurityenforcer.cpp |
|
42 SOURCE hspsfilechangelistener.cpp |
|
43 SOURCE hspscenreplistener.cpp |
|
44 #ifndef __DISABLE_SISX_INSTALLATION_ |
|
45 SOURCE hspsautoinstaller.cpp |
|
46 #endif //__DISABLE_SISX_INSTALLATION_ |
|
47 #ifdef _hsps_EMULATOR_SUPPORT_ |
|
48 SOURCE hspsfilechangelisteneremu.cpp |
|
49 #endif //_hsps_EMULATOR_SUPPORT_ |
|
50 SOURCE hspsserverutil.cpp |
|
51 SOURCE hspsrominstaller.cpp |
|
52 SOURCE hspsbrobserver.cpp |
|
53 SOURCE hspsbrhandler.cpp |
|
54 SOURCE hspsinstaller.cpp |
|
55 #if defined(WINSCW) || defined(__WINS__) |
|
56 SOURCE hspsfamilylistener.cpp |
|
57 #endif |
|
58 |
|
59 USERINCLUDE . |
|
60 USERINCLUDE ../inc |
|
61 USERINCLUDE ../../inc |
|
62 |
|
63 MW_LAYER_SYSTEMINCLUDE |
|
64 SYSTEMINCLUDE /epoc32/include/xml |
|
65 SYSTEMINCLUDE /epoc32/include/connect |
|
66 |
|
67 LIBRARY hal.lib // monitoring memory etc. |
|
68 LIBRARY euser.lib // CBase etc. |
|
69 LIBRARY efsrv.lib // file manager |
|
70 LIBRARY bafl.lib // descriptors |
|
71 LIBRARY estor.lib // streamstores |
|
72 LIBRARY centralrepository.lib |
|
73 LIBRARY apmime.lib // MIME-support |
|
74 LIBRARY xmlframework.lib |
|
75 LIBRARY charconv.lib // utf-unicode |
|
76 LIBRARY sysutil.lib // sysutil:: |
|
77 LIBRARY hspsdefrep.lib |
|
78 LIBRARY hspsodt.lib |
|
79 LIBRARY hspsresource.lib |
|
80 LIBRARY hspsresult.lib |
|
81 LIBRARY hspsdomdocument.lib |
|
82 LIBRARY hspsdefinitionengineinterface.lib |
|
83 LIBRARY ecom.lib // definition engine |
|
84 #ifdef _hsps_DEBUG_ |
|
85 LIBRARY flogger.lib |
|
86 #endif // _hsps_DEBUG_ |
|
87 LIBRARY sysversioninfo.lib |
|
88 LIBRARY abclient.lib |
|
89 #if defined(WINSCW) || defined(__WINS__) |
|
90 LIBRARY ws32.lib // RWsSession |
|
91 LIBRARY featmgr.lib // FeatureManager |
|
92 #endif // defined(WINSCW) |
|
93 |
|
94 LANG SC |
|
95 |
|
96 |