sf_config/config/inc/ProductVariant.hrh
author MattD <mattd@symbian.org>
Mon, 08 Feb 2010 13:30:22 +0000
changeset 1 e7fcfcd96f19
parent 0 6d65d5acee06
permissions -rw-r--r--
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     1
/*
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     3
* All rights reserved.
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     8
*
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     9
* Initial Contributors:
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    11
*
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    12
* Contributors:
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    13
*
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    14
* Description: 
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    15
*
1
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    16
*  The file is included by any code (cpp and resource) that needs to
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    17
*  have static (compilation time, link time, image build time) or
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    18
*  dynamic (run time) variation support for variant specific features.
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    19
*
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    20
*  This file is meant for licensees to customize the default variability
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    21
*  settings configured for the release. The existing values can overridden
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    22
*  in this file by defining/undefining feature flags.
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    23
*
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    24
*
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    25
*
0
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    26
*/
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    27
1
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    28
e7fcfcd96f19 Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents: 0
diff changeset
    29
0
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    30
#ifndef PRODUCTVARIANT_HRH
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    31
#define PRODUCTVARIANT_HRH
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    32
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    33
// Add changes to the default values here.
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    34
6d65d5acee06 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    35
#endif