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:
qhuang8
2007-09-29 11:20:23 +00:00
parent 19fe43c299
commit e1107a76ad
3 changed files with 270 additions and 94 deletions

View File

@@ -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