applayerprotocols/wapbase/mmpfiles/wutil.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2002-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 // wutil.dll WAP utilities (URL class)
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			wutil.dll
       
    23 TARGETTYPE		dll
       
    24 CAPABILITY ALL -TCB
       
    25 
       
    26 // WAP Engine  WAP Application //
       
    27 // UID		0x1000008d	0x1000517C
       
    28 UID	0x1000008d	0x1000517C
       
    29 VENDORID 0x70000001
       
    30 
       
    31 
       
    32 SOURCEPATH	../wutil
       
    33 
       
    34 SOURCE			WUTIL.cpp ATTRLUT.cpp curl.cpp
       
    35 
       
    36 USERINCLUDE		../inc 
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 
       
    40 // The resource file containing WAP error messages, generated for the system error resolver.
       
    41 SOURCEPATH 		../inc
       
    42 START RESOURCE	WapBaseErr.rss
       
    43 #ifdef __SECURE_DATA__
       
    44 TARGETPATH		/resource/errors
       
    45 #else
       
    46 TARGETPATH		\SYSTEM\ERRORS
       
    47 #endif //__SECURE_DATA__
       
    48 LANG			01
       
    49 END
       
    50 
       
    51 
       
    52 //
       
    53 LIBRARY			euser.lib inetprotutil.lib
       
    54 
       
    55 #ifdef WINSCW
       
    56 DEFFILE			wutil.def
       
    57 #endif
       
    58 
       
    59 #ifdef ARMV5
       
    60 DEFFILE			WUtil.def
       
    61 #endif
       
    62 SMPSAFE