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