configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/expected/multi_header/multi_header.h
changeset 0 2e8eeb919028
child 1 b538b70cbe51
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 #ifndef MULTI_HEADER_H
       
     2 #define MULTI_HEADER_H
       
     3 
       
     4 #include <hcr.h>
       
     5 
       
     6 const HCR::TCategoryUid KTest1Category = 0x10001234;
       
     7 
       
     8 const HCR::TElementId KInt8Setting       = 0x00000000;
       
     9 // Test setting 2
       
    10 const HCR::TElementId KUint32Setting     = 0x00000001;
       
    11 const HCR::TElementId KInt32ArraySetting = 0x00000002;
       
    12 const HCR::TElementId KBinDataSetting    = 0x00000003;
       
    13 
       
    14 // ----------------------------------------------------------------------
       
    15 
       
    16 const HCR::TCategoryUid KTest2Category = 0x20001234;
       
    17 
       
    18 const HCR::TElementId KLinAddrSetting     = 0x00000000;
       
    19 const HCR::TElementId KInt64Setting       = 0x00000001;
       
    20 const HCR::TElementId KUint32ArraySetting = 0x00000002;
       
    21 const HCR::TElementId KText8Setting       = 0x00000003;
       
    22 
       
    23 // ----------------------------------------------------------------------
       
    24 
       
    25 const HCR::TCategoryUid KTest3Category = 0x30001234;
       
    26 
       
    27 const HCR::TElementId KBoolSetting = 0x00000000;
       
    28 
       
    29 #endif