configurationengine/source/plugins/symbian/integration-test/testdata/generate/expected_last_layer/hcr_test.h
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 3 e7e0ae78773e
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

#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