]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add the missing module UNI files.
authorLiming Gao <liming.gao@intel.com>
Fri, 28 Aug 2015 02:46:46 +0000 (02:46 +0000)
committerlgao4 <lgao4@Edk2>
Fri, 28 Aug 2015 02:46:46 +0000 (02:46 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18342 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg/Application/UiApp/UiApp.uni [new file with mode: 0644]
MdeModulePkg/Application/UiApp/UiAppExtra.uni [new file with mode: 0644]
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni [new file with mode: 0644]
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni [new file with mode: 0644]
MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni [new file with mode: 0644]
MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni [new file with mode: 0644]
MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf

index 25d0605ed046d163e6d39045896279632d749abb..36d292e676347e6847a36f37a7a3ebd2b790ee87 100644 (file)
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UiApp\r
+  MODULE_UNI_FILE                = UiApp.uni\r
   FILE_GUID                      = 462CAA21-7614-4503-836E-8AB6F4662331\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution  ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution    ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString           ## CONSUMES
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString           ## CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UiAppExtra.uni\r
diff --git a/MdeModulePkg/Application/UiApp/UiApp.uni b/MdeModulePkg/Application/UiApp/UiApp.uni
new file mode 100644 (file)
index 0000000..020fb2d
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 (file)
index 0000000..f2337ec
Binary files /dev/null and b/MdeModulePkg/Application/UiApp/UiAppExtra.uni differ
index 41ace7684a1c7a5e68ad5f9cd389655c8f704f2e..1d9e22ec4c80b8fdd87ea027123e30538f479193 100644 (file)
@@ -21,6 +21,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IsaBusDxe\r
+  MODULE_UNI_FILE                = IsaBusDxe.uni\r
   FILE_GUID                      = DCBE6D66-D928-4138-8041-358F35CBCF80\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -59,3 +60,6 @@
   ## PRODUCES\r
   gEfiIsaHcProtocolGuid                 \r
   gEfiIsaHcServiceBindingProtocolGuid   ## PRODUCES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IsaBusDxeExtra.uni\r
diff --git a/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni
new file mode 100644 (file)
index 0000000..5025c25
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 (file)
index 0000000..44354a0
Binary files /dev/null and b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni differ
index 9d3633b9b6d6ab28b7eab4858f36ce73c4bc5d96..4b493f4eb691894d38d685cf3f1f67ca35340e88 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010006\r
   BASE_NAME                      = BaseSortLib\r
+  MODULE_UNI_FILE                = BaseSortLib.uni\r
   FILE_GUID                      = 03F3331B-F12D-494f-BF37-E55A657F2497\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni
new file mode 100644 (file)
index 0000000..2163301
Binary files /dev/null and b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni differ
index c60f4777124b5b289a7e351df06335e384534c02..32c02b012f108fa5849bbb243c2a5342ed60bf95 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010006\r
   BASE_NAME                      = UefiSortLib\r
+  MODULE_UNI_FILE                = UefiSortLib.uni\r
   FILE_GUID                      = 4264A823-45A3-42db-B92C-AA078555CBD3\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni
new file mode 100644 (file)
index 0000000..2163301
Binary files /dev/null and b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni differ
index 88440c8588081be7fa0feb0f8b46899b1ad5a501..8fbc75bfcfb60d4ceb3b54b92faf145658637a96 100644 (file)
@@ -18,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = EsrtDxe\r
+  MODULE_UNI_FILE                = EsrtDxe.uni\r
   FILE_GUID                      = 999BD818-7DF7-4A9A-A502-9B75033E6A0F\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r