diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/symbian/integration-test/testdata/generate/expected_last_layer/hcr_test.h --- /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 + +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