mirror of https://github.com/acidanthera/audk.git
Update PalCallLib to PalLib in BasePalLibNull.inf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6789 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
891193ee4f
commit
b17f9e9526
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = BasePalCallLibNull
|
BASE_NAME = BasePalLibNull
|
||||||
FILE_GUID = 632D5625-B73D-43b8-AF30-8D225D96168E
|
FILE_GUID = 632D5625-B73D-43b8-AF30-8D225D96168E
|
||||||
MODULE_TYPE = BASE
|
MODULE_TYPE = BASE
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PalCallLib
|
LIBRARY_CLASS = PalLib
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue