debugapps/appregexec/tsrc/group/AppRegExec_test_nrm.mmp
author hgs
Mon, 04 Oct 2010 10:09:02 +0300
changeset 53 819e59dfc032
permissions -rw-r--r--
201039

/*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