os/ossrv/genericservices/httputils/group/InetProtUtil.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// inetprotutil.dll Utilities for Internet clients (URI component)
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
/**
sl@0
    19
 @file
sl@0
    20
*/
sl@0
    21
sl@0
    22
sl@0
    23
TARGET			inetprotutil.dll
sl@0
    24
TARGETTYPE		dll
sl@0
    25
CAPABILITY ALL -TCB
sl@0
    26
sl@0
    27
UID			0x1000008D 0x100041D1
sl@0
    28
VENDORID 0x70000001
sl@0
    29
sl@0
    30
SOURCEPATH		../InetProtUtil
sl@0
    31
SOURCE			InetProtUtilMain.cpp
sl@0
    32
sl@0
    33
SOURCEPATH		../UriParser
sl@0
    34
SOURCE			TUriC.cpp
sl@0
    35
SOURCE			TUriParser.cpp
sl@0
    36
SOURCE			CUri.cpp
sl@0
    37
SOURCE			TValidator.cpp
sl@0
    38
SOURCE			TEquiv.cpp
sl@0
    39
SOURCE          GenericUriParser.cpp
sl@0
    40
SOURCE          SipUriParser.cpp
sl@0
    41
 
sl@0
    42
sl@0
    43
sl@0
    44
SOURCEPATH		../Authentication
sl@0
    45
SOURCE			cauthentication.cpp
sl@0
    46
SOURCE			TConvBase64.cpp
sl@0
    47
sl@0
    48
SOURCEPATH		../AuthorityParser
sl@0
    49
SOURCE			TAuthorityC.cpp
sl@0
    50
SOURCE			TAuthorityParser.cpp
sl@0
    51
SOURCE			CAuthority.cpp
sl@0
    52
sl@0
    53
SOURCEPATH		../DelimitedParser 
sl@0
    54
SOURCE			DelimitedParser.cpp
sl@0
    55
SOURCE			TDelimitedPathParser.cpp
sl@0
    56
SOURCE			CDelimitedPath.cpp
sl@0
    57
SOURCE			TDelimitedPathSegmentParser.cpp
sl@0
    58
SOURCE			CDelimitedPathSegment.cpp
sl@0
    59
SOURCE			TDelimitedQueryParser.cpp
sl@0
    60
SOURCE			CDelimitedQuery.cpp
sl@0
    61
sl@0
    62
SOURCEPATH		../EscapeUtils
sl@0
    63
SOURCE			EscapeUtils.cpp
sl@0
    64
sl@0
    65
SOURCEPATH		../UriUtils
sl@0
    66
SOURCE			UriUtils.cpp
sl@0
    67
sl@0
    68
SOURCEPATH		../inetprottextutils
sl@0
    69
SOURCE			inetprottextutils.cpp
sl@0
    70
sl@0
    71
SOURCEPATH		../wspcodec
sl@0
    72
SOURCE			WSPDecoder.cpp
sl@0
    73
SOURCE			WSPEncoder.cpp
sl@0
    74
sl@0
    75
SOURCEPATH 		../internetdateutils			
sl@0
    76
#include 		"../internetdateutils/internetdateutils.mmpi"
sl@0
    77
sl@0
    78
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    79
sl@0
    80
sl@0
    81
USERINCLUDE		../inc
sl@0
    82
USERINCLUDE		../UriParser
sl@0
    83
USERINCLUDE		../AuthorityParser
sl@0
    84
USERINCLUDE		../DelimitedParser 
sl@0
    85
USERINCLUDE		../EscapeUtils
sl@0
    86
USERINCLUDE		../UriUtils
sl@0
    87
USERINCLUDE		../inetprottextutils
sl@0
    88
USERINCLUDE		../wspcodec
sl@0
    89
USERINCLUDE		../internetdateutils
sl@0
    90
sl@0
    91
LIBRARY			euser.lib charconv.lib bafl.lib efsrv.lib 
sl@0
    92
sl@0
    93
#ifdef WINSCW
sl@0
    94
DEFFILE			INETPROTUTIL.DEF
sl@0
    95
#endif
sl@0
    96
sl@0
    97
#ifdef ARMV5
sl@0
    98
DEFFILE			InetProtUtil.Def
sl@0
    99
#endif
sl@0
   100
sl@0
   101
SMPSAFE