mirror of https://github.com/acidanthera/audk.git
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:
parent
1db5dde14b
commit
8e5b17b25e
|
@ -80,8 +80,8 @@
|
|||
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
|
||||
PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
|
||||
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||
GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
||||
|
@ -98,8 +98,8 @@
|
|||
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
||||
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
||||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
|
||||
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||
|
||||
################################################################################
|
||||
|
|
|
@ -25,7 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Protocol/GraphicsOutput.h>
|
||||
#include <Protocol/FirmwareVolume2.h>
|
||||
#include <Protocol/UgaDraw.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
#include <Guid/Bmp.h>
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkFormCallback.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
|
@ -29,10 +29,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/PrintLib.h>
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/FrameworkIfrSupportLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
|
||||
#include "NVDataStruc.h"
|
||||
|
||||
|
|
|
@ -46,10 +46,10 @@
|
|||
|
||||
|
||||
[LibraryClasses]
|
||||
HiiLibFramework
|
||||
FrameworkHiiLib
|
||||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
IfrSupportLibFramework
|
||||
FrameworkIfrSupportLib
|
||||
PrintLib
|
||||
BaseLib
|
||||
UefiDriverEntryPoint
|
||||
|
|
|
@ -21,8 +21,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <PiDxe.h>
|
||||
|
||||
#include <Guid/GlobalVariable.h>
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkFormCallback.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
@ -31,7 +31,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/FrameworkIfrSupportLib.h>
|
||||
|
||||
//
|
||||
// HII Database Global data
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
IfrSupportLibFramework
|
||||
FrameworkIfrSupportLib
|
||||
UefiRuntimeServicesTableLib
|
||||
UefiBootServicesTableLib
|
||||
BaseMemoryLib
|
||||
|
|
|
@ -18,9 +18,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkFormCallback.h>
|
||||
#include <Protocol/FrameworkFormBrowser.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
#include <Protocol/Print.h>
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
|
@ -31,7 +31,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/PrintLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
#include <Library/GraphicsLib.h>
|
||||
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
[LibraryClasses]
|
||||
GraphicsLib
|
||||
HiiLibFramework
|
||||
FrameworkHiiLib
|
||||
UefiRuntimeServicesTableLib
|
||||
UefiBootServicesTableLib
|
||||
PrintLib
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef __HII_LIB_H__
|
||||
#define __HII_LIB_H__
|
||||
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
/**
|
||||
This function allocates pool for an EFI_HII_PACKAGES structure
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __FRAMEWORK_FORM_BROWSER_H__
|
||||
#define __FRAMEWORK_FORM_BROWSER_H__
|
||||
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
|
||||
#define EFI_FORM_BROWSER_PROTOCOL_GUID \
|
|
@ -14,7 +14,7 @@
|
|||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
Module Name: FormCallbackFramework.h
|
||||
Module Name: FrameworkFormCallback.h
|
||||
|
||||
@par Revision Reference:
|
||||
This protocol is defined in HII spec 0.92.
|
||||
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
#include <Protocol/FrameworkFormBrowser.h>
|
||||
|
||||
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
|
||||
{ \
|
|
@ -12,7 +12,7 @@
|
|||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
Module Name: HiiFramework.h
|
||||
Module Name: FrameworkHii.h
|
||||
|
||||
@par Revision Reference:
|
||||
This protocol is defined in HII spec 0.92.
|
|
@ -24,8 +24,8 @@
|
|||
Include # Root include for the package
|
||||
|
||||
[LibraryClasses.common]
|
||||
HiiLibFramework|Include/Library/HiiLibFramework.h
|
||||
IfrSupportLibFramework|Include/Library/IfrSupportLibFramework.h
|
||||
FrameworkHiiLib|Include/Library/FrameworkHiiLib.h
|
||||
FrameworkIfrSupportLib|Include/Library/FrameworkIfrSupportLib.h
|
||||
SmmLib|Include/Library/SmmLib.h
|
||||
|
||||
[Guids.common]
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
################################################################################
|
||||
[Components.common]
|
||||
IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
||||
IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf
|
||||
IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
|
||||
IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
|
||||
IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
||||
IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
|
||||
IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <FrameworkDxe.h>
|
||||
|
||||
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = HiiLibFramework
|
||||
BASE_NAME = FrameworkHiiLib
|
||||
FILE_GUID = 1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = HiiLibFramework|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
LIBRARY_CLASS = FrameworkHiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
|
@ -17,11 +17,11 @@
|
|||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = IfrSupportLibFramework
|
||||
BASE_NAME = FrameworkIfrSupportLib
|
||||
FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = IfrSupportLibFramework|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
LIBRARY_CLASS = FrameworkIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
|
@ -20,9 +20,9 @@
|
|||
#include <PiDxe.h>
|
||||
|
||||
#include <Guid/GlobalVariable.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/FrameworkIfrSupportLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
**/
|
||||
|
||||
#include "UefiLibFramework.h"
|
||||
#include "FrameworkUefiLib.h"
|
||||
|
||||
typedef struct {
|
||||
CHAR16 WChar;
|
|
@ -1,6 +1,6 @@
|
|||
/** @file
|
||||
Header file to include header files common to all source files in
|
||||
UefiLibFramework.
|
||||
FrameworkUefiLib.
|
||||
|
||||
Copyright (c) 2007, Intel Corporation<BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
@ -11,7 +11,7 @@
|
|||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
Module Name: UefiLibFramework.h
|
||||
Module Name: FrameworkUefiLib.h
|
||||
|
||||
**/
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = UefiLibFramework
|
||||
BASE_NAME = FrameworkUefiLib
|
||||
FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
**/
|
||||
|
||||
#include "UefiLibFramework.h"
|
||||
#include "FrameworkUefiLib.h"
|
||||
|
||||
/**
|
||||
Intialize a driver by installing the Driver Binding Protocol onto the driver's
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
**/
|
||||
|
||||
#include "UefiLibFramework.h"
|
||||
#include "FrameworkUefiLib.h"
|
||||
|
||||
/**
|
||||
Compare whether two names of languages are identical.
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
**/
|
||||
|
||||
#include "UefiLibFramework.h"
|
||||
#include "FrameworkUefiLib.h"
|
||||
|
||||
/**
|
||||
Internal function which prints a formatted Unicode string to the console output device
|
|
@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
**/
|
||||
|
||||
#include "UefiLibFramework.h"
|
||||
#include "FrameworkUefiLib.h"
|
||||
|
||||
/**
|
||||
An empty function to pass error checking of CreateEventEx ().
|
|
@ -116,7 +116,7 @@
|
|||
FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
||||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||
HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
UsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
||||
NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
||||
IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
||||
|
|
|
@ -24,7 +24,7 @@ Revision History
|
|||
#define _GRAPHICS_CONSOLE_H
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
#include <Protocol/SimpleTextOut.h>
|
||||
#include <Protocol/GraphicsOutput.h>
|
||||
#include <Protocol/UgaDraw.h>
|
||||
|
@ -32,7 +32,7 @@ Revision History
|
|||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/FrameworkHiiLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
UefiLib
|
||||
UefiDriverEntryPoint
|
||||
DebugLib
|
||||
HiiLibFramework
|
||||
FrameworkHiiLib
|
||||
|
||||
[Protocols]
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue