mirror of https://github.com/acidanthera/audk.git
1, Add missing header file reference in source code section
2, Add missing header file for protocol 3, Remove over specific protocol guid reference in INF file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8296c9807b
commit
5451bd96de
|
@ -25,6 +25,8 @@ Abstract:
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
#include <Protocol/DevicePath.h>
|
#include <Protocol/DevicePath.h>
|
||||||
#include <Protocol/LoadedImage.h>
|
#include <Protocol/LoadedImage.h>
|
||||||
|
#include <Protocol/HiiConfigAccess.h>
|
||||||
|
#include <Protocol/HiiDatabase.h>
|
||||||
#include <Library/UefiDriverEntryPoint.h>
|
#include <Library/UefiDriverEntryPoint.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
IScsiConfigDxe.vfr
|
IScsiConfigDxe.vfr
|
||||||
IScsiConfig.c
|
IScsiConfig.c
|
||||||
IScsiConfig.h
|
IScsiConfig.h
|
||||||
|
IScsiImpl.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
@ -70,8 +71,6 @@
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
UefiLib
|
UefiLib
|
||||||
BaseLib
|
BaseLib
|
||||||
MemoryAllocationLib
|
|
||||||
BaseMemoryLib
|
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiRuntimeServicesTableLib
|
UefiRuntimeServicesTableLib
|
||||||
DevicePathLib
|
DevicePathLib
|
||||||
|
@ -85,7 +84,6 @@
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiIScsiInitiatorNameProtocolGuid
|
gEfiIScsiInitiatorNameProtocolGuid
|
||||||
gEfiBlockIoProtocolGuid
|
|
||||||
gEfiTcp4ProtocolGuid
|
gEfiTcp4ProtocolGuid
|
||||||
gEfiExtScsiPassThruProtocolGuid
|
gEfiExtScsiPassThruProtocolGuid
|
||||||
gEfiDevicePathProtocolGuid
|
gEfiDevicePathProtocolGuid
|
||||||
|
|
Loading…
Reference in New Issue