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
This commit is contained in:
mdkinney 2010-12-17 22:47:06 +00:00
parent 12b7f509dc
commit e06752bb9b
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
BaseMemoryLib
SmmServicesTableLib
DebugLib
UefiDriverEntryPoint
MemoryAllocationLib
[Guids]