|
1 /* |
|
2 * Copyright (c) 2002-2004 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 file for sencredentialmanger |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 #include "../../inc/webservices.hrh" |
|
26 |
|
27 TARGETTYPE DLL |
|
28 |
|
29 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES |
|
30 TARGET SenCredentialManager.dll |
|
31 UID 0x1000008d 0x10274C71 |
|
32 #else |
|
33 TARGET wscredentialmanager.dll |
|
34 UID 0x1000008d 0x101F9747 |
|
35 #endif |
|
36 |
|
37 #ifdef EKA2 |
|
38 #if !defined ( VID_DEFAULT ) |
|
39 VENDORID 0x101FB657 |
|
40 #else |
|
41 VENDORID VID_DEFAULT |
|
42 #endif |
|
43 |
|
44 #if !defined ( CAP_GENERAL_DLL ) |
|
45 CAPABILITY ALL -TCB |
|
46 #else |
|
47 CAPABILITY CAP_GENERAL_DLL |
|
48 #endif |
|
49 #endif |
|
50 |
|
51 SOURCEPATH ../src |
|
52 SOURCE sencredentialmanagerdll.cpp |
|
53 SOURCE sencredentialmanager.cpp |
|
54 SOURCE seninternalcredential.cpp |
|
55 |
|
56 USERINCLUDE ../inc |
|
57 USERINCLUDE ../../wsutils/inc // SenDebug.h - file logging MACROs |
|
58 USERINCLUDE ../../wsframework/inc // MSenCoreServiceManager.h |
|
59 USERINCLUDE ../../wsidentitymanager/inc // MSenIdentityManager.h <= needed by MSenCoreServiceManager.h |
|
60 USERINCLUDE ../../wscore/inc // MSenDAO.h (friend class) |
|
61 USERINCLUDE ../../wslogger/inc |
|
62 |
|
63 MW_LAYER_SYSTEMINCLUDE |
|
64 SYSTEMINCLUDE ../../inc |
|
65 |
|
66 SYSTEMINCLUDE /epoc32/include/ecom |
|
67 SYSTEMINCLUDE /epoc32/include/libc |
|
68 |
|
69 #ifdef __CRYPTO_HW__ |
|
70 SYSTEMINCLUDE /epoc32/include/internal |
|
71 #endif // __CRYPTO_HW__ |
|
72 |
|
73 // System libs |
|
74 LIBRARY euser.lib |
|
75 LIBRARY efsrv.lib // for RFs |
|
76 LIBRARY estor.lib // for RFileWriteStream |
|
77 LIBRARY sysutil.lib // sysutil.h |
|
78 LIBRARY flogger.lib |
|
79 LIBRARY bafl.lib // RStringbase |
|
80 |
|
81 #ifdef __CRYPTO_HW__ |
|
82 #ifndef WINSCW |
|
83 LIBRARY SecEnv.lib |
|
84 #endif //WINSCW |
|
85 #endif // __CRYPTO_HW__ |
|
86 |
|
87 // Symbian XML framework is used since S60 3rd edition (3.0) |
|
88 LIBRARY xmlframework.lib |
|
89 |
|
90 // LibXml2 libraries |
|
91 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES ) |
|
92 LIBRARY XmlEngineDOM.lib |
|
93 #else |
|
94 LIBRARY WsStarXmlEngineDOM.lib |
|
95 #endif |
|
96 |
|
97 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES |
|
98 // SOA for S60 libs |
|
99 LIBRARY SenFragment.lib |
|
100 LIBRARY SenServDesc.lib |
|
101 LIBRARY SenUtils.lib |
|
102 LIBRARY SenFramework.lib |
|
103 LIBRARY SenLogger.lib |
|
104 LIBRARY senxml.lib |
|
105 #else |
|
106 // SOA for S60 libs |
|
107 LIBRARY wsFragment.lib |
|
108 LIBRARY wsServDesc.lib |
|
109 LIBRARY wsUtils.lib |
|
110 LIBRARY wsFramework.lib |
|
111 LIBRARY wsLogger.lib |
|
112 LIBRARY wsxml.lib |
|
113 #endif |
|
114 |
|
115 #if defined(ARMCC) |
|
116 DEFFILE ../eabi/SENCREDENTIALMANAGER.DEF |
|
117 #elif defined(WINSCW) |
|
118 DEFFILE ../BWINSCW/SENCREDENTIALMANAGER.DEF |
|
119 #elif defined(WINS) |
|
120 DEFFILE ../BWINS/SENCREDENTIALMANAGER.DEF |
|
121 #else |
|
122 DEFFILE ../BMARM/SENCREDENTIALMANAGER.DEF |
|
123 #endif |
|
124 |
|
125 SMPSAFE |
|
126 |