]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PerformancePkg/Dp_App/Dp.inf
PerformancePkg Dp_App: Remove TimerLib dependency
[mirror_edk2.git] / PerformancePkg / Dp_App / Dp.inf
index 6849ab95698e9d2324d7bea6abb0833d17372dd9..1204d8ef5b09d3a6a2efd3d0b10e1f3d70ec55c1 100644 (file)
@@ -1,7 +1,7 @@
-#/** @file\r
+# @file\r
 #  Display Performance Application, Module information file.\r
 #\r
-# Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\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
@@ -10,7 +10,7 @@
 # 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
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = InitializeDp\r
+  \r
+#\r
+#  This flag specifies whether HII resource section is generated into PE image.\r
+#\r
+  UEFI_HII_RESOURCE_SECTION      = TRUE\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 [Sources]\r
   DpStrings.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
   MemoryAllocationLib\r
   DebugLib\r
   UefiBootServicesTableLib\r
-  TimerLib\r
   PeCoffGetEntryPointLib\r
   PerformanceLib\r
   PrintLib\r
   UefiLib\r
   HiiLib\r
+  UefiHiiServicesLib\r
   PcdLib\r
+  DevicePathLib\r
+  DxeServicesLib\r
 \r
 [Guids]\r
+  gPerformanceProtocolGuid                                ## CONSUMES ## SystemTable\r
 \r
 [Protocols]\r
-  gEfiLoadedImageProtocolGuid                             # ALWAYS_CONSUMED\r
-  gEfiDriverBindingProtocolGuid                           # ALWAYS_CONSUMED\r
+  gEfiLoadedImageProtocolGuid                             ## CONSUMES\r
+  gEfiHiiPackageListProtocolGuid                          ## CONSUMES\r
+  gEfiDriverBindingProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiComponentName2ProtocolGuid                          ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageDevicePathProtocolGuid                   ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize   ## CONSUMES\r