diff options
author | Liu, Zhiguang <Zhiguang.Liu@intel.com> | 2021-11-24 17:15:08 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-12-08 04:08:21 +0000 |
commit | 94e0a7bddb4021d21e55fe703b4ee41634f7c2b1 (patch) | |
tree | 70b702cfed51159333cdabfcb674e747bdee8345 /UefiPayloadPkg/Library | |
parent | b2f7ee2dedb4def586969f7bfae6911b9f089a93 (diff) | |
download | edk2-94e0a7bddb4021d21e55fe703b4ee41634f7c2b1.tar.gz edk2-94e0a7bddb4021d21e55fe703b4ee41634f7c2b1.tar.bz2 edk2-94e0a7bddb4021d21e55fe703b4ee41634f7c2b1.zip |
UefiPayloadPkg: Add missing Guid gUefiAcpiBoardInfoGuid
The library PciSegmentInfoLibAcpiBoardInfo consumes the Guid gUefiAcpiBoardInfoGuid.
Reviewed-by: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'UefiPayloadPkg/Library')
-rw-r--r-- | UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf b/UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf index ec4dbaaa55..b6140ab72f 100644 --- a/UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf +++ b/UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf @@ -34,3 +34,6 @@ PcdLib
HobLib
DebugLib
+
+[Guids]
+ gUefiAcpiBoardInfoGuid
|