]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / Library / DxeHttpLib / DxeHttpLib.inf
diff --git a/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf b/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
new file mode 100644 (file)
index 0000000..c613dc1
--- /dev/null
@@ -0,0 +1,42 @@
+## @file\r
+#  It provides the helper routines to parse the HTTP message byte stream.\r
+#\r
+#  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = DxeHttpLib\r
+  MODULE_UNI_FILE                = DxeHttpLib.uni\r
+  FILE_GUID                      = ABBAB4CD-EA88-45b9-8234-C8A7450531FC\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = HttpLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources]\r
+  DxeHttpLib.c\r
+  DxeHttpLib.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  MemoryAllocationLib\r
+  NetLib\r
+\r
+[Protocols]\r
+  gEfiHttpUtilitiesProtocolGuid                 ## SOMETIMES_CONSUMES\r