mirror of https://github.com/acidanthera/audk.git
Add EfiDriverLib to the [libraries] for the reference of EfiStrLen(), EfiAsciiStrLen(). This will prevent unresolved extern when EDK I module is built with GlueLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4956 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
12cb2d9625
commit
f22d031914
|
@ -42,5 +42,6 @@ COMPONENT_TYPE = LIBRARY
|
|||
|
||||
[libraries.common]
|
||||
EdkFrameworkProtocolLib
|
||||
EfiDriverLib
|
||||
|
||||
[nmake.common]
|
||||
|
|
Loading…
Reference in New Issue