Expose hardware config size and user config size as system properties.

This commit is contained in:
László Monda
2017-07-23 20:20:13 +02:00
parent c5abbdcd54
commit c3d9938192
2 changed files with 13 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
SystemPropertyId_BridgeProtocolVersion = 1,
SystemPropertyId_DataModelVersion = 2,
SystemPropertyId_FirmwareVersion = 3,
SystemPropertyId_HardwareConfigSize = 4,
SystemPropertyId_UserConfigSize = 5,
} system_property_t;
#endif