williamr@2
|
1 |
/*
|
williamr@2
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
williamr@2
|
3 |
* All rights reserved.
|
williamr@2
|
4 |
* This component and the accompanying materials are made available
|
williamr@4
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
williamr@2
|
6 |
* which accompanies this distribution, and is available
|
williamr@4
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
williamr@2
|
8 |
*
|
williamr@2
|
9 |
* Initial Contributors:
|
williamr@2
|
10 |
* Nokia Corporation - initial contribution.
|
williamr@2
|
11 |
*
|
williamr@2
|
12 |
* Contributors:
|
williamr@2
|
13 |
*
|
williamr@4
|
14 |
* Description: Defines Series 60 specific feature constants for common
|
williamr@4
|
15 |
* Feature Manager component. This file is included by
|
williamr@4
|
16 |
* Feature Manager component when building it.
|
williamr@4
|
17 |
* The counterpart for this file is the generic SpdStaticFeatures.hrh.
|
williamr@2
|
18 |
*
|
williamr@2
|
19 |
*/
|
williamr@2
|
20 |
|
williamr@4
|
21 |
|
williamr@4
|
22 |
|
williamr@2
|
23 |
/*
|
williamr@2
|
24 |
*
|
williamr@2
|
25 |
Usage of the file in the FeatMgr/featmgrstaticfeatures.hrh:
|
williamr@2
|
26 |
-----------------------------------------------------------
|
williamr@2
|
27 |
#include <bldvariant.hrh>
|
williamr@2
|
28 |
const TInt KFeatMgrStaticFeatures[] =
|
williamr@2
|
29 |
{
|
williamr@2
|
30 |
#include "SPDStaticFeatures.hrh"
|
williamr@2
|
31 |
#include "PlatformStaticFeatures.hrh"
|
williamr@2
|
32 |
KFeatMgrFeatureArrayEndMark // End mark, don't remove!
|
williamr@2
|
33 |
};
|
williamr@2
|
34 |
*/
|
williamr@2
|
35 |
|
williamr@2
|
36 |
//includes domain specific Carbon generated files
|
williamr@2
|
37 |
#include <PrivateStaticFeatures.hrh>
|
williamr@2
|
38 |
#include <PublicStaticFeatures.hrh>
|