summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2019-04-19 17:22:39 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-04-29 13:06:36 -0700
commit964f432b9b0afe103c41c7613fade3e699118afe (patch)
treec2b2dbbd67a93c1e07c8ebd148d9f4fe3f118967 /AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
parente2d3a25f1a3135221a9c8061e1b8f90245d727eb (diff)
downloadedk2-964f432b9b0afe103c41c7613fade3e699118afe.tar.gz
edk2-964f432b9b0afe103c41c7613fade3e699118afe.tar.bz2
edk2-964f432b9b0afe103c41c7613fade3e699118afe.zip
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
https://bugzilla.tianocore.org/show_bug.cgi?id=1734 Remove the following packages and move them to the new edk2-libc repository * AppPkg * StdLib * StdLibPrivateInternalFiles Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Daryl McDaniel <edk2-lists@mc2research.org> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf')
-rw-r--r--AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf52
1 files changed, 0 insertions, 52 deletions
diff --git a/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf b/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
deleted file mode 100644
index 810ddbf2b4..0000000000
--- a/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
+++ /dev/null
@@ -1,52 +0,0 @@
-## @file
-# GetHostByAddr Application
-#
-# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-##
-
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = GetHostByAddr
- FILE_GUID = C31A6189-639A-458b-B040-D7D506CA8F4F
- MODULE_TYPE = UEFI_APPLICATION
- VERSION_STRING = 1.0
- ENTRY_POINT = ShellCEntryLib
-
-#
-# The following information is for reference only and not required by the build tools.
-#
-# VALID_ARCHITECTURES = IA32 X64 EBC
-#
-
-[Sources]
- GetHostByAddr.c
-
-
-[Packages]
- MdePkg/MdePkg.dec
- ShellPkg/ShellPkg.dec
- StdLib/StdLib.dec
-
-
-[LibraryClasses]
- BaseMemoryLib
- BsdSocketLib
- DebugLib
- DevMedia
- EfiSocketLib
- LibC
- LibMath
- LibNetUtil
- ShellCEntryLib
- UefiBootServicesTableLib
- UefiLib
-# UseSocketDxe
-
-[BuildOptions]
- INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
- MSFT:*_*_*_CC_FLAGS = /Od
- GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable
-