photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/t_cglxthumbnailsaver/group/t_cglxthumbnailsaver.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-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:
       
    13 *
       
    14 * Description:  t_cglxthumbnailsaver 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          t_cglxthumbnailsaver.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27  
       
    28 
       
    29 SOURCEPATH              ../Src
       
    30 SOURCE                  t_cglxthumbnailsaver.cpp
       
    31 
       
    32 // Sources required by the test suite
       
    33 SOURCEPATH              ../Src
       
    34 SOURCE                  t_cglxthumbnailsaver_DllMain.cpp
       
    35 
       
    36 USERINCLUDE             ../Src
       
    37 
       
    38 #ifndef WINSCW
       
    39 EPOCALLOWDLLDATA
       
    40 #endif
       
    41 //Test Code
       
    42 SOURCEPATH              ../../../src
       
    43 
       
    44 SOURCE                  glxupnprendererimpl.cpp
       
    45 SOURCE                  glxupnpthumbnailsaver.cpp
       
    46 SOURCE                  glxupnprenderer.cpp
       
    47 
       
    48 USERINCLUDE             ../inc
       
    49 
       
    50 //UPNP Stub
       
    51 SYSTEMINCLUDE           ../../Stub
       
    52 SOURCEPATH              ../../Stub
       
    53 SOURCE                  upnpshowcommand.cpp
       
    54 
       
    55 
       
    56 SYSTEMINCLUDE           ../../../../commandhandlerbase/inc	
       
    57 SYSTEMINCLUDE           ../../../inc						                	      //CommandHandlers Include	
       
    58 SYSTEMINCLUDE           ../../../../inc						                    //ViewFramework 
       
    59 SYSTEMINCLUDE           ../../../../../inc						                  //Gallery Includes
       
    60 SYSTEMINCLUDE           ../../../../../../inc
       
    61 SYSTEMINCLUDE           ../../../../../medialists/inc
       
    62 SYSTEMINCLUDE           ../../../../../uiutilities/inc
       
    63 SYSTEMINCLUDE	        ../../../../../../common/inc                       // for CGlxResourceUtilities
       
    64 SYSTEMINCLUDE           ../../../../../../commonui/inc
       
    65 
       
    66 APP_LAYER_SYSTEMINCLUDE
       
    67 
       
    68 
       
    69 LIBRARY                 EUnit.lib
       
    70 LIBRARY                 EUnitUtil.lib
       
    71 LIBRARY                 euser.lib
       
    72 LIBRARY                 ecom.lib
       
    73 LIBRARY 		        centralrepository.lib		//Central repository
       
    74 LIBRARY 		        fbscli.lib                  //CFbsBitmap
       
    75 LIBRARY                 bitgdi.lib                 //CFbsBitGc,CFbsBitmapDevice
       
    76 LIBRARY					gdi.lib
       
    77 LIBRARY                 imageconversion.lib        //CImageEncoder
       
    78 LIBRARY                 aknicon.lib                //aknutils
       
    79 LIBRARY                 Avkon.lib                  //aknutils
       
    80 LIBRARY                 efsrv.lib                  //Rfs
       
    81 LIBRARY                 bafl.lib                   //BaflUtils
       
    82 LIBRARY                 cone.lib
       
    83 LIBRARY                 eikcore.lib 
       
    84 
       
    85 LIBRARY                 glxmedialists.lib           //medialist
       
    86 LIBRARY                 mpxcommon.lib               //mpx  
       
    87 LIBRARY                 glxcommandhandlerbase.lib   
       
    88 LIBRARY                 glxcommon.lib              // for CResourceUtilities, Filters
       
    89 LIBRARY                 glxuiutilities.lib
       
    90 LIBRARY                 glxlogging.lib
       
    91 //EXPORTSUNFROZEN
       
    92 // End of file
       
    93 
       
    94 // End of file