]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Dxe.inf
index 456910ce8cfd34145e158c410543be11fe083b4c..cdb35dc2ff2bc9fdc1996b4687fe3c83727ef000 100644 (file)
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  mTcp4DriverBinding                        \r
+#  COMPONENT_NAME                =  gTcp4ComponentName\r
+#  COMPONENT_NAME2               =  gTcp4ComponentName2\r
+#\r
 \r
 [Sources.common]\r
   SockImpl.c\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   UefiLib\r
-  BaseLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   UefiRuntimeServicesTableLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   DebugLib\r
   NetLib\r
   IpIoLib\r
   DevicePathLib\r
+  DpcLib\r
 \r
 [Protocols]\r
   gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
   gEfiTcp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
   gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiTcp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-\r