tsrc/consoleplayer/thumbnail/group/thumbnailtester.mmp
changeset 35 b0f0be18af85
child 36 20d2741ccdad
equal deleted inserted replaced
32:106971a9964d 35:b0f0be18af85
       
     1 /*
       
     2  * Copyright (c) 2010 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:
       
    13  *
       
    14  * Description:
       
    15  * This file provides the information required for building the
       
    16  * Thumbnail Tester test app.
       
    17  */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        thumbnailtester.exe
       
    22 TARGETTYPE    exe
       
    23 UID           0x0 0xE9081726
       
    24 VENDORID      VID_DEFAULT
       
    25 
       
    26 CAPABILITY    ALL -TCB
       
    27 
       
    28 EPOCSTACKSIZE 0x5000             //20KB
       
    29 EPOCHEAPSIZE  0x100000 0x1000000 //1MB-16MB
       
    30 
       
    31 START RESOURCE  thumbnailtester_reg.rss
       
    32 TARGETPATH 	    \private\10003a3f\apps
       
    33 END 
       
    34 
       
    35 USERINCLUDE   ..\..\common
       
    36 
       
    37 SOURCEPATH    ..\..\common
       
    38 SOURCE        testappbase.cpp
       
    39 
       
    40 SOURCEPATH    ..\src
       
    41 SOURCE        thumbnailtester.cpp
       
    42 SOURCE        yuv2rgb24.cpp
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE \epoc32\include
       
    46 SYSTEMINCLUDE \epoc32\include\stdapis
       
    47 USERINCLUDE   \sf\mw\helix\helix_ren\src\datatype\tools\metadataeng\common\pub
       
    48 USERINCLUDE   \sf\mw\helix\helix_ren\src\datatype\tools\metadataeng\utility\platform\symbian
       
    49 
       
    50 STATICLIBRARY hxmetadatautil.lib
       
    51 LIBRARY       flogger.lib
       
    52 
       
    53 LIBRARY       euser.lib
       
    54 LIBRARY       efsrv.lib
       
    55 LIBRARY	      gce.lib 
       
    56 LIBRARY       ws32.lib 
       
    57 LIBRARY       gdi.lib
       
    58 LIBRARY		    fntstr.lib
       
    59 LIBRARY       fbscli.lib
       
    60 LIBRARY       estor.lib 
       
    61 LIBRARY       ecom.lib
       
    62 
       
    63 // for volume key handling
       
    64 LIBRARY       remconcoreapi.lib
       
    65 LIBRARY       remconinterfacebase.lib