photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlerdrm/group/t_glxcommandhandlerdrm.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:  CommandHandlerDRM build information
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          t_glxcommandhandlerdrm.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  t_glxcommandhandlerdrm.cpp
       
    31 SOURCE                  t_glxdummydrmutility.cpp
       
    32 SOURCE                  t_glxdummyhuiutility.cpp
       
    33 
       
    34 // Sources required by the test suite
       
    35 SOURCEPATH              ../src
       
    36 SOURCE                  t_glxcommandhandlerdrm_DllMain.cpp
       
    37 
       
    38 SOURCEPATH              ../../../commandhandlerdrm/src
       
    39 SOURCE                  glxcommandhandlerdrm.cpp
       
    40 SOURCE                  glxdrmiconmanager.cpp
       
    41 
       
    42 SOURCEPATH              ../../../../visuallistmanager/src
       
    43 SOURCE                  glxiconmanager.cpp
       
    44 
       
    45 USERINCLUDE             ../inc
       
    46 USERINCLUDE             ../../../commandhandlerdrm/inc
       
    47 
       
    48 SOURCEPATH              ../../../commandhandlerbase/src
       
    49 SOURCE                  glxmedialistcommandhandler.cpp
       
    50 
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 
       
    55 SYSTEMINCLUDE           ../../../../inc
       
    56 SYSTEMINCLUDE           ../../../inc
       
    57 SYSTEMINCLUDE   		../../../../../inc
       
    58 SYSTEMINCLUDE           ../../../../../common/inc
       
    59 SYSTEMINCLUDE           ../../inc
       
    60 SYSTEMINCLUDE           ../../../commandhandlerbase/inc
       
    61 SYSTEMINCLUDE           ../../../../medialists/inc
       
    62 SYSTEMINCLUDE           ../../../../drmutility/inc
       
    63 SYSTEMINCLUDE           ../../../../texturemanager/inc
       
    64 SYSTEMINCLUDE           ../../../../uiutilities/inc
       
    65 SYSTEMINCLUDE           ../../../../visuallistmanager/inc
       
    66 SYSTEMINCLUDE   	../../viewframework/inc
       
    67 
       
    68 
       
    69 LIBRARY                 EUnit.lib
       
    70 LIBRARY                 EUnitUtil.lib
       
    71 
       
    72 LIBRARY                 bafl.lib
       
    73 LIBRARY                 ecom.lib
       
    74 LIBRARY                 eikcoctl.lib
       
    75 LIBRARY                 euser.lib
       
    76 LIBRARY                 glxcommon.lib
       
    77 LIBRARY                 glxmedialists.lib
       
    78 LIBRARY                 hitchcock.lib
       
    79 LIBRARY                 mpxcollectionutility.lib
       
    80 LIBRARY                 mpxcommon.lib
       
    81 LIBRARY					alfwidgetmodel.lib
       
    82 LIBRARY         		glxtexturemanager.lib 
       
    83 LIBRARY         		alfclient.lib  
       
    84 LIBRARY         		glxcommandhandlerbase.lib
       
    85 
       
    86 
       
    87 // End of file