TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/Protocol/ConfigurationManagerProtocol.h>
Data Fields | |
UINT32 | Revision |
The Configuration Manager Protocol revision. | |
EDKII_CONFIGURATION_MANAGER_GET_OBJECT | GetObject |
EDKII_CONFIGURATION_MANAGER_SET_OBJECT | SetObject |
EDKII_PLATFORM_REPOSITORY_INFO * | PlatRepoInfo |
The EDKII_CONFIGURATION_MANAGER_PROTOCOL structure describes the Configuration Manager Protocol interface.
Definition at line 96 of file ConfigurationManagerProtocol.h.
EDKII_CONFIGURATION_MANAGER_GET_OBJECT ConfigurationManagerProtocol::GetObject |
The interface used to request information about the Configuration Manager Objects.
Definition at line 103 of file ConfigurationManagerProtocol.h.
EDKII_PLATFORM_REPOSITORY_INFO* ConfigurationManagerProtocol::PlatRepoInfo |
Pointer to an implementation defined abstract repository provisioned by the Configuration Manager.
Definition at line 113 of file ConfigurationManagerProtocol.h.
UINT32 ConfigurationManagerProtocol::Revision |
The Configuration Manager Protocol revision.
Definition at line 98 of file ConfigurationManagerProtocol.h.
EDKII_CONFIGURATION_MANAGER_SET_OBJECT ConfigurationManagerProtocol::SetObject |
The interface used to update the information stored in the Configuration Manager repository.
Definition at line 108 of file ConfigurationManagerProtocol.h.