Open nicklela opened 2 years ago
struct _EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL { EDKII_REDFISH_PLATFORM_CONFIG_GET_VALUE GetValue; EDKII_REDFISH_PLATFORM_CONFIG_SET_VALUE SetValue; EDKII_REDFISH_PLATFORM_CONFIG_GET_CONFIG_LANG GetConfigureLang; EDKII_REDFISH_PLATFORM_CONFIG_GET_SUPPORTED_SCHEMA GetSupportedSchema; };
Consider to create EDKII_REDFISH_PLATFORM_CONFIG_GET_ATTRIBUTE GetAttribute;
Example in UNI:
Working in progress. The interface to get default value and option details is ready. Dependency and Menu will be handled later.
Code review here: