]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf
AppPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / AppPkg / Applications / Sockets / GetNetByAddr / GetNetByAddr.inf
1 ## @file
2 # GetNetByAddr 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 = GetNetByAddr
13 FILE_GUID = 22198FD5-4835-4842-BF31-EB957C7DD70D
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 GetNetByAddr.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