os/ossrv/genericservices/httputils/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2001-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 // Internet client utilities (with Base64 etc)
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 PRJ_EXPORTS
    23 
    24 
    25 ../inc/Authority8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(authority8.h)
    26 ../inc/Authority16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(authority16.h)
    27 ../inc/AuthorityCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(authoritycommon.h)
    28 ../inc/cauthentication.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cauthentication.h)
    29 ../inc/DelimitedParser8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedparser8.h)
    30 ../inc/DelimitedParser16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedparser16.h)
    31 ../inc/DelimitedParserCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedparsercommon.h)
    32 ../inc/DelimitedPath8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpath8.h)
    33 ../inc/DelimitedPath16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpath16.h)
    34 ../inc/DelimitedPathSegment8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpathsegment8.h)
    35 ../inc/DelimitedPathSegment16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedpathsegment16.h)
    36 ../inc/DelimitedQuery8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedquery8.h)
    37 ../inc/DelimitedQuery16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(delimitedquery16.h)
    38 ../inc/EscapeUtils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(escapeutils.h)
    39 ../inc/inetprottextutils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(inetprottextutils.h)
    40 ../inc/Uri8.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uri8.h)
    41 ../inc/Uri16.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uri16.h)
    42 ../inc/UriCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uricommon.h)
    43 ../inc/UriUtils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uriutils.h)
    44 ../inc/UriUtilsCommon.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(uriutilscommon.h)
    45 ../inc/WSPDecoder.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(wspdecoder.h)
    46 ../inc/WSPEncoder.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(wspencoder.h)
    47 ../inc/tinternetdate.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(tinternetdate.h)
    48 ../inc/TConvBase64.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(tconvbase64.h)
    49 
    50 // Export CUri Usage Guide to engdocs
    51 "../Documents/CUri Usage Guide.doc"			"/epoc32/engdoc/application-protocols/curi_usage_guide.doc"
    52 
    53 INetProtUtil.iby	/epoc32/rom/include/inetprotutil.iby
    54 
    55 PRJ_MMPFILES
    56 
    57 InetProtUtil.mmp
    58 
    59 
    60 
    61 PRJ_TESTEXPORTS
    62 ../Test/strings/WspDummyConstants.st			/epoc32/build/generated/t_decode/wspdummyconstants.st
    63 ../Test/strings/T_UriParserSipUri.txt			z:/t_uriparser/t_uriparsersipuri.txt
    64 
    65 ../Test/group/inetprotutiltest.iby			/epoc32/rom/include/inetprotutiltest.iby
    66 ../Test/group/fileuritest.iby				/epoc32/rom/include/fileuritest.iby
    67 
    68 ../Test/te_authentication/scripts/te_authentication_TEFSuite.script	/epoc32/release/winscw/udeb/z/testdata/scripts/te_authentication_tefsuite.script
    69 ../Test/te_authentication/scripts/te_authentication_TEFSuite.script	/epoc32/release/winscw/urel/z/testdata/scripts/te_authentication_tefsuite.script
    70 
    71 ../Test/te_authentication/testdata/te_authentication_TEFsuite.ini	/epoc32/release/winscw/udeb/z/testdata/configs/te_authentication_tefsuite.ini
    72 ../Test/te_authentication/testdata/te_authentication_TEFsuite.ini	/epoc32/release/winscw/urel/z/testdata/configs/te_authentication_tefsuite.ini
    73 
    74 
    75 PRJ_TESTMMPFILES
    76 gnumakefile ../Test/group/dummystringtable.mak
    77 
    78 ../Test/group/IpuTestUtils.mmp
    79 ../Test/group/t_uriparser.mmp
    80 ../Test/group/t_wspcodec.mmp
    81 ../Test/group/t_tinternetdate.mmp
    82 ../Test/group/t_unitsipuri.mmp
    83 ../Test/group/t_fileuri.mmp
    84 ../Test/group/Te_authentication_TEFsuite.mmp
    85 
    86