Discussion:
[edk2] [patch] MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDs
Tian Feng
2015-07-09 03:38:54 UTC
Permalink
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 <***@intel.com>
---
.../UefiDevicePathLibOptionalDevicePathProtocol.inf | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
index 943ba2d..9e3029c 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
--
1.9.5.msysgit.0
Qiu, Shumin
2015-07-09 05:45:30 UTC
Permalink
Reviewed-by: Qiu Shumin <***@intel.com>

-----Original Message-----
From: Tian, Feng
Sent: Thursday, July 09, 2015 11:39 AM
To: Qiu, Shumin
Cc: edk2-***@lists.sourceforge.net; Tian, Feng
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 <***@intel.com>
---
.../UefiDevicePathLibOptionalDevicePathProtocol.inf | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
index 943ba2d..9e3029c 100644
--- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
+++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePa
+++ thProtocol.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
--
1.9.5.msysgit.0

Loading...