mirror of https://github.com/acidanthera/audk.git
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 <liming.gao@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19511 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2dc41d450a
commit
75f468077c
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue