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