]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IfConfig6/IfConfig6.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / NetworkPkg / Application / IfConfig6 / IfConfig6.inf
CommitLineData
a3bcde70
HT
1## @file\r
2# Component description file for Shell application IfConfig6.\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 = IfConfig6\r
19 FILE_GUID = 6F71926E-60CE-428d-AA58-A3D9FB879429\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = IfConfig6Initialize\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[Sources]\r
30 IfConfig6Strings.uni\r
31 IfConfig6.c\r
32 IfConfig6.h\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 ShellPkg/ShellPkg.dec\r
38 \r
39[LibraryClasses]\r
40 BaseLib\r
41 UefiBootServicesTableLib\r
42 UefiApplicationEntryPoint\r
43 BaseMemoryLib\r
44 ShellLib\r
45 MemoryAllocationLib\r
46 DebugLib\r
47 HiiLib\r
48 NetLib\r
49\r
50[Protocols]\r
51 gEfiIp6ServiceBindingProtocolGuid ## CONSUMS\r
52 gEfiIp6ConfigProtocolGuid ## CONSUMS\r