mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Add UNI files for BootManagerPolicyDxe driver.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17452 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
99294cbbdb
commit
67b6269ada
|
@ -15,6 +15,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = BootManagerPolicyDxe
|
BASE_NAME = BootManagerPolicyDxe
|
||||||
|
MODULE_UNI_FILE = BootManagerPolicyDxe.uni
|
||||||
FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0
|
FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
|
@ -56,3 +57,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
|
BootManagerPolicyDxeExtra.uni
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue