imaging/imagingfws/group/RecIcl.mmp
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     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 // recicl.mdl Image file format mime type recognizer for the EMime framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 target recicl.dll
       
    23 targettype plugin
       
    24 UID		0x10009d8d 0x101F7C0B 
       
    25 
       
    26 CAPABILITY 	ProtServ TrustedUI
       
    27 VENDORID 0x70000001
       
    28 
       
    29 userinclude	../src/Recognizer
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 userinclude		../ImageDisplay/src
       
    34 userinclude		../src
       
    35 
       
    36 sourcepath	../src/Recognizer
       
    37 source          RecIcl.cpp
       
    38 
       
    39 library		euser.lib apmime.lib
       
    40 library		imageconversion.lib
       
    41 library		imagedisplay.lib
       
    42 
       
    43 start resource 101F7C0B.rss
       
    44 target recicl.rsc
       
    45 end
       
    46 
       
    47 START WINS
       
    48 	baseaddress	0x4F300000
       
    49 END
       
    50 
       
    51 
       
    52 SMPSAFE