|
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 // examples |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 PRJ_EXPORTS |
|
24 // specify the source file followed by its destination here |
|
25 // copy will be used to copy the source file to its destination |
|
26 // If there's no destination then the source file will be copied |
|
27 // to the same name in \epoc32\include |
|
28 |
|
29 |
|
30 |
|
31 |
|
32 PRJ_TESTEXPORTS |
|
33 |
|
34 // .ini files for the test harnesses |
|
35 |
|
36 ../t_securitypolicy/test/securitypolicy.ini /epoc32/wins/c/httptest/securitypolicy/securitypolicy.ini |
|
37 |
|
38 // .ini files for winscw build |
|
39 |
|
40 ../t_securitypolicy/test/securitypolicy.ini /epoc32/winscw/c/httptest/securitypolicy/securitypolicy.ini |
|
41 |
|
42 |
|
43 |
|
44 |
|
45 PRJ_MMPFILES |
|
46 // And the mmp files |
|
47 // The sample application (an simple console client) |
|
48 ../httpexampleclient/httpexampleclient.mmp |
|
49 |
|
50 #include "../cookies/group/bld.inf" |
|
51 #include "../uaprof/group/bld.inf" |
|
52 #include "../PipeliningConfigFilter/Group/bld.inf" |
|
53 #include "../TestWebBrowser/group/bld.inf" |
|
54 |
|
55 PRJ_TESTMMPFILES |
|
56 |
|
57 |
|
58 // Test filter package |
|
59 ../T_TestFilters/T_TestFilters.mmp |
|
60 |
|
61 // T_SECRUITYPOLICY Test Security Policy Pluging |
|
62 ../t_securitypolicy/test/t_securitypolicy |
|
63 |
|
64 // Test CPIManager |
|
65 ../testcpimanager/TestCpiManager.mmp |