]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
1, Add <Library/DevicePathLib.h> for all source that use device path utility macros
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
index ac6260e83f6a3f0eebee5eafa8e23ba23a9229f6..1f148b25395f1a5f67d8e2d493c0df43317c6023 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Component name for module NetLib\r
+# Component name for module DxeNetLib\r
 #\r
 # FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. \r
+# Copyright (c) 2006, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -17,7 +17,7 @@
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = NetLibDxe\r
+  BASE_NAME                      = DxeNetLib\r
   FILE_GUID                      = db6dcef3-9f4e-4340-9351-fc35aa8a5888\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -25,6 +25,7 @@
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
+  CONSTRUCTOR                    = NetLibConstructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -35,7 +36,7 @@
 [Sources.common]\r
   DxeNetLib.c\r
   NetBuffer.c\r
-  NetDebug.c\r
+\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 \r
 [LibraryClasses]\r
-   NetLib\r
-   BaseLib\r
-   DebugLib\r
-   BaseMemoryLib\r
-   UefiBootServicesTableLib\r
-   UefiRuntimeServicesTableLib\r
-   UefiLib\r
-   MemoryAllocationLib\r
-\r
+  BaseLib\r
+  DebugLib\r
+  BaseMemoryLib\r
+  UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiLib\r
+  MemoryAllocationLib\r
+  DevicePathLib\r
+  \r
 [Protocols]\r
   gEfiSimpleNetworkProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiNicIp4ConfigProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiDpcProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiComponentNameProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiComponentName2ProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
 \r
+[Depex]\r
+  gEfiDpcProtocolGuid\r
+  
\ No newline at end of file