]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
Add Network1 profile.
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.inf
diff --git a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
new file mode 100644 (file)
index 0000000..51dca82
--- /dev/null
@@ -0,0 +1,75 @@
+##  @file\r
+# Provides shell network1 functions\r
+#\r
+# Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010006\r
+  BASE_NAME                      = UefiShellNetwork1CommandsLib\r
+  FILE_GUID                      = 9A929F7E-3861-45ce-87AB-7371219AE255\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER\r
+  CONSTRUCTOR                    = ShellNetwork1CommandsLibConstructor\r
+  DESTRUCTOR                     = ShellNetwork1CommandsLibDestructor\r
+\r
+[Sources.common]\r
+  UefiShellNetwork1CommandsLib.uni\r
+  UefiShellNetwork1CommandsLib.c\r
+  UefiShellNetwork1CommandsLib.h\r
+  Ping.c\r
+  Ifconfig.c\r
+\r
+[Sources.IA32]\r
+  Ia32/Tsc.c\r
+\r
+[Sources.X64]\r
+  X64/Tsc.c\r
+\r
+[Sources.IPF]\r
+  Ipf/Itc.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  ShellPkg/ShellPkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  MemoryAllocationLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  ShellCommandLib\r
+  ShellLib\r
+  UefiLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  PcdLib\r
+  HiiLib\r
+  FileHandleLib\r
+  NetLib\r
+\r
+[Guids]\r
+\r
+[Pcd]\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
+\r
+[Protocols]\r
+  gEfiCpuArchProtocolGuid                       # ALWAYS_CONSUMED\r
+  gEfiIp6ProtocolGuid                           # SOMETIMES_CONSUMED\r
+  gEfiIp6ServiceBindingProtocolGuid             # SOMETIMES_CONSUMED\r
+  gEfiIp6ConfigProtocolGuid                     # SOMETIMES_CONSUMED\r
+\r
+  gEfiIp6ProtocolGuid                           # SOMETIMES_CONSUMED\r
+  gEfiIp6ServiceBindingProtocolGuid             # SOMETIMES_CONSUMED\r
+  gEfiIp6ConfigProtocolGuid                     # SOMETIMES_CONSUMED
\ No newline at end of file