mirror of https://github.com/acidanthera/audk.git
MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDs
UefiDevicePathLibOptionalDevicePathProtocol.inf needs to be updated to add RamDisk related GUIDs for passing compiler build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17901 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
246628053f
commit
1f149f8ca6
|
@ -65,6 +65,14 @@
|
||||||
gEfiUartDevicePathGuid
|
gEfiUartDevicePathGuid
|
||||||
## SOMETIMES_CONSUMES ## GUID
|
## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiSasDevicePathGuid
|
gEfiSasDevicePathGuid
|
||||||
|
## SOMETIMES_CONSUMES ## GUID
|
||||||
|
gEfiVirtualDiskGuid
|
||||||
|
## SOMETIMES_CONSUMES ## GUID
|
||||||
|
gEfiVirtualCdGuid
|
||||||
|
## SOMETIMES_CONSUMES ## GUID
|
||||||
|
gEfiPersistentVirtualDiskGuid
|
||||||
|
## SOMETIMES_CONSUMES ## GUID
|
||||||
|
gEfiPersistentVirtualCdGuid
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
Loading…
Reference in New Issue