From 1f149f8ca6a0d273b3e28c047d868399c4890d79 Mon Sep 17 00:00:00 2001 From: Feng Tian Date: Thu, 9 Jul 2015 08:51:54 +0000 Subject: [PATCH] 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 Reviewed-by: Qiu Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17901 6f19259b-4bc3-4df7-8a09-765794883524 --- .../UefiDevicePathLibOptionalDevicePathProtocol.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf index 943ba2d6c7..9e3029cd1c 100644 --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf @@ -65,6 +65,14 @@ gEfiUartDevicePathGuid ## SOMETIMES_CONSUMES ## GUID gEfiSasDevicePathGuid + ## SOMETIMES_CONSUMES ## GUID + gEfiVirtualDiskGuid + ## SOMETIMES_CONSUMES ## GUID + gEfiVirtualCdGuid + ## SOMETIMES_CONSUMES ## GUID + gEfiPersistentVirtualDiskGuid + ## SOMETIMES_CONSUMES ## GUID + gEfiPersistentVirtualCdGuid [Protocols] gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES -- 2.39.2