photosgallery/viewframework/commandhandlers/commandhandlerbase/tsrc/ut_cglxmedialistcommandhandler/group/ut_cglxmedialistcommandhandler.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:  ut_cglxmedialistcommandhandler project definition
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 //#include "../../../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          ut_cglxmedialistcommandhandler.dll
       
    24 TARGETTYPE      dll
       
    25 TARGETPATH      /DigiaEUnit/Tests
       
    26 UID             0x1000af5a 0x01700000
       
    27 
       
    28 CAPABILITY              ALL -TCB -DRM
       
    29 
       
    30  
       
    31 // Sources needed by the test
       
    32 SOURCEPATH              ../../../src
       
    33 SOURCE                  glxmedialistcommandhandler.cpp
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 
       
    37 SYSTEMINCLUDE           ../../../../commandhandlerbase/inc
       
    38 SYSTEMINCLUDE           ../../../../../inc
       
    39 SYSTEMINCLUDE           ../../../../../../inc
       
    40 SYSTEMINCLUDE           ../../../../../medialists/inc
       
    41 SYSTEMINCLUDE           ../../../../../uiutilities/inc
       
    42 SYSTEMINCLUDE           ../../../../inc
       
    43 
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SYSTEMINCLUDE	         ../../../../commandhandlers/inc 
       
    48 SYSTEMINCLUDE   		../../../../viewframework/inc
       
    49 
       
    50 
       
    51 LIBRARY                 aknicon.lib
       
    52 LIBRARY                 aknlayout2.lib
       
    53 LIBRARY                 aknlayout2scalable.lib
       
    54 LIBRARY                 aknskins.lib
       
    55 LIBRARY                 apparc.lib
       
    56 LIBRARY                 avkon.lib
       
    57 LIBRARY                 bafl.lib
       
    58 LIBRARY                 bitgdi.lib
       
    59 LIBRARY                 cdlengine.lib
       
    60 LIBRARY                 CommonEngine.lib
       
    61 LIBRARY                 cone.lib
       
    62 LIBRARY                 efsrv.lib
       
    63 LIBRARY                 egul.lib
       
    64 LIBRARY                 eikcoctl.lib
       
    65 LIBRARY                 eikcore.lib
       
    66 LIBRARY                 eikctl.lib
       
    67 LIBRARY                 estor.lib
       
    68 LIBRARY                 EUnit.lib
       
    69 LIBRARY                 euser.lib
       
    70 LIBRARY                 fbscli.lib
       
    71 LIBRARY                 gdi.lib
       
    72 LIBRARY                 glxlayouts.lib
       
    73 LIBRARY                 glxmedialists.lib
       
    74 LIBRARY                 glxuiutilities.lib
       
    75 LIBRARY                 glxvisuallistmanager.lib
       
    76 LIBRARY                 hlplch.lib
       
    77 
       
    78 // HUI
       
    79 LIBRARY         hitchcock.lib
       
    80 
       
    81 LIBRARY                 mpxcollectionutility.lib
       
    82 LIBRARY                 mpxcommon.lib
       
    83 LIBRARY                 mpxviewutility.lib
       
    84 LIBRARY                 ws32.lib
       
    85 LIBRARY         		glxcommandhandlerbase.lib
       
    86 
       
    87 EXPORTUNFROZEN
       
    88 
       
    89 // End of file