summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
diff options
context:
space:
mode:
authorjiaxinwu <jiaxin.wu@intel.com>2015-07-08 03:08:05 +0000
committerjiaxinwu <jiaxinwu@Edk2>2015-07-08 03:08:05 +0000
commit6c5c70d68d868a69d33bb3f7f6e7c673b664c199 (patch)
treed953883915637a83c35fc74aa04b27edc63373a4 /MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
parent2549514f01b9fcaf333b4aa998cb29df2f72195c (diff)
downloadedk2-platforms-6c5c70d68d868a69d33bb3f7f6e7c673b664c199.tar.xz
MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jiaxinwu <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hp.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17873 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf')
-rw-r--r--MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf12
1 files changed, 5 insertions, 7 deletions
diff --git a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
index a90b5e5918..dc8c462fd4 100644
--- a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
+++ b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
@@ -47,21 +47,19 @@
UefiLib
MemoryAllocationLib
DevicePathLib
- HiiLib
PrintLib
+
[Guids]
- ## SOMETIMES_PRODUCES ## UNDEFINED # HiiConstructConfigHdr EFI_NIC_IP4_CONFIG_VARIABLE
- ## UNDEFINED # Device Path Node
- gEfiNicIp4ConfigVariableGuid
gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable
+
[Protocols]
gEfiSimpleNetworkProtocolGuid ## SOMETIMES_CONSUMES
gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES
gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES
gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES
gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES
- gEfiHiiConfigRoutingProtocolGuid ## SOMETIMES_CONSUMES
- gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES
-
+ gEfiHttpProtocolGuid
+ gEfiHttpServiceBindingProtocolGuid \ No newline at end of file