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