diff options
author | Liming Gao <liming.gao@intel.com> | 2015-12-24 02:29:58 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-12-24 02:29:58 +0000 |
commit | 28bf7f23705a6823ee7c91d19a6f1932b1dc41ec (patch) | |
tree | f9eec49507edabe418fe53efa96b992245577bd2 /MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf | |
parent | 0666a04c2dc60a8e1078cf20a2eaab6bdd7df4ea (diff) | |
download | edk2-platforms-28bf7f23705a6823ee7c91d19a6f1932b1dc41ec.tar.xz |
MdeModulePkg: Add the missing library uni files of UI instances
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19508 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf')
-rw-r--r-- | MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf b/MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf index e6f703a27f..7baf56615f 100644 --- a/MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf +++ b/MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf @@ -14,6 +14,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = DeviceManagerLib
+ MODULE_UNI_FILE = DeviceManagerLib.uni
FILE_GUID = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
|