|
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Transport Framework and HTTP/WSP client support |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 PRJ_EXPORTS |
|
23 |
|
24 |
|
25 |
|
26 // rom definition file |
|
27 http.iby /epoc32/rom/include/http.iby |
|
28 |
|
29 PRJ_TESTEXPORTS |
|
30 |
|
31 |
|
32 // WSP api includes (note, these should all be part of the wap-stack subsystem) |
|
33 ../wspinc/CWspTransportHandler.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/cwsptransporthandler.h) |
|
34 ../wspinc/CWspTransportHandler.inl SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/cwsptransporthandler.inl) |
|
35 ../wspinc/MWspProxyInfoProvider.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspproxyinfoprovider.h) |
|
36 ../wspinc/MWspSessionHeadersProvider.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspsessionheadersprovider.h) |
|
37 ../wspinc/MWspCapabilityProvider.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcapabilityprovider.h) |
|
38 ../wspinc/MWspCapabilitySetter.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcapabilitysetter.h) |
|
39 ../wspinc/MWspCapabilityViewer.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcapabilityviewer.h) |
|
40 ../wspinc/MWspCLMethodCallback.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspclmethodcallback.h) |
|
41 ../wspinc/MWspCLMethodInvoker.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspclmethodinvoker.h) |
|
42 ../wspinc/MWspCLPushCallback.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspclpushcallback.h) |
|
43 ../wspinc/MWspCLPushInvoker.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspclpushinvoker.h) |
|
44 ../wspinc/MWspCOPushCallback.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcopushcallback.h) |
|
45 ../wspinc/MWspCOPushInvoker.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcopushinvoker.h) |
|
46 ../wspinc/MWspCOSessionCallback.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcosessioncallback.h) |
|
47 ../wspinc/MWspCOSessionInvoker.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcosessioninvoker.h) |
|
48 ../wspinc/MWspCOMethodCallback.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcomethodcallback.h) |
|
49 ../wspinc/MWspCOMethodInvoker.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspcomethodinvoker.h) |
|
50 ../wspinc/MWspAliasAddresses.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspaliasaddresses.h) |
|
51 ../wspinc/MWspExtendedMethods.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspextendedmethods.h) |
|
52 ../wspinc/MWspHeaderCodePages.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspheadercodepages.h) |
|
53 ../wspinc/MWspUnknownCapabilities.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wsp/mwspunknowncapabilities.h) |
|
54 |
|
55 // rom definition file for WSP |
|
56 wsp.iby /epoc32/rom/include/wsp.iby |
|
57 |
|
58 PRJ_MMPFILES |
|
59 // And the mmp files |
|
60 ../group/httpclient.mmp |
|
61 ../group/corefilters.mmp |
|
62 ../group/httpclientcodec.mmp |
|
63 |
|
64 PRJ_TESTMMPFILES |
|
65 |