1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericservices/httputils/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,86 @@
1.4 +// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// Internet client utilities (with Base64 etc)
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +PRJ_EXPORTS
1.26 +
1.27 +
1.28 +../inc/Authority8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(authority8.h)
1.29 +../inc/Authority16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(authority16.h)
1.30 +../inc/AuthorityCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(authoritycommon.h)
1.31 +../inc/cauthentication.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cauthentication.h)
1.32 +../inc/DelimitedParser8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedparser8.h)
1.33 +../inc/DelimitedParser16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedparser16.h)
1.34 +../inc/DelimitedParserCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedparsercommon.h)
1.35 +../inc/DelimitedPath8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpath8.h)
1.36 +../inc/DelimitedPath16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpath16.h)
1.37 +../inc/DelimitedPathSegment8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpathsegment8.h)
1.38 +../inc/DelimitedPathSegment16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpathsegment16.h)
1.39 +../inc/DelimitedQuery8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedquery8.h)
1.40 +../inc/DelimitedQuery16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedquery16.h)
1.41 +../inc/EscapeUtils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(escapeutils.h)
1.42 +../inc/inetprottextutils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(inetprottextutils.h)
1.43 +../inc/Uri8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uri8.h)
1.44 +../inc/Uri16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uri16.h)
1.45 +../inc/UriCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uricommon.h)
1.46 +../inc/UriUtils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uriutils.h)
1.47 +../inc/UriUtilsCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uriutilscommon.h)
1.48 +../inc/WSPDecoder.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(wspdecoder.h)
1.49 +../inc/WSPEncoder.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(wspencoder.h)
1.50 +../inc/tinternetdate.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(tinternetdate.h)
1.51 +../inc/TConvBase64.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(tconvbase64.h)
1.52 +
1.53 +// Export CUri Usage Guide to engdocs
1.54 +"../Documents/CUri Usage Guide.doc" "/epoc32/engdoc/application-protocols/curi_usage_guide.doc"
1.55 +
1.56 +INetProtUtil.iby /epoc32/rom/include/inetprotutil.iby
1.57 +
1.58 +PRJ_MMPFILES
1.59 +
1.60 +InetProtUtil.mmp
1.61 +
1.62 +
1.63 +
1.64 +PRJ_TESTEXPORTS
1.65 +../Test/strings/WspDummyConstants.st /epoc32/build/generated/t_decode/wspdummyconstants.st
1.66 +../Test/strings/T_UriParserSipUri.txt z:/t_uriparser/t_uriparsersipuri.txt
1.67 +
1.68 +../Test/group/inetprotutiltest.iby /epoc32/rom/include/inetprotutiltest.iby
1.69 +../Test/group/fileuritest.iby /epoc32/rom/include/fileuritest.iby
1.70 +
1.71 +../Test/te_authentication/scripts/te_authentication_TEFSuite.script /epoc32/release/winscw/udeb/z/testdata/scripts/te_authentication_tefsuite.script
1.72 +../Test/te_authentication/scripts/te_authentication_TEFSuite.script /epoc32/release/winscw/urel/z/testdata/scripts/te_authentication_tefsuite.script
1.73 +
1.74 +../Test/te_authentication/testdata/te_authentication_TEFsuite.ini /epoc32/release/winscw/udeb/z/testdata/configs/te_authentication_tefsuite.ini
1.75 +../Test/te_authentication/testdata/te_authentication_TEFsuite.ini /epoc32/release/winscw/urel/z/testdata/configs/te_authentication_tefsuite.ini
1.76 +
1.77 +
1.78 +PRJ_TESTMMPFILES
1.79 +gnumakefile ../Test/group/dummystringtable.mak
1.80 +
1.81 +../Test/group/IpuTestUtils.mmp
1.82 +../Test/group/t_uriparser.mmp
1.83 +../Test/group/t_wspcodec.mmp
1.84 +../Test/group/t_tinternetdate.mmp
1.85 +../Test/group/t_unitsipuri.mmp
1.86 +../Test/group/t_fileuri.mmp
1.87 +../Test/group/Te_authentication_TEFsuite.mmp
1.88 +
1.89 +