MdeModulePkg: Update SerialDxe inf to include the module uni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19509 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
28bf7f2370
commit
b46354d6dd
|
@ -16,6 +16,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = SerialDxe
|
BASE_NAME = SerialDxe
|
||||||
|
MODULE_UNI_FILE = SerialDxe.uni
|
||||||
FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241
|
FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
|
@ -47,3 +48,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
|
SerialDxeExtra.uni
|
||||||
|
|
Loading…
Reference in New Issue