contenthandling/webrecognisers/recweb/RECWEB.MMP
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2003-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 // recweb.mdl Basic reference URL recogniser
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 #ifdef __UI_FRAMEWORKS_V2__
       
    24 
       
    25 TARGET recweb.dll
       
    26 TARGETTYPE plugin
       
    27 UID			0x10009D8D 0x10001315
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 
       
    32 start resource 10001315.rss
       
    33 #ifdef SYMBIAN_SECURE_ECOM
       
    34 TARGET recweb.rsc
       
    35 #endif
       
    36 end
       
    37 
       
    38 #else
       
    39 
       
    40 TARGET			RECWEB.MDL
       
    41 TARGETTYPE		DLL
       
    42 TARGETPATH		/system/recogs\
       
    43 
       
    44 uid			0x10003A19 0x10001315
       
    45 
       
    46 deffile			RecWeb.DEF
       
    47 
       
    48 start WINS
       
    49 	baseaddress	0x70900000
       
    50 end
       
    51 
       
    52 #endif //__UI_FRAMEWORKS_V2__
       
    53 
       
    54 VENDORID 0x70000001
       
    55 
       
    56 CAPABILITY TrustedUI ProtServ
       
    57 
       
    58 sourcepath		.
       
    59 
       
    60 source			RECWEB.CPP
       
    61 
       
    62 library 	        euser.lib apmime.lib
       
    63 
       
    64 START MARM
       
    65 END
       
    66 SMPSAFE