]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IfConfig6/IfConfig6.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[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
7# Copyright (c) 2009 - 2014, 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
HT
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF\r
32#\r
33[Sources]\r
34 IfConfig6Strings.uni\r
35 IfConfig6.c\r
36 IfConfig6.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 ShellPkg/ShellPkg.dec\r
42 \r
43[LibraryClasses]\r
44 BaseLib\r
45 UefiBootServicesTableLib\r
46 UefiApplicationEntryPoint\r
47 BaseMemoryLib\r
48 ShellLib\r
49 MemoryAllocationLib\r
50 DebugLib\r
51 HiiLib\r
52 NetLib\r
53\r
54[Protocols]\r
8ef3af39
DG
55 gEfiIp6ServiceBindingProtocolGuid ## CONSUMES\r
56 gEfiIp6ConfigProtocolGuid ## CONSUMES\r
57\r
58[UserExtensions.TianoCore."ExtraFiles"]\r
59 IfConfig6Extra.uni\r