In the Entity[State/Item]RegistryTypeType, we should make the following changes to more accurately reflect the different possible data types in the Windows registry:
- reg_dword_little_endian should be deprecated or removed (it is defined to have the same value as reg_dword)
- reg_qword_little_endian should be deprecated or removed (it is defined to have the same value as reg_qword)
- reg_resource_list should be added
- reg_full_resource_descriptor should be added
- reg_resource_requirements_list should be added