|
1 /* |
|
2 * Copyright (c) 2008 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 wsovi |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 #include "../../inc/webservices.hrh" |
|
23 |
|
24 |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 TARGET wsovi.dll |
|
28 UID 0x10009D8D 0x101F9759 |
|
29 |
|
30 #if !defined ( VID_DEFAULT ) |
|
31 VENDORID 0x101FB657 |
|
32 #else |
|
33 VENDORID VID_DEFAULT |
|
34 #endif |
|
35 |
|
36 #if !defined ( CAP_ECOM_PLUGIN ) |
|
37 CAPABILITY ALL -TCB |
|
38 #else |
|
39 CAPABILITY CAP_ECOM_PLUGIN |
|
40 #endif |
|
41 |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE wsovihandlercontext.cpp |
|
45 SOURCE wsovimessagecontext.cpp |
|
46 SOURCE wsoviplugin.cpp |
|
47 SOURCE wsoviproxy.cpp |
|
48 SOURCE wsoviregisterhandler.cpp |
|
49 SOURCE wsoviservicesession.cpp |
|
50 SOURCE wsovisessionconsumer.cpp |
|
51 SOURCE wsovisessioncontext.cpp |
|
52 SOURCE wsovioauthclient.cpp |
|
53 SOURCE wsovivalidatehandler.cpp |
|
54 SOURCE wsovidevicehandler.cpp |
|
55 SOURCE wsovisecurityhandler.cpp |
|
56 SOURCE wsovicredentialcollectorhandler.cpp |
|
57 SOURCE wsoviencoderhandler.cpp |
|
58 SOURCE wsovitokencreationresponse.cpp |
|
59 SOURCE wsovicredentialobserver.cpp |
|
60 SOURCE wsoviutils.cpp |
|
61 SOURCE wsoviserviceupdatehandler.cpp |
|
62 SOURCE wsovierrorresponse.cpp |
|
63 |
|
64 |
|
65 SOURCEPATH ../data |
|
66 START RESOURCE 101F9759.rss |
|
67 #ifdef SYMBIAN_SECURE_ECOM |
|
68 TARGET wsovi.rsc |
|
69 #endif |
|
70 END |
|
71 |
|
72 MW_LAYER_SYSTEMINCLUDE |
|
73 USERINCLUDE ../inc |
|
74 USERINCLUDE ../../wscore/inc // SenServiceManagerDefines.h - IPC enumerations |
|
75 USERINCLUDE ../../wsfragment/inc |
|
76 USERINCLUDE ../../wsframework/inc |
|
77 USERINCLUDE ../../wsmessages/inc |
|
78 USERINCLUDE ../../wsidentitymanager/inc |
|
79 USERINCLUDE ../../wscredentialmanager/inc |
|
80 USERINCLUDE ../../wsdescription/inc |
|
81 USERINCLUDE ../../wsutils/inc |
|
82 USERINCLUDE ../../wslogger/inc |
|
83 |
|
84 |
|
85 // System libs |
|
86 LIBRARY bafl.lib |
|
87 LIBRARY charconv.lib |
|
88 LIBRARY ecom.lib |
|
89 LIBRARY efsrv.lib //for saving dictionaries |
|
90 LIBRARY euser.lib |
|
91 LIBRARY estor.lib |
|
92 LIBRARY ezlib.lib |
|
93 LIBRARY flogger.lib |
|
94 LIBRARY sysutil.lib |
|
95 LIBRARY imut.lib |
|
96 LIBRARY inetprotutil.lib |
|
97 LIBRARY hash.lib |
|
98 |
|
99 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES |
|
100 // SOA for S60 libraries |
|
101 LIBRARY SenLogger.lib // for TLS based logging |
|
102 LIBRARY SenFragment.lib |
|
103 LIBRARY SenMessages.lib |
|
104 LIBRARY SenXml.lib |
|
105 LIBRARY SenUtils.lib |
|
106 LIBRARY SenServDesc.lib |
|
107 LIBRARY SenServMgr.lib |
|
108 LIBRARY SenServConn.lib |
|
109 LIBRARY SenFramework.lib |
|
110 LIBRARY SenCredentialManager.lib |
|
111 #else |
|
112 LIBRARY wsLogger.lib // for TLS based logging |
|
113 LIBRARY wsFragment.lib |
|
114 LIBRARY wsMessages.lib |
|
115 LIBRARY wsXml.lib |
|
116 LIBRARY wsUtils.lib |
|
117 LIBRARY wsServDesc.lib |
|
118 LIBRARY wsServMgr.lib |
|
119 LIBRARY wsServConn.lib |
|
120 LIBRARY wsFramework.lib |
|
121 LIBRARY wsCredentialManager.lib |
|
122 #endif |
|
123 |