]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Dxe.inf
index 58addbcda34463406f963513f644aa8321f97ad9..121fb17b77764095e7388dd484c77c17f18a6172 100644 (file)
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Ip4Dxe\r
   FILE_GUID                      = 9FB1A1F3-3B71-4324-B39A-745CBB015FFF\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0 \r
   ENTRY_POINT                    = Ip4DriverEntryPoint\r
   UNLOAD_IMAGE                   = NetLibDefaultUnload\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  gIp4DriverBinding                        \r
+#  COMPONENT_NAME                =  gIp4ComponentName\r
+#  COMPONENT_NAME2               =  gIp4ComponentName2\r
+#\r
 \r
 [Sources.common]\r
   Ip4Driver.c\r
@@ -69,7 +70,7 @@
   UefiRuntimeServicesTableLib\r
   DebugLib\r
   NetLib\r
-\r
+  DpcLib\r
 \r
 [Protocols]\r
   gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
@@ -79,4 +80,3 @@
   gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiManagedNetworkProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiArpProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-\r