os/ossrv/genericservices/mimerecognitionfw/rec/RECTXT.MMP
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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