installationservices/swi/test/tdataprovider/tdataprovider.mmp
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:36:45 +0100
branchCompilerCompatibility
changeset 21 de6723242771
parent 0 ba25891c3a9e
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

/*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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: 
* Using relative paths for sourcepath and user includes
* tdataprovider.exe Test harness for dataprovider testing.
*
*/


/**
 @file		tdataprovider.mmp
*/

TARGET     	tdataprovider.exe
TARGETTYPE 	exe
UID             	0x1000007A 0x101F777C
VENDORID 	0x70000001

SOURCEPATH  .
SOURCE		tdataprovider.cpp
SOURCE		tdataproviderstep.cpp

USERINCLUDE		.
USERINCLUDE		../..
USERINCLUDE		../../inc
USERINCLUDE		../../inc/swi

MW_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY     	euser.lib
LIBRARY		testexecuteutils.lib
LIBRARY		efsrv.lib
LIBRARY		testexecutelogclient.lib
LIBRARY		swidataprovider.lib
LIBRARY		cafdataprovider.lib
LIBRARY		charconv.lib
SMPSAFE