diff options
author | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:16:34 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:16:34 +0800 |
commit | 098f8621634f1cbdd1253c9957eed09a505223f5 (patch) | |
tree | 13783836f52f77e37b32fc982cd82a1ee5888676 /Core/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni | |
parent | 9f72a84180605527643891f5c27b8f9f31c43006 (diff) | |
download | edk2-platforms-098f8621634f1cbdd1253c9957eed09a505223f5.tar.xz |
NetWorkPkg: Move to new location
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Core/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni')
-rw-r--r-- | Core/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Core/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni b/Core/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni new file mode 100644 index 0000000000..0efdcd5429 --- /dev/null +++ b/Core/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni @@ -0,0 +1,23 @@ +// /** @file
+// This module produces Http Utilities Protocol.
+//
+// This module produces Http Utilities Protocol.
+//
+//
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD License
+// which accompanies this distribution. The full text of the license may be found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Produces Http Utilities Protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This module provides Http Utilities Protocol."
+
|