2 # Provides shell network2 functions
\r
4 # Copyright (c) 2016, Intel Corporation. All rights reserved. <BR>
\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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
\r
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
\r
17 INF_VERSION = 0x00010006
\r
18 BASE_NAME = UefiShellNetwork2CommandsLib
\r
19 FILE_GUID = D94E3B82-908E-46bf-A7B9-C7B7F17B1B7D
\r
20 MODULE_TYPE = UEFI_APPLICATION
\r
21 VERSION_STRING = 1.0
\r
22 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
\r
23 CONSTRUCTOR = ShellNetwork2CommandsLibConstructor
\r
24 DESTRUCTOR = ShellNetwork2CommandsLibDestructor
\r
27 UefiShellNetwork2CommandsLib.uni
\r
28 UefiShellNetwork2CommandsLib.c
\r
29 UefiShellNetwork2CommandsLib.h
\r
35 ShellPkg/ShellPkg.dec
\r
36 MdeModulePkg/MdeModulePkg.dec
\r
46 UefiRuntimeServicesTableLib
\r
47 UefiBootServicesTableLib
\r
54 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
\r
57 gEfiCpuArchProtocolGuid ## CONSUMES
\r
58 gEfiTimerArchProtocolGuid ## CONSUMES
\r
59 gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES
\r
60 gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
\r
61 gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES
\r
64 gShellNetwork2HiiGuid ## SOMETIMES_CONSUMES ## HII
\r