|
1 /* |
|
2 * Copyright (c) 2002-2006 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 interfaces build configuration |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DrmServerInterfaces.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x101F6DB5 |
|
24 CAPABILITY CAP_GENERAL_DLL DRM CommDD |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 USERINCLUDE ../DCF/inc |
|
28 USERINCLUDE ../RO/inc |
|
29 USERINCLUDE ../ROAP/inc |
|
30 USERINCLUDE ../Utils/inc |
|
31 USERINCLUDE ../DM/inc |
|
32 USERINCLUDE ../Legacy/inc |
|
33 USERINCLUDE ../AgentV2/inc |
|
34 USERINCLUDE ../Server/inc |
|
35 USERINCLUDE ../Notifier/inc |
|
36 USERINCLUDE ../RoapStorage/inc |
|
37 USERINCLUDE ../DrmClock/inc |
|
38 #ifdef __DRM_FULL |
|
39 USERINCLUDE ../../DRMHelper/inc |
|
40 #endif |
|
41 USERINCLUDE ../../../inc // ADo level inc dir |
|
42 |
|
43 // Default system include paths for middleware layer modules. |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 SYSTEMINCLUDE /epoc32/include/libc |
|
46 SYSTEMINCLUDE /epoc32/include/ecom |
|
47 SYSTEMINCLUDE /epoc32/include/caf |
|
48 |
|
49 SOURCEPATH ../Server/src |
|
50 SOURCE DRMRightsClient.cpp |
|
51 |
|
52 SOURCEPATH ../Notifier/src |
|
53 SOURCE DRMEvent.cpp |
|
54 SOURCE DRMEventAddRemove.cpp |
|
55 SOURCE DRMEventModify.cpp |
|
56 SOURCE DRMEventTimeChange.cpp |
|
57 SOURCE DRMNotifier.cpp |
|
58 SOURCE DRMEventHandler.cpp |
|
59 SOURCE DRMNotifierClient.cpp |
|
60 |
|
61 SOURCEPATH ../RoapStorage/src |
|
62 SOURCE DrmDomainContext.cpp |
|
63 SOURCE DrmRiContext.cpp |
|
64 SOURCE RoapStorageClient.cpp |
|
65 |
|
66 SOURCEPATH ../DRMClock/src |
|
67 SOURCE DRMClockClient2.cpp |
|
68 |
|
69 #ifdef __DRM_FULL |
|
70 SOURCEPATH ../../DRMHelper/src |
|
71 SOURCE RDRMHelper.cpp |
|
72 #endif |
|
73 |
|
74 LIBRARY x509.lib asn1.lib ecom.lib x500.lib crypto.lib |
|
75 LIBRARY drmcrypto.lib drmrights.lib flogger.lib |
|
76 LIBRARY euser.lib XmlFramework.lib hash.lib |
|
77 LIBRARY estor.lib efsrv.lib apmime.lib InetProtUtil.lib bnf.lib |
|
78 LIBRARY cryptography.lib random.lib bafl.lib charconv.lib |
|
79 |
|
80 #if defined(ARMCC) |
|
81 deffile ../eabi/ |
|
82 #elif defined( WINSCW ) |
|
83 deffile ../bwinscw/ |
|
84 #elif defined( WINS ) |
|
85 deffile ../bwins/ |
|
86 #else |
|
87 deffile ../bmarm/ |
|
88 #endif |
|
89 |
|
90 SMPSAFE |