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.
     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 // inetprotutil.dll Utilities for Internet clients (URI component)
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 TARGET			inetprotutil.dll
    24 TARGETTYPE		dll
    25 CAPABILITY ALL -TCB
    26 
    27 UID			0x1000008D 0x100041D1
    28 VENDORID 0x70000001
    29 
    30 SOURCEPATH		../InetProtUtil
    31 SOURCE			InetProtUtilMain.cpp
    32 
    33 SOURCEPATH		../UriParser
    34 SOURCE			TUriC.cpp
    35 SOURCE			TUriParser.cpp
    36 SOURCE			CUri.cpp
    37 SOURCE			TValidator.cpp
    38 SOURCE			TEquiv.cpp
    39 SOURCE          GenericUriParser.cpp
    40 SOURCE          SipUriParser.cpp
    41  
    42 
    43 
    44 SOURCEPATH		../Authentication
    45 SOURCE			cauthentication.cpp
    46 SOURCE			TConvBase64.cpp
    47 
    48 SOURCEPATH		../AuthorityParser
    49 SOURCE			TAuthorityC.cpp
    50 SOURCE			TAuthorityParser.cpp
    51 SOURCE			CAuthority.cpp
    52 
    53 SOURCEPATH		../DelimitedParser 
    54 SOURCE			DelimitedParser.cpp
    55 SOURCE			TDelimitedPathParser.cpp
    56 SOURCE			CDelimitedPath.cpp
    57 SOURCE			TDelimitedPathSegmentParser.cpp
    58 SOURCE			CDelimitedPathSegment.cpp
    59 SOURCE			TDelimitedQueryParser.cpp
    60 SOURCE			CDelimitedQuery.cpp
    61 
    62 SOURCEPATH		../EscapeUtils
    63 SOURCE			EscapeUtils.cpp
    64 
    65 SOURCEPATH		../UriUtils
    66 SOURCE			UriUtils.cpp
    67 
    68 SOURCEPATH		../inetprottextutils
    69 SOURCE			inetprottextutils.cpp
    70 
    71 SOURCEPATH		../wspcodec
    72 SOURCE			WSPDecoder.cpp
    73 SOURCE			WSPEncoder.cpp
    74 
    75 SOURCEPATH 		../internetdateutils			
    76 #include 		"../internetdateutils/internetdateutils.mmpi"
    77 
    78 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    79 
    80 
    81 USERINCLUDE		../inc
    82 USERINCLUDE		../UriParser
    83 USERINCLUDE		../AuthorityParser
    84 USERINCLUDE		../DelimitedParser 
    85 USERINCLUDE		../EscapeUtils
    86 USERINCLUDE		../UriUtils
    87 USERINCLUDE		../inetprottextutils
    88 USERINCLUDE		../wspcodec
    89 USERINCLUDE		../internetdateutils
    90 
    91 LIBRARY			euser.lib charconv.lib bafl.lib efsrv.lib 
    92 
    93 #ifdef WINSCW
    94 DEFFILE			INETPROTUTIL.DEF
    95 #endif
    96 
    97 #ifdef ARMV5
    98 DEFFILE			InetProtUtil.Def
    99 #endif
   100 
   101 SMPSAFE