diff -r 000000000000 -r e6b17d312c8b ximpfw/tsrc/tsrcutils/eunitcommon/eunittstdllbase.hrh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ximpfw/tsrc/tsrcutils/eunitcommon/eunittstdllbase.hrh Thu Dec 17 08:54:49 2009 +0200 @@ -0,0 +1,53 @@ +/* +* 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: XIMP Framework Test code +* +*/ + +// To get the MW_LAYER_SYSTEMINCLUDE-definition +#include + +// 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