|
1 /* |
|
2 * Copyright (c) 2007 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 diagresultsdatabaseserver.exe |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 |
|
23 TARGET diagresultsdatabaseserver.exe |
|
24 TARGETTYPE exe |
|
25 |
|
26 UID 0x1000008d 0x10282CD9 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 CAPABILITY CAP_SERVER |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE diagresultsdbserver.cpp |
|
33 SOURCE diagresultsdbsession.cpp |
|
34 SOURCE diagresultsdbtestrecordsubsession.cpp |
|
35 SOURCE diagresultsdbstore.cpp |
|
36 SOURCE diagresultsdbtestrecord.cpp |
|
37 SOURCE diagresultsdbtestrecordhandle.cpp |
|
38 |
|
39 SOURCEPATH ../../client/src |
|
40 SOURCE diagresultsdatabasetestrecordInfo.cpp |
|
41 |
|
42 USERINCLUDE . |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../common |
|
45 USERINCLUDE ../../client/inc |
|
46 |
|
47 // MW Common System Include. |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY efsrv.lib |
|
52 LIBRARY estor.lib |
|
53 LIBRARY flogger.lib |
|
54 LIBRARY diagresultsdatabase.lib //common items |
|
55 LIBRARY drmserviceapi.lib |
|
56 LIBRARY sysutil.lib centralrepository.lib |
|
57 |
|
58 EPOCSTACKSIZE 0x4000 |
|
59 //EPOCHEAPSIZE 0x1000 0x400000 |
|
60 |
|
61 |