contenthandling/webrecognisers/waprecogniser/waprecogniser.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 // RECWAP.MMP
       
    15 // recwap.mdl WAP file recogniser for app launching for Emime framework
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 #ifdef __UI_FRAMEWORKS_V2__
       
    25 
       
    26 TARGET recwap.dll
       
    27 TARGETTYPE plugin
       
    28 UID		0x10009D8D 0x1000515E
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 start resource ../waprecogniser/1000515E.rss
       
    33 #ifdef SYMBIAN_SECURE_ECOM
       
    34 TARGET recwap.rsc
       
    35 #endif
       
    36 end
       
    37 
       
    38 #else
       
    39 
       
    40 TARGET          RECWAP.MDL
       
    41 TARGETTYPE      MDL
       
    42 TARGETPATH      /system/recogs\
       
    43 
       
    44 UID		0x10003A19 0x1000515E
       
    45 
       
    46 START WINS
       
    47 	baseaddress	0x70900000
       
    48 END
       
    49 
       
    50 #endif //__UI_FRAMEWORKS_V2__
       
    51 
       
    52 
       
    53 CAPABILITY TrustedUI ProtServ
       
    54 
       
    55 VENDORID 0x70000001
       
    56 
       
    57 SOURCEPATH	../waprecogniser
       
    58 
       
    59 //systeminclude   ../INC
       
    60 
       
    61 source          recwap.cpp
       
    62 
       
    63 library         euser.lib apmime.lib 
       
    64 
       
    65 START MARM
       
    66 END
       
    67 
       
    68 SMPSAFE