os/ossrv/lowlevellibsandfws/pluginfw/Group/EcomTest.hrh
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Group/EcomTest.hrh	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,52 @@
     1.4 +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Configuration options for ECOM component test harnesses
    1.18 +// This file is appended to the platform specific hrh file by 
    1.19 +// the overnight build system for testing
    1.20 +// File can exist in MCL/release codelines but must not be included anywhere.
    1.21 +// Macro used for component testing EComServer.
    1.22 +// When this macro is defined CServerStartupMgr is derived from 
    1.23 +// CDmDomainTestHarness otherwise it is directly derived from CDmDomain.
    1.24 +// CDmDomainTestHarness provides some testing functionality which
    1.25 +// allows for component testing of EComServer. When this macro is
    1.26 +// not defined some of the tests are completely disabled, therefore enabled
    1.27 +// by default.
    1.28 +// 
    1.29 +//
    1.30 +
    1.31 +/**
    1.32 + @internalComponent
    1.33 +*/
    1.34 +#define __ECOM_SERVER_TESTABILITY__
    1.35 +
    1.36 +
    1.37 +/**
    1.38 +@internalComponent
    1.39 +Macro used for performance testing EComServer. When this macro
    1.40 +is defined performance sampling code is built. These macros are used for
    1.41 +recording timer values at different probe points. The timer macros 
    1.42 +are defined in ~Framework/Frame/EComPerformance.h
    1.43 +Enabled by default so that performance tests can be run.
    1.44 +*/
    1.45 +#define __ECOM_SERVER_PERFORMANCE__
    1.46 +
    1.47 +
    1.48 +/**
    1.49 +@internalComponent
    1.50 +When macro defined trace messages for ECOM server and client are 
    1.51 +compiled in and sent to RDebug.
    1.52 +This line must always be commented before submitting to the MCL. See EComDebug.h
    1.53 +*/
    1.54 +//#define ECOM_TRACE
    1.55 +