project/com.nokia.carbide.cpp.epoc.engine.tests/data/s60/PbkConfig.hrh
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality

/*
* Copyright (c) 2002 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: 
*		This is the main build-time configuration file of Phonebook application and
*		its components.
*
*/


#ifndef __PbkConfig_HRH__
#define __PbkConfig_HRH__

//  INCLUDES

// Series60 configuration flags
#include <bldvariant.hrh>
#include <defaultcaps.hrh>

#ifndef __cplusplus
  // Include this only in mmp-file and resource contexts
  #include <domain\osextensions\data_caging_paths.hrh>
#endif // __cplusplus

// Put flags you want to enable or disable for testing here.
// In order for this to work all Phonebook source files that need the platform
// flags should not include <bldvariant.hrh> directly but this file.
// DO NOT check this file out from version control if you modify it only for
// testing. Modify only your local copy.

#endif // __PbkConfig_HRH__

// End of File