]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
Add Network1 profile.
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.inf
... / ...
CommitLineData
1## @file\r
2# Provides shell network1 functions\r
3#\r
4# Copyright (c) 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# 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
33[Sources.IA32]\r
34 Ia32/Tsc.c\r
35\r
36[Sources.X64]\r
37 X64/Tsc.c\r
38\r
39[Sources.IPF]\r
40 Ipf/Itc.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 ShellPkg/ShellPkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 MemoryAllocationLib\r
49 BaseLib\r
50 BaseMemoryLib\r
51 DebugLib\r
52 ShellCommandLib\r
53 ShellLib\r
54 UefiLib\r
55 UefiRuntimeServicesTableLib\r
56 UefiBootServicesTableLib\r
57 PcdLib\r
58 HiiLib\r
59 FileHandleLib\r
60 NetLib\r
61\r
62[Guids]\r
63\r
64[Pcd]\r
65 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
66\r
67[Protocols]\r
68 gEfiCpuArchProtocolGuid # ALWAYS_CONSUMED\r
69 gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED\r
70 gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED\r
71 gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED\r
72\r
73 gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED\r
74 gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED\r
75 gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED