diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-17 22:47:06 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-17 22:47:06 +0000 |
commit | e06752bb9b8b38a8e503d446e5c3cdd5264fcda0 (patch) | |
tree | a8b08bda604ea800feb8b2ac2203fbf53ba9359b /MdeModulePkg | |
parent | 12b7f509dcc58e242baa783d96b76cd0a64aea65 (diff) | |
download | edk2-platforms-e06752bb9b8b38a8e503d446e5c3cdd5264fcda0.tar.xz |
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
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]
|