group/IEUtils.mmp
changeset 0 5e763f9e37e8
child 3 93fff7023be8
equal deleted inserted replaced
-1:000000000000 0:5e763f9e37e8
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors: Juha Kauppinen, Mika Hokkanen
       
    13 * 
       
    14 * Description: Photo Browser
       
    15 *
       
    16 */
       
    17 
       
    18 #include "UidList.txt"
       
    19 
       
    20 TARGET        IEUtils.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0xE000008d IEUtils_UID3
       
    23 
       
    24 #ifdef TUBE_PR1
       
    25 CAPABILITY		UserEnvironment ReadDeviceData ReadUserData WriteUserData LocalServices
       
    26 #else
       
    27 CAPABILITY		UserEnvironment ReadUserData WriteUserData LocalServices
       
    28 #endif
       
    29 
       
    30 //VENDORID 0x70000001
       
    31 VENDORID 0
       
    32 
       
    33 EPOCHEAPSIZE 0x10000	0x5000000
       
    34 
       
    35 SOURCEPATH   	..\Common\src
       
    36 SOURCE        IEEngineUtils.cpp
       
    37 SOURCE 			  IEImageData.cpp
       
    38 
       
    39 USERINCLUDE   ..\Common\inc
       
    40 SYSTEMINCLUDE \epoc32\include
       
    41 SYSTEMINCLUDE \epoc32\include\internal 
       
    42 SYSTEMINCLUDE \epoc32\include\icl
       
    43 
       
    44 //#include <domain/osextensions/platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 // new S60 5.0 header include path
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY       euser.lib
       
    50 LIBRARY       efsrv.lib
       
    51 LIBRARY			  fbscli.lib
       
    52 LIBRARY			  imageconversion.lib
       
    53 //LIBRARY			  IclExtJpegApi.lib
       
    54 //LIBRARY			  exifutility.lib
       
    55 //LIBRARY			  jpegexifplugin.lib 
       
    56 LIBRARY				cone.lib 
       
    57 
       
    58 //STATICLIBRARY     idlimageprocessing.lib
       
    59 //LIBRARY         	libc.lib
       
    60 
       
    61 LIBRARY 			PlatformEnv.lib // platform environment, paths
       
    62 LIBRARY 			bitgdi.lib
       
    63 LIBRARY 			CommonEngine.lib
       
    64 LIBRARY 			eikcore.lib
       
    65 LIBRARY 			BitmapTransforms.lib
       
    66 LIBRARY 			bafl.lib 
       
    67 LIBRARY 			hal.lib
       
    68 LIBRARY 			exiflib.lib
       
    69 
       
    70 nostrictdef
       
    71 
       
    72 EXPORTUNFROZEN