project/com.nokia.carbide.cpp.epoc.engine.tests/data/s60/PbkConfig.hrh
author timkelly
Wed, 25 Mar 2009 11:53:32 -0500
changeset 7 2b2ec8fad47a
parent 2 d760517a8095
permissions -rw-r--r--
add feature.properties to bin for build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
/*
cawthron
parents:
diff changeset
     2
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
cawthron
parents:
diff changeset
     3
* All rights reserved.
cawthron
parents:
diff changeset
     4
* This component and the accompanying materials are made available
cawthron
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
cawthron
parents:
diff changeset
     6
* which accompanies this distribution, and is available
cawthron
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
cawthron
parents:
diff changeset
     8
*
cawthron
parents:
diff changeset
     9
* Initial Contributors:
cawthron
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
cawthron
parents:
diff changeset
    11
*
cawthron
parents:
diff changeset
    12
* Contributors:
cawthron
parents:
diff changeset
    13
*
cawthron
parents:
diff changeset
    14
* Description: 
cawthron
parents:
diff changeset
    15
*		This is the main build-time configuration file of Phonebook application and
cawthron
parents:
diff changeset
    16
*		its components.
cawthron
parents:
diff changeset
    17
*
cawthron
parents:
diff changeset
    18
*/
cawthron
parents:
diff changeset
    19
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
#ifndef __PbkConfig_HRH__
cawthron
parents:
diff changeset
    22
#define __PbkConfig_HRH__
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
//  INCLUDES
cawthron
parents:
diff changeset
    25
cawthron
parents:
diff changeset
    26
// Series60 configuration flags
cawthron
parents:
diff changeset
    27
#include <bldvariant.hrh>
cawthron
parents:
diff changeset
    28
#include <defaultcaps.hrh>
cawthron
parents:
diff changeset
    29
cawthron
parents:
diff changeset
    30
#ifndef __cplusplus
cawthron
parents:
diff changeset
    31
  // Include this only in mmp-file and resource contexts
cawthron
parents:
diff changeset
    32
  #include <domain\osextensions\data_caging_paths.hrh>
cawthron
parents:
diff changeset
    33
#endif // __cplusplus
cawthron
parents:
diff changeset
    34
cawthron
parents:
diff changeset
    35
// Put flags you want to enable or disable for testing here.
cawthron
parents:
diff changeset
    36
// In order for this to work all Phonebook source files that need the platform
cawthron
parents:
diff changeset
    37
// flags should not include <bldvariant.hrh> directly but this file.
cawthron
parents:
diff changeset
    38
// DO NOT check this file out from version control if you modify it only for
cawthron
parents:
diff changeset
    39
// testing. Modify only your local copy.
cawthron
parents:
diff changeset
    40
cawthron
parents:
diff changeset
    41
#endif // __PbkConfig_HRH__
cawthron
parents:
diff changeset
    42
cawthron
parents:
diff changeset
    43
// End of File
cawthron
parents:
diff changeset
    44