debugapps/appregexec/tsrc/group/AppRegExec_test_nrm.mmp
changeset 53 819e59dfc032
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debugapps/appregexec/tsrc/group/AppRegExec_test_nrm.mmp	Mon Oct 04 10:09:02 2010 +0300
@@ -0,0 +1,52 @@
+/*TYPE TESTCLASS*//*
+* 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:    
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+TARGET          AppRegExec_test.dll
+TARGETTYPE      dll
+UID             0x1000008D 0x101FB3E3
+
+CAPABILITY      ALL -TCB
+
+VENDORID     0x101FB657  // Nokia VID
+
+DEFFILE         AppRegExec_test.def
+
+USERINCLUDE     ../inc 
+
+
+APP_LAYER_SYSTEMINCLUDE
+OS_LAYER_SYSTEMINCLUDE
+
+SOURCEPATH      ../src
+
+SOURCE          AppRegExec_test.cpp AppRegExec_testBlocks.cpp
+
+LIBRARY         euser.lib
+LIBRARY         StifTestInterface.lib
+LIBRARY         stiftestengine.lib
+LIBRARY			efsrv.lib 
+
+LIBRARY			bafl.lib
+
+LANG            SC
+
+
+
+// End of File