equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-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: DRM Std Key Storage Module |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DrmStdKeyStorage.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x10205CAF |
|
24 CAPABILITY CAP_GENERAL_DLL DRM CommDD |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 USERINCLUDE ../keystorage/inc |
|
28 USERINCLUDE ../utils/inc |
|
29 USERINCLUDE ../../../inc // ADo level inc dir |
|
30 |
|
31 // Default system include paths for middleware layer modules. |
|
32 MW_LAYER_SYSTEMINCLUDE |
|
33 SYSTEMINCLUDE /epoc32/include/libc |
|
34 SYSTEMINCLUDE /epoc32/include/ecom |
|
35 |
|
36 SOURCEPATH ../keystorage/src |
|
37 SOURCE DrmStdKeyStorage.cpp |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY asn1.lib |
|
42 LIBRARY cryptography.lib |
|
43 LIBRARY crypto.lib |
|
44 LIBRARY x500.lib |
|
45 LIBRARY x509.lib |
|
46 LIBRARY pkixcert.lib |
|
47 LIBRARY random.lib |
|
48 LIBRARY hash.lib |
|
49 LIBRARY etel.lib |
|
50 LIBRARY etelmm.lib |
|
51 LIBRARY flogger.lib |
|
52 LIBRARY featmgr.lib |
|
53 |
|
54 #ifdef RD_MULTIPLE_DRIVE |
|
55 LIBRARY platformenv.lib |
|
56 #endif |
|
57 |
|
58 #if defined(ARMCC) |
|
59 deffile ../eabi/ |
|
60 #elif defined( WINSCW ) |
|
61 deffile ../bwinscw/ |
|
62 #elif defined( WINS ) |
|
63 deffile ../bwins/ |
|
64 #else |
|
65 deffile ../bmarm/ |
|
66 #endif |
|
67 |
|
68 SMPSAFE |