X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FPing6%2FPing6.inf;fp=NetworkPkg%2FApplication%2FPing6%2FPing6.inf;h=68b5f2d32f3156e6ac53652c32786a6b292a8d23;hp=f8851b98b0fa6a145d2f3d1ef30cc925323c2f71;hb=be6cd654eb27370bfa127dd387846ad983f4ef72;hpb=fa848a4048943251fc057fe8d6c5a82e01d2ffb6 diff --git a/NetworkPkg/Application/Ping6/Ping6.inf b/NetworkPkg/Application/Ping6/Ping6.inf index f8851b98b0..68b5f2d32f 100644 --- a/NetworkPkg/Application/Ping6/Ping6.inf +++ b/NetworkPkg/Application/Ping6/Ping6.inf @@ -3,7 +3,7 @@ # # It is an shell application which is used to Ping the target host with IPv6 stack. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -24,6 +24,12 @@ ENTRY_POINT = InitializePing6 MODULE_UNI_FILE = Ping6.uni +# +# +# This flag specifies whether HII resource section is generated into PE image. +# + UEFI_HII_RESOURCE_SECTION = TRUE + # # The following information is for reference only and not required by the build tools. # @@ -53,6 +59,7 @@ BaseLib UefiBootServicesTableLib UefiApplicationEntryPoint + UefiHiiServicesLib BaseMemoryLib ShellLib MemoryAllocationLib @@ -65,6 +72,7 @@ gEfiIp6ProtocolGuid ## CONSUMES gEfiIp6ServiceBindingProtocolGuid ## CONSUMES gEfiIp6ConfigProtocolGuid ## CONSUMES + gEfiHiiPackageListProtocolGuid ## CONSUMES [UserExtensions.TianoCore."ExtraFiles"] Ping6Extra.uni