]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - NetworkPkg/Application/Ping6/Ping6.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6.inf
... / ...
CommitLineData
1## @file\r
2# Shell application Ping6.\r
3#\r
4# It is an shell application which is used to Ping the target host with IPv6 stack.\r
5#\r
6# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
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
25 MODULE_UNI_FILE = Ping6.uni\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31#\r
32\r
33[Sources]\r
34 Ping6.c\r
35 Ping6Strings.uni\r
36 Ping6.h\r
37\r
38[Sources.IA32]\r
39 Ia32/Tsc.c\r
40\r
41[Sources.X64]\r
42 X64/Tsc.c\r
43\r
44[Sources.IPF]\r
45 Ipf/Itc.c\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50 ShellPkg/ShellPkg.dec\r
51\r
52[LibraryClasses]\r
53 BaseLib\r
54 UefiBootServicesTableLib\r
55 UefiApplicationEntryPoint\r
56 BaseMemoryLib\r
57 ShellLib\r
58 MemoryAllocationLib\r
59 DebugLib\r
60 HiiLib\r
61 NetLib\r
62\r
63[Protocols]\r
64 gEfiCpuArchProtocolGuid ## CONSUMES\r
65 gEfiIp6ProtocolGuid ## CONSUMES\r
66 gEfiIp6ServiceBindingProtocolGuid ## CONSUMES\r
67 gEfiIp6ConfigProtocolGuid ## CONSUMES\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 Ping6Extra.uni\r