From 75f468077c8ce6b7431891941636063de0deae7c Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Thu, 24 Dec 2015 02:31:06 +0000 Subject: [PATCH] NetworkPkg: Update module inf to include the missing uni file Update DnsDxe and HttpUtilitiesDxe inf files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Ye Ting git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19511 6f19259b-4bc3-4df7-8a09-765794883524 --- NetworkPkg/DnsDxe/DnsDxe.inf | 5 +++-- NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NetworkPkg/DnsDxe/DnsDxe.inf b/NetworkPkg/DnsDxe/DnsDxe.inf index 0d1efd8e01..bf9dc3dcd6 100644 --- a/NetworkPkg/DnsDxe/DnsDxe.inf +++ b/NetworkPkg/DnsDxe/DnsDxe.inf @@ -22,6 +22,7 @@ VERSION_STRING = 1.0 ENTRY_POINT = DnsDriverEntryPoint UNLOAD_IMAGE = DnsUnload + MODULE_UNI_FILE = DnsDxe.uni [Packages] MdePkg/MdePkg.dec @@ -73,6 +74,6 @@ gEfiDhcp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES gEfiDhcp6ProtocolGuid ## SOMETIMES_CONSUMES - -[Guids] +[UserExtensions.TianoCore."ExtraFiles"] + DnsDxeExtra.uni diff --git a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf index c101e6f73c..ffdbcd54e5 100644 --- a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf +++ b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf @@ -21,6 +21,7 @@ VERSION_STRING = 1.0 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint UNLOAD_IMAGE = HttpUtilitiesDxeUnload + MODULE_UNI_FILE = HttpUtilitiesDxe.uni [Packages] MdePkg/MdePkg.dec @@ -47,5 +48,5 @@ [Depex] TRUE -[Guids] - +[UserExtensions.TianoCore."ExtraFiles"] + HttpUtilitiesDxeExtra.uni