]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/Ping6/Ping6.inf
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6.inf
CommitLineData
a3bcde70 1## @file\r
8ef3af39 2# Shell application Ping6.\r
a3bcde70 3#\r
8ef3af39
DG
4# It is an shell application which is used to Ping the target host with IPv6 stack.\r
5#\r
be6cd654 6# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010006\r
20 BASE_NAME = Ping6\r
21 FILE_GUID = F35F733F-5235-4d7b-83FA-97780CEBCB20\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = InitializePing6\r
8ef3af39 25 MODULE_UNI_FILE = Ping6.uni\r
a3bcde70 26\r
be6cd654
ZL
27#\r
28#\r
29# This flag specifies whether HII resource section is generated into PE image.\r
30#\r
31 UEFI_HII_RESOURCE_SECTION = TRUE\r
32\r
a3bcde70
HT
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF\r
37#\r
38\r
39[Sources]\r
40 Ping6.c\r
41 Ping6Strings.uni\r
42 Ping6.h\r
43\r
44[Sources.IA32]\r
45 Ia32/Tsc.c\r
46\r
47[Sources.X64]\r
48 X64/Tsc.c\r
49\r
50[Sources.IPF]\r
51 Ipf/Itc.c\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56 ShellPkg/ShellPkg.dec\r
57\r
58[LibraryClasses]\r
59 BaseLib\r
60 UefiBootServicesTableLib\r
61 UefiApplicationEntryPoint\r
be6cd654 62 UefiHiiServicesLib\r
a3bcde70
HT
63 BaseMemoryLib\r
64 ShellLib\r
65 MemoryAllocationLib\r
66 DebugLib\r
67 HiiLib\r
68 NetLib\r
69\r
70[Protocols]\r
8ef3af39
DG
71 gEfiCpuArchProtocolGuid ## CONSUMES\r
72 gEfiIp6ProtocolGuid ## CONSUMES\r
73 gEfiIp6ServiceBindingProtocolGuid ## CONSUMES\r
74 gEfiIp6ConfigProtocolGuid ## CONSUMES\r
be6cd654 75 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
8ef3af39
DG
76\r
77[UserExtensions.TianoCore."ExtraFiles"]\r
78 Ping6Extra.uni\r