imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils/eunitcommon/eunittstdllbase.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:54:49 +0200
changeset 0 e6b17d312c8b
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2006 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:
*
*/

// To get the MW_LAYER_SYSTEMINCLUDE-definition
#include <platform_paths.hrh>

// DEFINES
#define KEUnitUid3 0x1000af59
#define KEUnitTestDllUid2 0x1000af5a


// COMMON TEST DLL TARGET DEFINITIONS
#if defined(ARMCC)
deffile             ./eunittstdll_armv5.def
#elif defined(MARM)
deffile             ./eunittstdll_marm.def
#elif defined(WINS)
deffile             ./eunittstdll_wins.def
#endif

UID                 KEUnitTestDllUid2 KEUnitUid3
TARGETTYPE          dll
CAPABILITY          ALL -TCB
VENDORID            VID_DEFAULT
NOEXPORTLIBRARY


// COMMON TEST DLL INCLUDE PATHS
// Default system include paths for middleware layer modules.
MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE       /epoc32/include/digia/eunit
USERINCLUDE         .


// COMMON TEST DLL DEPENDENCIES TO SYSTEM COMPONENTS
LIBRARY             euser.lib
LIBRARY             eunit.lib
LIBRARY             eunitutil.lib
LIBRARY             aknnotify.lib