configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/expected/multi_header/multi_header.h
author terytkon
Thu, 11 Mar 2010 18:20:56 +0200
changeset 1 b538b70cbe51
parent 0 2e8eeb919028
child 4 0951727b8815
permissions -rw-r--r--
Move rest of the swconfigmdw package components to oss repository. -Changed sfl licences to epl.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     1
/*
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     3
* All rights reserved.
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     4
* This component and the accompanying materials are made available
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     6
* which accompanies this distribution, and is available
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     8
*
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
     9
* Initial Contributors:
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    10
* Nokia Corporation - initial contribution.
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    11
*
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    12
* Contributors:
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    13
*
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    14
* Description: 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    15
*
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents: 0
diff changeset
    16
*/
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
#ifndef MULTI_HEADER_H
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
#define MULTI_HEADER_H
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
#include <hcr.h>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
const HCR::TCategoryUid KTest1Category = 0x10001234;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
const HCR::TElementId KInt8Setting       = 0x00000000;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
// Test setting 2
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
const HCR::TElementId KUint32Setting     = 0x00000001;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
const HCR::TElementId KInt32ArraySetting = 0x00000002;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
const HCR::TElementId KBinDataSetting    = 0x00000003;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
// ----------------------------------------------------------------------
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
const HCR::TCategoryUid KTest2Category = 0x20001234;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
const HCR::TElementId KLinAddrSetting     = 0x00000000;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
const HCR::TElementId KInt64Setting       = 0x00000001;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
const HCR::TElementId KUint32ArraySetting = 0x00000002;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
const HCR::TElementId KText8Setting       = 0x00000003;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
// ----------------------------------------------------------------------
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
const HCR::TCategoryUid KTest3Category = 0x30001234;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
const HCR::TElementId KBoolSetting = 0x00000000;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
#endif