|
1 /* |
|
2 * Copyright (c) 2005-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: Rights classes build configuration |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DrmRights.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x10205CAE |
|
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 ../../../inc // ADo level inc dir |
|
38 |
|
39 // Default system include paths for middleware layer modules. |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/libc |
|
42 SYSTEMINCLUDE /epoc32/include/ecom |
|
43 SYSTEMINCLUDE /epoc32/include/caf |
|
44 |
|
45 SOURCEPATH ../RO/src |
|
46 SOURCE DrmRights.cpp |
|
47 SOURCE DrmPermission.cpp |
|
48 SOURCE DrmConstraint.cpp |
|
49 SOURCE DrmAsset.cpp |
|
50 |
|
51 LIBRARY drmcrypto.lib |
|
52 LIBRARY euser.lib XmlFramework.lib hash.lib |
|
53 LIBRARY estor.lib efsrv.lib apmime.lib InetProtUtil.lib bnf.lib |
|
54 LIBRARY cryptography.lib random.lib bafl.lib charconv.lib |
|
55 |
|
56 #if defined(ARMCC) |
|
57 deffile ../eabi/ |
|
58 #elif defined( WINSCW ) |
|
59 deffile ../bwinscw/ |
|
60 #elif defined( WINS ) |
|
61 deffile ../bwins/ |
|
62 #else |
|
63 deffile ../bmarm/ |
|
64 #endif |
|
65 |
|
66 SMPSAFE |