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