photosgallery/viewframework/commandhandlers/commandhandlerupnp/group/glxupnpcommandhandlers.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:    Upnp Command Handler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          glxupnpcommandhandler.dll
       
    25 TARGETTYPE      dll
       
    26 
       
    27 UID             0x1000008d 0x200071B4
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 //Global data
       
    32 #ifndef WINSCW
       
    33 EPOCALLOWDLLDATA
       
    34 #endif            
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxcommandhandlershowviaupnp.cpp
       
    38 SOURCE          glxcommandhandlercopytohomenetwork.cpp
       
    39 SOURCE          glxupnprenderer.cpp
       
    40 SOURCE          glxupnpthumbnailsaver.cpp
       
    41 SOURCE          glxupnprendererimpl.cpp
       
    42 
       
    43 USERINCLUDE     ../inc					
       
    44 
       
    45 SYSTEMINCLUDE   ../../inc                                       //CommandHandlers Identifier
       
    46 SYSTEMINCLUDE   ../../commandhandlerbase/inc                    //MediaListCommandHandler				
       
    47 SYSTEMINCLUDE   ../../../inc                                    //MGlxCommandHandler
       
    48 SYSTEMINCLUDE   ../../../../inc                                 //Gallery Includes
       
    49 SYSTEMINCLUDE   ../../../medialists/inc                         //MGlxMediaListObserver
       
    50 SYSTEMINCLUDE   ../../../../viewframework/uiutilities/inc       //MGlxActiveMediaListChangeObserver
       
    51 SYSTEMINCLUDE	../../../../common/inc                          //CGlxResourceUtilities
       
    52 SYSTEMINCLUDE	../../../../commonui/inc
       
    53 
       
    54 deffile  glxupnpcommandhandler.def
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 
       
    59 LIBRARY         aknicon.lib                     //AknIconUtils
       
    60 LIBRARY         avkon.lib                       
       
    61 LIBRARY         bafl.lib                        //BaflUtils
       
    62 LIBRARY         bitgdi.lib                      //CFbsBitGc,CFbsBitmapDevice
       
    63 LIBRARY         centralrepository.lib           //Central repository
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         ecom.lib                        //REcomSession
       
    66 LIBRARY         efsrv.lib                       //Rfs
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         fbscli.lib                      //CFbsBitmap
       
    69 LIBRARY         imageconversion.lib             //CImageEncoder
       
    70 LIBRARY         mpxcommon.lib                   //mpx  
       
    71 //Upnpcommand.dll is always included in image 
       
    72 //This means media app always can link to upnpcommand lib and check upnp availability via upnpcommand api. 
       
    73 LIBRARY         upnpcommand.lib                 //CUpnpCommandAPI
       
    74 
       
    75 LIBRARY         glxcommandhandlerbase.lib   
       
    76 LIBRARY         glxcommon.lib                   //CResourceUtilities, Filters
       
    77 LIBRARY         glxmedialists.lib               //medialist
       
    78 LIBRARY         glxuiutilities.lib          	//MGlxMediaListResolver
       
    79 LIBRARY         eikcoctl.lib 
       
    80 LIBRARY         eikcore.lib
       
    81 LIBRARY         flogger.lib						// For Logging Tracer