From e06752bb9b8b38a8e503d446e5c3cdd5264fcda0 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 17 Dec 2010 22:47:06 +0000 Subject: [PATCH] Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implementations should never link against an entry point lib. Only modules implementation should link against an entry point lib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11179 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf b/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf index dd0f96cc4c..0202cb34ef 100644 --- a/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf @@ -41,7 +41,6 @@ BaseMemoryLib SmmServicesTableLib DebugLib - UefiDriverEntryPoint MemoryAllocationLib [Guids] -- 2.39.2