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:
qhuang8 2008-03-27 04:39:51 +00:00
parent 12cb2d9625
commit f22d031914
1 changed files with 1 additions and 0 deletions

View File

@ -42,5 +42,6 @@ COMPONENT_TYPE = LIBRARY
[libraries.common]
EdkFrameworkProtocolLib
EfiDriverLib
[nmake.common]