diff options
author | Liming Gao <liming.gao@intel.com> | 2015-08-28 02:46:46 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-08-28 02:46:46 +0000 |
commit | d6a55a12c00fa9b7563e137b848a415a567fd49b (patch) | |
tree | c0024b3bc24116fb5473d64bfbb072dc44e26b5d /MdeModulePkg/Library | |
parent | fb01cb5389b1e641cd02a460e22873ff3cb9f105 (diff) | |
download | edk2-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/Library')
-rw-r--r-- | MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf | 1 | ||||
-rw-r--r-- | MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni | bin | 0 -> 1582 bytes | |||
-rw-r--r-- | MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf | 1 | ||||
-rw-r--r-- | MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni | bin | 0 -> 1582 bytes |
4 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..2163301c42 --- /dev/null +++ b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.uni 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 Binary files differnew file mode 100644 index 0000000000..2163301c42 --- /dev/null +++ b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.uni |