Commit | Line | Data |
---|---|---|
68fb0527 | 1 | ## @file\r |
2 | # Provides shell network1 functions\r | |
3 | #\r | |
ecd07f37 | 4 | # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>\r |
68fb0527 | 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 | # 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 | |
12 | #\r | |
13 | #\r | |
14 | ##\r | |
15 | \r | |
16 | [Defines]\r | |
17 | INF_VERSION = 0x00010006\r | |
18 | BASE_NAME = UefiShellNetwork1CommandsLib\r | |
19 | FILE_GUID = 9A929F7E-3861-45ce-87AB-7371219AE255\r | |
20 | MODULE_TYPE = UEFI_DRIVER\r | |
21 | VERSION_STRING = 1.0\r | |
22 | LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r | |
23 | CONSTRUCTOR = ShellNetwork1CommandsLibConstructor\r | |
24 | DESTRUCTOR = ShellNetwork1CommandsLibDestructor\r | |
25 | \r | |
26 | [Sources.common]\r | |
27 | UefiShellNetwork1CommandsLib.uni\r | |
28 | UefiShellNetwork1CommandsLib.c\r | |
29 | UefiShellNetwork1CommandsLib.h\r | |
30 | Ping.c\r | |
31 | Ifconfig.c\r | |
32 | \r | |
68fb0527 | 33 | [Packages]\r |
34 | MdePkg/MdePkg.dec\r | |
35 | ShellPkg/ShellPkg.dec\r | |
36 | MdeModulePkg/MdeModulePkg.dec\r | |
37 | \r | |
38 | [LibraryClasses]\r | |
39 | MemoryAllocationLib\r | |
40 | BaseLib\r | |
41 | BaseMemoryLib\r | |
42 | DebugLib\r | |
43 | ShellCommandLib\r | |
44 | ShellLib\r | |
45 | UefiLib\r | |
46 | UefiRuntimeServicesTableLib\r | |
47 | UefiBootServicesTableLib\r | |
48 | PcdLib\r | |
49 | HiiLib\r | |
50 | FileHandleLib\r | |
51 | NetLib\r | |
52 | \r | |
68fb0527 | 53 | [Pcd]\r |
ecd07f37 | 54 | gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r |
68fb0527 | 55 | \r |
56 | [Protocols]\r | |
ecd07f37 QS |
57 | gEfiCpuArchProtocolGuid ## CONSUMES\r |
58 | gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES\r | |
59 | gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r | |
60 | gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES\r | |
68fb0527 | 61 | \r |
7c25b7ea | 62 | gEfiIp4ProtocolGuid ## SOMETIMES_CONSUMES\r |
63 | gEfiIp4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r | |
64 | gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES\r | |
bca163ff LG |
65 | \r |
66 | [Guids]\r | |
ecd07f37 | 67 | gShellNetwork1HiiGuid ## SOMETIMES_CONSUMES ## HII |