photosgallery/viewframework/medialists/tsrc/group/t_tglxexclusioniterator.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Testing glxexclusioniterator
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include   <platform_paths.hrh>
       
    20 #include "../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET          t_tglxexclusioniterator.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27  
       
    28 #ifndef WINSCW
       
    29 EPOCALLOWDLLDATA
       
    30 #endif 
       
    31 
       
    32 // Sources required by the test suite
       
    33 SOURCEPATH              ../t_tglxexclusioniterator
       
    34 SOURCE                  t_tglxexclusioniterator.cpp
       
    35 SOURCE                  t_tglxexclusioniterator_DllMain.cpp
       
    36 SOURCEPATH              ../../src
       
    37 SOURCE                  glxmedialistiterator.cpp
       
    38 SOURCE                  glxlistwindow.cpp
       
    39 SOURCE                  glxlistutils.cpp
       
    40 USERINCLUDE             ../t_tglxexclusioniterator
       
    41 USERINCLUDE             ../inc
       
    42 
       
    43 SYSTEMINCLUDE           ../../inc
       
    44 SYSTEMINCLUDE           ../../../../inc
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY                 EUnit.lib
       
    49 LIBRARY                 EUnitUtil.lib
       
    50 LIBRARY                 euser.lib
       
    51 LIBRARY        			mpxcommon.lib
       
    52 //LIBRARY               glxmedialists.lib
       
    53 LIBRARY					hal.lib
       
    54 LIBRARY                 featmgr.lib       // Feature Manager
       
    55 
       
    56 
       
    57 EXPORTUNFROZEN 
       
    58 
       
    59 // End of file