Revision: 18342
http://sourceforge.net/p/edk2/code/18342
Author: lgao4
Date: 2015-08-28 02:46:46 +0000 (Fri, 28 Aug 2015)
Log Message:
-----------
MdeModulePkg: Add the missing module UNI files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf
trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
trunk/edk2/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
Added Paths:
-----------
trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.uni
trunk/edk2/MdeModulePkg/Application/UiApp/UiAppExtra.uni
trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni
trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni
trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni
trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf 2015-08-28 02:46:22 UTC
(rev 18341)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf 2015-08-28 02:46:46 UTC
(rev 18342)
@@ -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
Added: trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.uni
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.uni
(rev 0)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.uni 2015-08-28 02:46:46 UTC
(rev 18342)
@@ -0,0 +1,53 @@
+\xFF\xFE/++++++++++++++++++++++++++\ No newline at end of file
Added: trunk/edk2/MdeModulePkg/Application/UiApp/UiAppExtra.uni
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/UiAppExtra.uni
(rev 0)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/UiAppExtra.uni 2015-08-28
02:46:46 UTC (rev 18342)
@@ -0,0 +1,37 @@
+\xFF\xFE/++++++++++++++++++\ No newline at end of file
Modified: trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf 2015-08-28
02:46:22 UTC (rev 18341)
+++ trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf 2015-08-28
02:46:46 UTC (rev 18342)
@@ -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
Added: trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni
(rev 0)
+++ trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni 2015-08-28
02:46:46 UTC (rev 18342)
@@ -0,0 +1,57 @@
+\xFF\xFE/++++++++++++++++++++++++++++\ No newline at end of file
Added: trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni
(rev 0)
+++ trunk/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni
2015-08-28 02:46:46 UTC (rev 18342)
@@ -0,0 +1,35 @@
+\xFF\xFE/+++++++++++++++++\ No newline at end of file
Modified: trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf 2015-08-28
02:46:22 UTC (rev 18341)
+++ trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf 2015-08-28
02:46:46 UTC (rev 18342)
@@ -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
Added: trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni
===================================================================
--- trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni
(rev 0)
+++ trunk/edk2/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni 2015-08-28
02:46:46 UTC (rev 18342)
@@ -0,0 +1,51 @@
+\xFF\xFE/+++++++++++++++++++++++++\ No newline at end of file
Modified: trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf 2015-08-28
02:46:22 UTC (rev 18341)
+++ trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf 2015-08-28
02:46:46 UTC (rev 18342)
@@ -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
Added: trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni
===================================================================
--- trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni
(rev 0)
+++ trunk/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni 2015-08-28
02:46:46 UTC (rev 18342)
@@ -0,0 +1,51 @@
+\xFF\xFE/+++++++++++++++++++++++++\ No newline at end of file
Modified: trunk/edk2/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf 2015-08-28
02:46:22 UTC (rev 18341)
+++ trunk/edk2/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf 2015-08-28
02:46:46 UTC (rev 18342)
@@ -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
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits