Update following library class/Protocol for puting 'Framework' as prefix
FrameworkHii FrameworkFormBrowser FrameworkFormCallback FrameworkIfrSupportLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4196 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -26,14 +26,14 @@ Abstract:
|
||||
#include <FrameworkDxe.h>
|
||||
#include <Protocol/Cpu.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Guid/DataHubProducer.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/WinNtIo.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
|
@@ -48,7 +48,7 @@
|
||||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
UefiDriverEntryPoint
|
||||
HiiLibFramework
|
||||
FrameworkHiiLib
|
||||
DebugLib
|
||||
|
||||
[Guids]
|
||||
|
@@ -23,7 +23,7 @@ Abstract:
|
||||
#define _BDS_LIB_H_
|
||||
|
||||
#include <Protocol/SimpleTextOut.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
extern EFI_HANDLE mBdsImageHandle;
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
#include <Protocol/SimpleNetwork.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/FrameworkFormBrowser.h>
|
||||
#include <Protocol/LegacyBios.h>
|
||||
#include <Protocol/DriverBinding.h>
|
||||
#include <Protocol/LoadFile.h>
|
||||
|
@@ -69,7 +69,7 @@
|
||||
BaseMemoryLib
|
||||
UefiDriverEntryPoint
|
||||
UefiLib
|
||||
HiiLibFramework
|
||||
FrameworkHiiLib
|
||||
DebugLib
|
||||
BaseLib
|
||||
PcdLib
|
||||
|
@@ -30,7 +30,7 @@ Abstract:
|
||||
#include <Protocol/WinNtIo.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
|
@@ -59,12 +59,12 @@
|
||||
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
||||
PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
|
||||
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
||||
IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
||||
FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
|
||||
GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
||||
FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
||||
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||
UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
||||
RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
[LibraryClasses.common.DXE_SMM_DRIVER]
|
||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
||||
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
||||
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
||||
@@ -153,7 +153,7 @@
|
||||
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
||||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
||||
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
||||
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
||||
@@ -171,7 +171,7 @@
|
||||
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
||||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
||||
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
||||
ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||
@@ -188,7 +188,7 @@
|
||||
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
||||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
||||
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
||||
ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||
@@ -203,7 +203,7 @@
|
||||
[LibraryClasses.common.UEFI_APPLICATION]
|
||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
||||
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
||||
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
||||
|
@@ -26,19 +26,19 @@ Revision History
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Common/MaxBbsEntries.h>
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/FrameworkFormCallback.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/LoadFile.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/Bds.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/FrameworkFormBrowser.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
#include <Protocol/ConsoleControl.h>
|
||||
#include <Protocol/GenericMemoryTest.h>
|
||||
#include <Protocol/GraphicsOutput.h>
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
#include <Protocol/SerialIo.h>
|
||||
#include <Protocol/LegacyBios.h>
|
||||
#include <Protocol/Performance.h>
|
||||
@@ -59,7 +59,7 @@ Revision History
|
||||
#include <Library/DxeServicesTableLib.h>
|
||||
#include <Library/PerformanceLib.h>
|
||||
#include <Library/PrintLib.h>
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/FrameworkIfrSupportLib.h>
|
||||
#include <Library/ReportStatusCodeLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Library/EdkGenericBdsLib.h>
|
||||
@@ -68,7 +68,7 @@ Revision History
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
||||
|
@@ -82,7 +82,7 @@
|
||||
|
||||
[LibraryClasses]
|
||||
PeCoffLib
|
||||
HiiLibFramework
|
||||
FrameworkHiiLib
|
||||
DevicePathLib
|
||||
UefiRuntimeServicesTableLib
|
||||
UefiBootServicesTableLib
|
||||
@@ -91,7 +91,7 @@
|
||||
EdkGenericBdsLib
|
||||
HobLib
|
||||
ReportStatusCodeLib
|
||||
IfrSupportLibFramework
|
||||
FrameworkIfrSupportLib
|
||||
PrintLib
|
||||
PerformanceLib
|
||||
DxeServicesTableLib
|
||||
|
Reference in New Issue
Block a user