]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
810ddbf2b432a4335de8ed7c05d054e91537b833
[mirror_edk2.git] / AppPkg / Applications / Sockets / GetHostByAddr / GetHostByAddr.inf
1 ## @file
2 # GetHostByAddr Application
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = GetHostByAddr
13 FILE_GUID = C31A6189-639A-458b-B040-D7D506CA8F4F
14 MODULE_TYPE = UEFI_APPLICATION
15 VERSION_STRING = 1.0
16 ENTRY_POINT = ShellCEntryLib
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 GetHostByAddr.c
26
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 ShellPkg/ShellPkg.dec
31 StdLib/StdLib.dec
32
33
34 [LibraryClasses]
35 BaseMemoryLib
36 BsdSocketLib
37 DebugLib
38 DevMedia
39 EfiSocketLib
40 LibC
41 LibMath
42 LibNetUtil
43 ShellCEntryLib
44 UefiBootServicesTableLib
45 UefiLib
46 # UseSocketDxe
47
48 [BuildOptions]
49 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
50 MSFT:*_*_*_CC_FLAGS = /Od
51 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable
52