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