diff -r 4ce423f34688 -r e267340986c9 mmmw_plat/thumbnail_engine_api/tsrc/group/tnetest.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmmw_plat/thumbnail_engine_api/tsrc/group/tnetest.mmp Mon Oct 04 00:51:56 2010 +0300 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2010 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: API test automation for thumbnail engine +* +*/ + +#include + +TARGET VThumbTest.dll +TARGETTYPE DLL +CAPABILITY CAP_GENERAL_DLL +VENDORID VID_DEFAULT + +DEFFILE VThumbTest.def + +SOURCEPATH ../src +SOURCE tnetest.cpp + + +USERINCLUDE ../inc + +MW_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib ws32.lib hal.lib ecom.lib estlib.lib flogger.lib +LIBRARY stiftestinterface.lib +LIBRARY tneengine.lib //Thumbnail Engine +LIBRARY efsrv.lib //File server client +LANG SC + +UID 0x1000008D 0x101FB3E7 + + +// End of File