mirror of https://github.com/acidanthera/audk.git
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:
parent
12b7f509dc
commit
e06752bb9b
|
@ -41,7 +41,6 @@
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
SmmServicesTableLib
|
SmmServicesTableLib
|
||||||
DebugLib
|
DebugLib
|
||||||
UefiDriverEntryPoint
|
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
|
|
Loading…
Reference in New Issue