engine/collectionframework/thumbnailcreator/test/group/ut_cglxtnfilteravailabletask.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:14:51 +0300
branchRCL_3
changeset 59 8e5f6eea9c9f
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   Thumbnail availability filter task unit tests.
*
*/



#include "../../../../../group/glxbuildcommon.mmh"

TARGET          ut_cglxtnfilteravailabletask.dll
TARGETTYPE      dll
UID             0x1000af5a 0x01700000

CAPABILITY              ALL -TCB

SOURCEPATH              ../ut_cglxtnfilteravailabletask
SOURCE                  ut_cglxtnfilteravailabletaskdllmain.cpp
SOURCE                  ut_cglxtnfilteravailabletask.cpp
 
// Sources needed by the test
SOURCEPATH              ../../src
SOURCE                  glxtnfilteravailabletask.cpp
SOURCE                  glxtntask.cpp

USERINCLUDE             ../inc
USERINCLUDE             ../ut_cglxtnfilteravailabletask
// System includes from the source tree
SYSTEMINCLUDE           ../../../../../inc
SYSTEMINCLUDE           ../../inc
// System includes from epoc32/include
APP_LAYER_SYSTEMINCLUDE

SYSTEMINCLUDE           /epoc32/include/Digia/EUnit

LIBRARY                 efsrv.lib
LIBRARY                 EUnit.lib
LIBRARY                 EUnitUtil.lib
LIBRARY                 euser.lib

SMPSAFE
// End of file