]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IfConfig6/IfConfig6.inf
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / IfConfig6 / IfConfig6.inf
CommitLineData
a3bcde70 1## @file\r
8ef3af39 2# Shell application IfConfig6.\r
a3bcde70 3#\r
8ef3af39
DG
4# It is shell application which is used to set and get configurations for the\r
5# EFI IPv6 network stack.\r
6#\r
be6cd654 7# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010006\r
21 BASE_NAME = IfConfig6\r
22 FILE_GUID = 6F71926E-60CE-428d-AA58-A3D9FB879429\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = IfConfig6Initialize\r
8ef3af39 26 MODULE_UNI_FILE = IfConfig6.uni\r
a3bcde70 27\r
be6cd654
ZL
28#\r
29#\r
30# This flag specifies whether HII resource section is generated into PE image.\r
31#\r
32 UEFI_HII_RESOURCE_SECTION = TRUE\r
33\r
a3bcde70
HT
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF\r
38#\r
39[Sources]\r
40 IfConfig6Strings.uni\r
41 IfConfig6.c\r
42 IfConfig6.h\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
be6cd654 53 UefiHiiServicesLib\r
a3bcde70
HT
54 BaseMemoryLib\r
55 ShellLib\r
56 MemoryAllocationLib\r
57 DebugLib\r
58 HiiLib\r
59 NetLib\r
60\r
61[Protocols]\r
8ef3af39
DG
62 gEfiIp6ServiceBindingProtocolGuid ## CONSUMES\r
63 gEfiIp6ConfigProtocolGuid ## CONSUMES\r
be6cd654 64 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
8ef3af39
DG
65\r
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 IfConfig6Extra.uni\r