IEBgps/group/IEBgps.mmp
changeset 3 93fff7023be8
equal deleted inserted replaced
2:e1e28b0273b0 3:93fff7023be8
       
     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 <domain/osextensions/platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    19 
       
    20 #include "UidList.txt"
       
    21 
       
    22 TARGET        IEBgps.dll
       
    23 TARGETTYPE    dll
       
    24 UID           0xA000008d IEBgps_UID3
       
    25 
       
    26 #ifdef TUBE_PR1
       
    27 CAPABILITY		UserEnvironment ReadDeviceData ReadUserData WriteUserData LocalServices
       
    28 #else
       
    29 CAPABILITY		UserEnvironment ReadUserData WriteUserData LocalServices
       
    30 #endif
       
    31 VENDORID 0
       
    32 
       
    33 EPOCHEAPSIZE 0x10000 0x3000000
       
    34 EPOCSTACKSIZE	0x10000
       
    35 
       
    36 SOURCEPATH    ..\src
       
    37 SOURCE        IEBgpServer.cpp
       
    38 SOURCE	      IEBgpServerSession.cpp
       
    39 SOURCE  	  IETNGenerator.cpp IEFaceBrowser.cpp IEImageDecoder.cpp IEImageEncoder.cpp
       
    40 //SOURCE		  FaceRecognitionEngine.cpp
       
    41 
       
    42 USERINCLUDE   ..\inc
       
    43 USERINCLUDE   ..\..\Common\inc
       
    44 USERINCLUDE   ..\..\EngInc
       
    45 SYSTEMINCLUDE \Epoc32\include
       
    46 SYSTEMINCLUDE   \epoc32\include\stdapis
       
    47 SYSTEMINCLUDE   \epoc32\include\icl
       
    48 
       
    49 // new S60 5.0 header include path
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51  
       
    52 /* Image DL dependent */
       
    53 SYSTEMINCLUDE   \epoc32\include\ImagingDL\API
       
    54 SYSTEMINCLUDE   \epoc32\include\ImagingDL\Features
       
    55 
       
    56 LIBRARY       euser.lib
       
    57 LIBRARY	      efsrv.lib
       
    58 LIBRARY 	  imageconversion.lib  
       
    59 LIBRARY 	  fbscli.lib 
       
    60 LIBRARY       hal.lib
       
    61 LIBRARY       bitmaptransforms.lib 
       
    62 LIBRARY 	  exiflib.lib
       
    63 LIBRARY		  IclExtJpegApi.lib 
       
    64 LIBRARY       bafl.lib
       
    65 LIBRARY		  IEUtils.lib
       
    66 
       
    67 EXPORTUNFROZEN 
       
    68 
       
    69 EPOCALLOWDLLDATA
       
    70 
       
    71 nostrictdef