From: Liming Gao Date: Fri, 28 Aug 2015 02:46:46 +0000 (+0000) Subject: MdeModulePkg: Add the missing module UNI files. X-Git-Tag: edk2-stable201903~8950 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d6a55a12c00fa9b7563e137b848a415a567fd49b;ds=sidebyside MdeModulePkg: Add the missing module UNI files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18342 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Application/UiApp/UiApp.inf b/MdeModulePkg/Application/UiApp/UiApp.inf index 25d0605ed0..36d292e676 100644 --- a/MdeModulePkg/Application/UiApp/UiApp.inf +++ b/MdeModulePkg/Application/UiApp/UiApp.inf @@ -15,6 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = UiApp + MODULE_UNI_FILE = UiApp.uni FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331 MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 @@ -143,4 +144,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES - gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES \ No newline at end of file + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES + +[UserExtensions.TianoCore."ExtraFiles"] + UiAppExtra.uni diff --git a/MdeModulePkg/Application/UiApp/UiApp.uni b/MdeModulePkg/Application/UiApp/UiApp.uni new file mode 100644 index 0000000000..020fb2d9e4 Binary files /dev/null and b/MdeModulePkg/Application/UiApp/UiApp.uni differ diff --git a/MdeModulePkg/Application/UiApp/UiAppExtra.uni b/MdeModulePkg/Application/UiApp/UiAppExtra.uni new file mode 100644 index 0000000000..f2337ecbc5 Binary files /dev/null and b/MdeModulePkg/Application/UiApp/UiAppExtra.uni differ diff --git a/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf index 41ace7684a..1d9e22ec4c 100644 --- a/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf +++ b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf @@ -21,6 +21,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = IsaBusDxe + MODULE_UNI_FILE = IsaBusDxe.uni FILE_GUID = DCBE6D66-D928-4138-8041-358F35CBCF80 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 @@ -59,3 +60,6 @@ ## PRODUCES gEfiIsaHcProtocolGuid gEfiIsaHcServiceBindingProtocolGuid ## PRODUCES + +[UserExtensions.TianoCore."ExtraFiles"] + IsaBusDxeExtra.uni diff --git a/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni new file mode 100644 index 0000000000..5025c25300 Binary files /dev/null and b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni differ diff --git a/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni new file mode 100644 index 0000000000..44354a0f99 Binary files /dev/null and b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni differ diff --git a/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf index 9d3633b9b6..4b493f4eb6 100644 --- a/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf +++ b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf @@ -16,6 +16,7 @@ [Defines] INF_VERSION = 0x00010006 BASE_NAME = BaseSortLib + MODULE_UNI_FILE = BaseSortLib.uni FILE_GUID = 03F3331B-F12D-494f-BF37-E55A657F2497 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni new file mode 100644 index 0000000000..2163301c42 Binary files /dev/null and b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni differ diff --git a/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf index c60f477712..32c02b012f 100644 --- a/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf +++ b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf @@ -16,6 +16,7 @@ [Defines] INF_VERSION = 0x00010006 BASE_NAME = UefiSortLib + MODULE_UNI_FILE = UefiSortLib.uni FILE_GUID = 4264A823-45A3-42db-B92C-AA078555CBD3 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni new file mode 100644 index 0000000000..2163301c42 Binary files /dev/null and b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni differ diff --git a/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf b/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf index 88440c8588..8fbc75bfcf 100644 --- a/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf +++ b/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf @@ -18,6 +18,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = EsrtDxe + MODULE_UNI_FILE = EsrtDxe.uni FILE_GUID = 999BD818-7DF7-4A9A-A502-9B75033E6A0F MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0