]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
ShellPkg/dp: Convert from NULL class library to Dynamic Command
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / DpDynamicCommand.inf
diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf b/ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
new file mode 100644 (file)
index 0000000..3164561
--- /dev/null
@@ -0,0 +1,78 @@
+##  @file\r
+# Provides Shell 'dp' dynamic command.\r
+#\r
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.\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                      = dpDynamicCommand\r
+  FILE_GUID                      = 0253F9FA-129A-4A8D-B12E-7DC2B6376302\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = DpCommandInitialize\r
+  UNLOAD_IMAGE                   = DpUnload\r
+#\r
+#  This flag specifies whether HII resource section is generated into PE image.\r
+#\r
+  UEFI_HII_RESOURCE_SECTION      = TRUE\r
+\r
+[Sources.common]\r
+  PerformanceTokens.h\r
+  Dp.uni\r
+  Dp.c\r
+  Dp.h\r
+  Literals.h\r
+  Literals.c\r
+  DpInternal.h\r
+  DpUtilities.c\r
+  DpTrace.c\r
+  DpProfile.c\r
+  DpDynamicCommand.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
+  ShellLib\r
+  UefiLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  SortLib\r
+  PrintLib\r
+  DevicePathLib\r
+  PerformanceLib\r
+  DxeServicesLib\r
+  PeCoffGetEntryPointLib\r
+\r
+[Guids]\r
+  gPerformanceProtocolGuid                                ## CONSUMES ## SystemTable\r
+\r
+[Protocols]\r
+  gEfiLoadedImageProtocolGuid                             ## CONSUMES\r
+  gEfiDriverBindingProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiComponentName2ProtocolGuid                          ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageDevicePathProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEfiHiiPackageListProtocolGuid                          ## CONSUMES\r
+  gEfiShellDynamicCommandProtocolGuid                     ## PRODUCES\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize   ## CONSUMES\r
+\r
+[DEPEX]\r
+  TRUE\r