1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericservices/httputils/group/InetProtUtil.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,101 @@
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 +// inetprotutil.dll Utilities for Internet clients (URI component)
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +
1.26 +TARGET inetprotutil.dll
1.27 +TARGETTYPE dll
1.28 +CAPABILITY ALL -TCB
1.29 +
1.30 +UID 0x1000008D 0x100041D1
1.31 +VENDORID 0x70000001
1.32 +
1.33 +SOURCEPATH ../InetProtUtil
1.34 +SOURCE InetProtUtilMain.cpp
1.35 +
1.36 +SOURCEPATH ../UriParser
1.37 +SOURCE TUriC.cpp
1.38 +SOURCE TUriParser.cpp
1.39 +SOURCE CUri.cpp
1.40 +SOURCE TValidator.cpp
1.41 +SOURCE TEquiv.cpp
1.42 +SOURCE GenericUriParser.cpp
1.43 +SOURCE SipUriParser.cpp
1.44 +
1.45 +
1.46 +
1.47 +SOURCEPATH ../Authentication
1.48 +SOURCE cauthentication.cpp
1.49 +SOURCE TConvBase64.cpp
1.50 +
1.51 +SOURCEPATH ../AuthorityParser
1.52 +SOURCE TAuthorityC.cpp
1.53 +SOURCE TAuthorityParser.cpp
1.54 +SOURCE CAuthority.cpp
1.55 +
1.56 +SOURCEPATH ../DelimitedParser
1.57 +SOURCE DelimitedParser.cpp
1.58 +SOURCE TDelimitedPathParser.cpp
1.59 +SOURCE CDelimitedPath.cpp
1.60 +SOURCE TDelimitedPathSegmentParser.cpp
1.61 +SOURCE CDelimitedPathSegment.cpp
1.62 +SOURCE TDelimitedQueryParser.cpp
1.63 +SOURCE CDelimitedQuery.cpp
1.64 +
1.65 +SOURCEPATH ../EscapeUtils
1.66 +SOURCE EscapeUtils.cpp
1.67 +
1.68 +SOURCEPATH ../UriUtils
1.69 +SOURCE UriUtils.cpp
1.70 +
1.71 +SOURCEPATH ../inetprottextutils
1.72 +SOURCE inetprottextutils.cpp
1.73 +
1.74 +SOURCEPATH ../wspcodec
1.75 +SOURCE WSPDecoder.cpp
1.76 +SOURCE WSPEncoder.cpp
1.77 +
1.78 +SOURCEPATH ../internetdateutils
1.79 +#include "../internetdateutils/internetdateutils.mmpi"
1.80 +
1.81 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.82 +
1.83 +
1.84 +USERINCLUDE ../inc
1.85 +USERINCLUDE ../UriParser
1.86 +USERINCLUDE ../AuthorityParser
1.87 +USERINCLUDE ../DelimitedParser
1.88 +USERINCLUDE ../EscapeUtils
1.89 +USERINCLUDE ../UriUtils
1.90 +USERINCLUDE ../inetprottextutils
1.91 +USERINCLUDE ../wspcodec
1.92 +USERINCLUDE ../internetdateutils
1.93 +
1.94 +LIBRARY euser.lib charconv.lib bafl.lib efsrv.lib
1.95 +
1.96 +#ifdef WINSCW
1.97 +DEFFILE INETPROTUTIL.DEF
1.98 +#endif
1.99 +
1.100 +#ifdef ARMV5
1.101 +DEFFILE InetProtUtil.Def
1.102 +#endif
1.103 +
1.104 +SMPSAFE