]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
index be9ff1b379eda68281d6cf7caf06fb882b90e8ff..dc8c462fd4fe0051162d6e4f9385bde4edd206dd 100644 (file)
@@ -1,30 +1,26 @@
-#/** @file\r
-# Component name for module NetLib\r
+## @file\r
+#  This library instance provides the basic network services.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. All right reserved.\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#\r
-#**/\r
+##\r
+\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = NetLibDxe\r
+  BASE_NAME                      = DxeNetLib\r
+  MODULE_UNI_FILE                = DxeNetLib.uni\r
   FILE_GUID                      = db6dcef3-9f4e-4340-9351-fc35aa8a5888\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DxeNetLib.c\r
   NetBuffer.c\r
 \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 \r
 [LibraryClasses]\r
-  MemoryAllocationLib\r
-  UefiLib\r
   BaseLib\r
+  DebugLib\r
+  BaseMemoryLib\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
-  BaseMemoryLib\r
-  DebugLib\r
+  UefiLib\r
+  MemoryAllocationLib\r
+  DevicePathLib\r
   PrintLib\r
 \r
 \r
-[Protocols]\r
-  gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDriverDiagnosticsProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDriverConfigurationProtocolGuid           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSimpleNetworkProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDriverBindingProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiComponentNameProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
+[Guids]\r
+  gEfiSmbiosTableGuid                           ## SOMETIMES_CONSUMES  ## SystemTable\r
 \r
+\r
+[Protocols]\r
+  gEfiSimpleNetworkProtocolGuid                 ## SOMETIMES_CONSUMES\r
+  gEfiManagedNetworkProtocolGuid                ## SOMETIMES_CONSUMES\r
+  gEfiManagedNetworkServiceBindingProtocolGuid  ## SOMETIMES_CONSUMES\r
+  gEfiIp4Config2ProtocolGuid                    ## SOMETIMES_CONSUMES\r
+  gEfiComponentNameProtocolGuid                 ## SOMETIMES_CONSUMES\r
+  gEfiComponentName2ProtocolGuid                ## SOMETIMES_CONSUMES\r
+  gEfiHttpProtocolGuid\r
+  gEfiHttpServiceBindingProtocolGuid
\ No newline at end of file