diff -r 000000000000 -r 094583676ce7 IMPSengine/tsrc/public/advance/group/IMApiTest.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IMPSengine/tsrc/public/advance/group/IMApiTest.mmp Thu Dec 17 08:41:52 2009 +0200 @@ -0,0 +1,70 @@ +/* +* Copyright (c) 2002 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: STIF TestFramework's IMApiTest +* +* +*/ + + + +/* +------------------------------------------------------------------------------- + + DESCRIPTION + + MMP file for STIF Test Framework's IMApiTest. + +------------------------------------------------------------------------------- +*/ +#include + +APP_LAYER_SYSTEMINCLUDE + +TARGET IMApiTest.dll +TARGETTYPE dll +DEFFILE Demomodule.def + +CAPABILITY ALL -TCB +VENDORID 0x101FB657 +SECUREID 0x102073DB + +LIBRARY commdb.lib +LIBRARY euser.lib +LIBRARY stiftestinterface.lib +LIBRARY ECom.lib +LIBRARY bafl.lib +LIBRARY cntmodel.lib +LIBRARY flogger.lib +LIBRARY efsrv.lib +LIBRARY estor.lib // ReadStream + + +SOURCEPATH ../src +SOURCE IMApiTest.cpp +SOURCE IMApiTestCases.cpp +SOURCE IMApiMTHandlers.cpp +SOURCE TestRunner.cpp +SOURCE ParserUtils.cpp + + +USERINCLUDE ../inc +//USERINCLUDE ../../inc + + + SYSTEMINCLUDE /epoc32/include/ecom + + +// First UID is DLL UID, Second UID is STIF Test Framework UID +UID 0x1000008D 0x101FB3E7 +// End of File