TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/ComponentName2.h>
Data Fields | |
EFI_COMPONENT_NAME2_GET_DRIVER_NAME | GetDriverName |
EFI_COMPONENT_NAME2_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 148 of file ComponentName2.h.
EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME _EFI_COMPONENT_NAME2_PROTOCOL::GetControllerName |
Definition at line 150 of file ComponentName2.h.
EFI_COMPONENT_NAME2_GET_DRIVER_NAME _EFI_COMPONENT_NAME2_PROTOCOL::GetDriverName |
Definition at line 149 of file ComponentName2.h.
CHAR8* _EFI_COMPONENT_NAME2_PROTOCOL::SupportedLanguages |
A Null-terminated ASCII string array that contains one or more supported language codes. This is the list of language codes that this protocol supports. The number of languages supported by a driver is up to the driver writer. SupportedLanguages is specified in RFC 4646 format.
Definition at line 159 of file ComponentName2.h.