configurationengine/source/plugins/symbian/integration-test/testdata/generate/expected_last_layer/hcr_test.h
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 #ifndef HCR_TEST_H
       
     2 #define HCR_TEST_H
       
     3 
       
     4 #include <hcr.h>
       
     5 
       
     6 const HCR::TCategoryUid KTestCategory = 0xABCDDCBA;
       
     7 
       
     8 const HCR::TElementId KInt32Setting = 0x00000000;
       
     9 const HCR::TElementId KBoolSetting  = 0x00000001;
       
    10 const HCR::TElementId KTextSetting  = 0x00000002;
       
    11 
       
    12 #endif