|
1 // Copyright (c) 1997-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 // WspHeaderReaderTest.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET WspHeaderReaderTest.exe |
|
19 TARGETTYPE EXE |
|
20 CAPABILITY TrustedUI ProtServ |
|
21 // UIDs for loading |
|
22 // TestBed Dll recognition UID followed by the unique UID for this dll |
|
23 // @todo generate the unique UID for this dll |
|
24 UID 0x101FB5A8 0x10000000 |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 SOURCEPATH ../t_wspdecoder |
|
28 SOURCE WspHeaderReaderTest.cpp |
|
29 SOURCE WspHeaderReaderUnitTest.cpp |
|
30 |
|
31 SOURCEPATH ../../../../../../os/unref/orphan/comgen/application-protocols/http/protocol-plugin/wspheadercodec |
|
32 SOURCE CWspHeaderReader.cpp cwspheadercodec.cpp cwspheaderwriter.cpp |
|
33 |
|
34 SOURCEPATH ../../core |
|
35 SOURCE cheaders.cpp cheaderfield.cpp httppanic.cpp |
|
36 |
|
37 SOURCEPATH +\build\generated\http |
|
38 SOURCE WspStringConstants.cpp WspParamConstants.cpp WspStdConstants.cpp |
|
39 SOURCE WspContentTypes.cpp WspRegContentTypes.cpp WspCharacterSets.cpp |
|
40 SOURCE WspLanguages.cpp WspTypeConstants.cpp |
|
41 |
|
42 USERINCLUDE . ../../../../../../os/unref/orphan/comgen/application-protocols/http/protocol-plugin/wspheadercodec ../../core |
|
43 USERINCLUDE ../../inc/framework |
|
44 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
45 SYSTEMINCLUDE /epoc32/include /epoc32/include/ecom/test_bed |
|
46 #else |
|
47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
48 SYSTEMINCLUDE /epoc32/include/platform/ecom/test_bed |
|
49 #endif |
|
50 |
|
51 |
|
52 LIBRARY euser.lib efsrv.lib estor.lib bafl.lib http.lib inetprotutil.lib |
|
53 LIBRARY RTestBed.lib |
|
54 |
|
55 EPOCHEAPSIZE 0x4000 0x8000000 |
|
56 |
|
57 SMPSAFE |