Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3989 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -131,8 +131,9 @@ EFI_WIN_NT_PASS_THRU - associates a device with our PCI support
|
||||
//
|
||||
// WinNt Bus Driver Global Variables
|
||||
//
|
||||
extern EFI_DRIVER_BINDING_PROTOCOL gWinNtBusDriverBinding;
|
||||
extern EFI_COMPONENT_NAME_PROTOCOL gWinNtBusDriverComponentName;
|
||||
extern EFI_DRIVER_BINDING_PROTOCOL gWinNtBusDriverBinding;
|
||||
extern EFI_COMPONENT_NAME_PROTOCOL gWinNtBusDriverComponentName;
|
||||
extern EFI_COMPONENT_NAME2_PROTOCOL gWinNtBusDriverComponentName2;
|
||||
|
||||
//
|
||||
// WinNt Bus Controller Structure
|
||||
|
Reference in New Issue
Block a user