genericservices/mimerecognitionfw/rec/RECTXT.MMP
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 1997-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 // rectxt.dll Plain text recogniser
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 target 		rectxt.dll
       
    23 targettype 	plugin
       
    24 uid			0x10009d8d 0x100012fb
       
    25 VENDORID 	0x70000001
       
    26 
       
    27 start resource 100012FB.rss
       
    28 target rectxt.rsc
       
    29 end
       
    30 
       
    31 CAPABILITY ProtServ
       
    32 
       
    33 SOURCEPATH		../rec
       
    34 userinclude   ../inc
       
    35 // OS_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has a dependency on apmstd.h in the MW layer.
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 source          RECTXT.CPP
       
    39 
       
    40 library         euser.lib apmime.lib
       
    41 
       
    42 START WINS
       
    43 	baseaddress	0x70800000
       
    44 END
       
    45 
       
    46 SMPSAFE
       
    47