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