engine/collectionframework/thumbnailcreator/test/group/ut_cglxtnfilteravailabletask.mmp
changeset 71 27f2d7aec52a
parent 69 45459746d5e8
child 72 0a8e959402e5
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
     1 /*
       
     2 * Copyright (c) 2006-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:   Thumbnail availability filter task unit tests.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET          ut_cglxtnfilteravailabletask.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 
       
    28 SOURCEPATH              ../ut_cglxtnfilteravailabletask
       
    29 SOURCE                  ut_cglxtnfilteravailabletaskdllmain.cpp
       
    30 SOURCE                  ut_cglxtnfilteravailabletask.cpp
       
    31  
       
    32 // Sources needed by the test
       
    33 SOURCEPATH              ../../src
       
    34 SOURCE                  glxtnfilteravailabletask.cpp
       
    35 SOURCE                  glxtntask.cpp
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE             ../ut_cglxtnfilteravailabletask
       
    39 // System includes from the source tree
       
    40 SYSTEMINCLUDE           ../../../../../inc
       
    41 SYSTEMINCLUDE           ../../inc
       
    42 // System includes from epoc32/include
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    46 
       
    47 LIBRARY                 efsrv.lib
       
    48 LIBRARY                 EUnit.lib
       
    49 LIBRARY                 EUnitUtil.lib
       
    50 LIBRARY                 euser.lib
       
    51 
       
    52 SMPSAFE
       
    53 // End of file