configurationengine/source/plugins/symbian/integration-test/testdata/generate/expected_last_layer/hcr_test.h
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

#ifndef HCR_TEST_H
#define HCR_TEST_H

#include <hcr.h>

const HCR::TCategoryUid KTestCategory = 0xABCDDCBA;

const HCR::TElementId KInt32Setting = 0x00000000;
const HCR::TElementId KBoolSetting  = 0x00000001;
const HCR::TElementId KTextSetting  = 0x00000002;

#endif