configurationengine/source/plugins/symbian/integration-test/testdata/generate/expected_last_layer/hcr_test.h
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/symbian/integration-test/testdata/generate/expected_last_layer/hcr_test.h	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,12 @@
+#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
\ No newline at end of file