From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.4529.1608108451937019410 for ; Wed, 16 Dec 2020 00:47:32 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: zhuyanming@byosoft.com.cn) Received: from localhost.localdomain ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 16 Dec 2020 16:47:27 +0800 X-WM-Sender: zhuyanming@byosoft.com.cn From: "Yanming Zhu" To: devel@edk2.groups.io Cc: Liming Gao Subject: [PATCH 3/3] MinPlatformPkg: Add a Lib for MinPlatformPkg. Date: Wed, 16 Dec 2020 16:47:20 +0800 Message-Id: <20201216084720.113-1-zhuyanming@byosoft.com.cn> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3036 MinDsdt is missing a LibraryClasses dependency for MemoryAllocationLib,so I add it for this. Cc:Chasel Chiu Cc:Nate DeSimone Cc:Liming Gao Cc:Eric Dong Signed-off-by: Yanming Zhu Reviewed-by: Liming Gao --- Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf b/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf index 1066f13c..3437bc48 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf +++ b/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf @@ -31,6 +31,7 @@ UefiBootServicesTableLib UefiRuntimeServicesTableLib BaseMemoryLib + MemoryAllocationLib [Protocols] gEfiAcpiTableProtocolGuid ## CONSUMES -- 2.28.0.windows.1