|
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 // |
|
15 // |
|
16 |
|
17 /** |
|
18 @file |
|
19 */ |
|
20 |
|
21 PRJ_MMPFILES |
|
22 httpservice.mmp |
|
23 |
|
24 PRJ_EXPORTS |
|
25 // specify the source file followed by its destination here |
|
26 // copy will be used to copy the source file to its destination |
|
27 // If there's no destination then the source file will be copied |
|
28 // to the same name in \epoc32\include |
|
29 |
|
30 // top-level includes |
|
31 ../inc/mhttpcontentsource.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mhttpcontentsource.h) |
|
32 ../inc/mhttpcontentsink.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mhttpcontentsink.h) |
|
33 ../inc/httpheaderiter.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(httpheaderiter.h) |
|
34 ../inc/chttpservice.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(chttpservice.h) |
|
35 ../inc/thttpheadervaluevariant.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(thttpheadervaluevariant.h) |
|
36 ../inc/chttpclienttransaction.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(chttpclienttransaction.h) |
|
37 ../inc/httpservice.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(httpservice.h) |
|
38 |
|
39 |
|
40 // rom definition file |
|
41 httpservice.iby /epoc32/rom/include/httpservice.iby |
|
42 ../Test/Group/httpservicetest.iby /epoc32/rom/include/httpservicetest.iby |
|
43 |
|
44 PRJ_TESTEXPORTS |
|
45 ../Test/testdata/scripts/HTTPServiceAPITest.script c:/testdata/scripts/httpserviceapitest.script |
|
46 ../Test/testdata/ini/httpclient.ini c:/httptest/httpservicetest/httpclient.ini |
|
47 ../Test/testdata/configs/ethernetced_httpserviceapi.xml c:/testdata/configs/ethernetced_httpserviceapi.xml |
|
48 ../Test/testdata/scripts/HTTPServiceAPITest.script z:/testdata/scripts/httpserviceapitest.script |
|
49 ../Test/testdata/ini/httpclient.ini z:/httptest/httpservicetest/httpclient.ini |
|
50 ../Test/testdata/configs/ethernetced_httpserviceapi.xml z:/testdata/configs/ethernetced_httpserviceapi.xml |
|
51 |
|
52 ../Test/testdata/httpservicetest/testdl.txt c:/httptest/httpservicetest/testdl.txt |
|
53 ../Test/testdata/httpservicetest/testdl2.txt c:/httptest/httpservicetest/testdl2.txt |
|
54 ../Test/testdata/httpservicetest/testdl.txt z:/httptest/httpservicetest/testdl.txt |
|
55 ../Test/testdata/httpservicetest/testdl2.txt z:/httptest/httpservicetest/testdl2.txt |
|
56 |
|
57 |
|
58 PRJ_TESTMMPFILES |
|
59 ../test/group/httpservicetest.mmp |