]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
Add Network1 profile.
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.inf
1 ## @file
2 # Provides shell network1 functions
3 #
4 # Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010006
18 BASE_NAME = UefiShellNetwork1CommandsLib
19 FILE_GUID = 9A929F7E-3861-45ce-87AB-7371219AE255
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
23 CONSTRUCTOR = ShellNetwork1CommandsLibConstructor
24 DESTRUCTOR = ShellNetwork1CommandsLibDestructor
25
26 [Sources.common]
27 UefiShellNetwork1CommandsLib.uni
28 UefiShellNetwork1CommandsLib.c
29 UefiShellNetwork1CommandsLib.h
30 Ping.c
31 Ifconfig.c
32
33 [Sources.IA32]
34 Ia32/Tsc.c
35
36 [Sources.X64]
37 X64/Tsc.c
38
39 [Sources.IPF]
40 Ipf/Itc.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 ShellPkg/ShellPkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 MemoryAllocationLib
49 BaseLib
50 BaseMemoryLib
51 DebugLib
52 ShellCommandLib
53 ShellLib
54 UefiLib
55 UefiRuntimeServicesTableLib
56 UefiBootServicesTableLib
57 PcdLib
58 HiiLib
59 FileHandleLib
60 NetLib
61
62 [Guids]
63
64 [Pcd]
65 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
66
67 [Protocols]
68 gEfiCpuArchProtocolGuid # ALWAYS_CONSUMED
69 gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED
70 gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED
71 gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED
72
73 gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED
74 gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED
75 gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED