|
1 /* |
|
2 * Copyright (c) 2002-2009 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: Server side implementation |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DcfRepSrv.exe |
|
22 TARGETTYPE EXE |
|
23 |
|
24 UID 0x1000008d 0x10205CA8 |
|
25 CAPABILITY CAP_SERVER ALLFILES PowerMgmt |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 //macro _DRM_TESTING |
|
29 |
|
30 SOURCEPATH ../DcfRepository/server/src |
|
31 SOURCE DcfRepSrv.cpp |
|
32 SOURCE DcfRepSrvSes.cpp |
|
33 SOURCE FileScan.cpp |
|
34 SOURCE Pair.cpp |
|
35 SOURCE SearchLeaf.cpp |
|
36 |
|
37 SOURCEPATH ../utils/src |
|
38 SOURCE procwatcher.cpp |
|
39 |
|
40 |
|
41 USERINCLUDE ../DcfRepository/server/inc |
|
42 USERINCLUDE ../DcfRepository/common |
|
43 USERINCLUDE ../utils/inc |
|
44 USERINCLUDE ../../../inc // ADo level inc dir |
|
45 |
|
46 // Default system include paths for middleware layer modules. |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 LIBRARY caf.lib //caf |
|
50 LIBRARY euser.lib |
|
51 LIBRARY estor.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY edbms.lib //database |
|
54 LIBRARY drmdcf.lib // Oma2Dcf |
|
55 LIBRARY cafutils.lib |
|
56 LIBRARY flogger.lib // debug logging |
|
57 LIBRARY StarterClient.lib // shutdown |
|
58 |
|
59 #ifdef RD_MULTIPLE_DRIVE |
|
60 LIBRARY platformenv.lib |
|
61 #endif |
|
62 |
|
63 SMPSAFE |