TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/ComponentName.h>
Data Fields | |
EFI_COMPONENT_NAME_GET_DRIVER_NAME | GetDriverName |
EFI_COMPONENT_NAME_GET_CONTROLLER_NAME | GetControllerName |
CHAR8 * | SupportedLanguages |
This protocol is used to retrieve user readable names of drivers and controllers managed by UEFI Drivers.
Definition at line 108 of file ComponentName.h.
EFI_COMPONENT_NAME_GET_CONTROLLER_NAME _EFI_COMPONENT_NAME_PROTOCOL::GetControllerName |
Definition at line 110 of file ComponentName.h.
EFI_COMPONENT_NAME_GET_DRIVER_NAME _EFI_COMPONENT_NAME_PROTOCOL::GetDriverName |
Definition at line 109 of file ComponentName.h.
CHAR8* _EFI_COMPONENT_NAME_PROTOCOL::SupportedLanguages |
A Null-terminated ASCII string that contains one or more ISO 639-2 language codes. This is the list of language codes that this protocol supports.
Definition at line 116 of file ComponentName.h.