summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2015-08-28 02:46:46 +0000
committerlgao4 <lgao4@Edk2>2015-08-28 02:46:46 +0000
commitd6a55a12c00fa9b7563e137b848a415a567fd49b (patch)
treec0024b3bc24116fb5473d64bfbb072dc44e26b5d /MdeModulePkg
parentfb01cb5389b1e641cd02a460e22873ff3cb9f105 (diff)
downloadedk2-platforms-d6a55a12c00fa9b7563e137b848a415a567fd49b.tar.xz
MdeModulePkg: Add the missing module UNI files.
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Application/UiApp/UiApp.inf6
-rw-r--r--MdeModulePkg/Application/UiApp/UiApp.unibin0 -> 1616 bytes
-rw-r--r--MdeModulePkg/Application/UiApp/UiAppExtra.unibin0 -> 1296 bytes
-rw-r--r--MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf4
-rw-r--r--MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.unibin0 -> 2742 bytes
-rw-r--r--MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.unibin0 -> 1302 bytes
-rw-r--r--MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf1
-rw-r--r--MdeModulePkg/Library/BaseSortLib/BaseSortLib.unibin0 -> 1582 bytes
-rw-r--r--MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf1
-rw-r--r--MdeModulePkg/Library/UefiSortLib/UefiSortLib.unibin0 -> 1582 bytes
-rw-r--r--MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf1
11 files changed, 12 insertions, 1 deletions
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
--- /dev/null
+++ b/MdeModulePkg/Application/UiApp/UiApp.uni
Binary files differ
diff --git a/MdeModulePkg/Application/UiApp/UiAppExtra.uni b/MdeModulePkg/Application/UiApp/UiAppExtra.uni
new file mode 100644
index 0000000000..f2337ecbc5
--- /dev/null
+++ b/MdeModulePkg/Application/UiApp/UiAppExtra.uni
Binary files 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
--- /dev/null
+++ b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni
Binary files differ
diff --git a/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni
new file mode 100644
index 0000000000..44354a0f99
--- /dev/null
+++ b/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni
Binary files 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
--- /dev/null
+++ b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni
Binary files 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
--- /dev/null
+++ b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni
Binary files 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