configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/expected/single_header/test1.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.

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "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: 
*
*/
#ifndef TEST1_H
#define TEST1_H

#include <hcr.h>

const HCR::TCategoryUid KTest1Category = 0x10001234;

const HCR::TElementId KInt8Setting       = 0x00000000;
// Test setting 2
const HCR::TElementId KUint32Setting     = 0x00000001;
const HCR::TElementId KInt32ArraySetting = 0x00000002;
const HCR::TElementId KBinDataSetting    = 0x00000003;

#endif