]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiDpLib/UefiDpLib.inf
ShellPkg: Add "dp" command library to ShellPkg.
[mirror_edk2.git] / ShellPkg / Library / UefiDpLib / UefiDpLib.inf
diff --git a/ShellPkg/Library/UefiDpLib/UefiDpLib.inf b/ShellPkg/Library/UefiDpLib/UefiDpLib.inf
new file mode 100644 (file)
index 0000000..43de57d
--- /dev/null
@@ -0,0 +1,75 @@
+##  @file\r
+#  Display Performance Application, Module information file.\r
+#\r
+# Copyright (c) 2009 - 2013, 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
+#\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
+[Defines]\r
+  INF_VERSION                    = 0x00010006\r
+  BASE_NAME                      = UefiDpLib\r
+  FILE_GUID                      = 9DF262F7-CF81-4294-B5A5-B2E3CAFE5618\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER\r
+  CONSTRUCTOR                    = UefiDpLibConstructor\r
+  DESTRUCTOR                     = UefiDpLibDestructor\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources.common]\r
+  UefiDpLib.c\r
+  UefiDpLib.h\r
+  UefiDpLib.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
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  ShellPkg/ShellPkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  PerformancePkg/PerformancePkg.dec\r
+\r
+[LibraryClasses]\r
+  TimerLib\r
+  PerformanceLib\r
+  DxeServicesLib\r
+  MemoryAllocationLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  ShellCommandLib\r
+  ShellLib\r
+  UefiLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  SortLib\r
+  PrintLib\r
+\r
+[Protocols]\r
+  gEfiLoadedImageProtocolGuid                             # ALWAYS_CONSUMED\r
+  gEfiDriverBindingProtocolGuid                           # SOMETIMES_CONSUMED\r
+  gEfiComponentName2ProtocolGuid                          # SOMETIMES_CONSUMED\r
+  gEfiLoadedImageDevicePathProtocolGuid                   # SOMETIMES_CONSUMED\r
+  gEfiDevicePathToTextProtocolGuid                        # SOMETIMES_CONSUMED\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r