imaging/imagingfws/group/JPEGExifPlugin.mmp
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2004-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 //
       
    15 
       
    16 TARGET		jpegexifplugin.dll
       
    17 CAPABILITY ALL -TCB
       
    18 TARGETTYPE	DLL
       
    19 
       
    20 // ECom Dll recognition UID followed by the unique UID for this dll
       
    21 UID	0x10009D8D 0x101F7C50
       
    22 VENDORID 0x70000001
       
    23 
       
    24 USERINCLUDE	../inc
       
    25 USERINCLUDE	../inc/icl
       
    26 USERINCLUDE	../src
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 
       
    30 SOURCEPATH	../src
       
    31 SOURCE		JPEGExifPlugin.cpp
       
    32 
       
    33 // EXPORTUNFROZEN
       
    34 
       
    35 LIBRARY	euser.lib
       
    36 LIBRARY	imageconversion.lib
       
    37 LIBRARY imagetransform.lib
       
    38 
       
    39 SMPSAFE