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