]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / HpetTimerDxe / HpetTimerDxe.inf
index c22c3817e8235b2e1bc243d8d2c8e264f9642970..c40e3331ed6be4c31fb580172f5c907c3206c224 100644 (file)
@@ -1,6 +1,7 @@
 ## @file\r
-# \r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Timer Architectural Protocol module using High Precesion Event Timer (HPET).\r
+#\r
+# Copyright (c) 2011 - 2014, 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
@@ -14,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = HpetTimerDxe\r
+  MODULE_UNI_FILE                = HpetTimerDxe.uni\r
   FILE_GUID                      = 6CE6B0DE-781C-4f6c-B42D-98346C614BEC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
 \r
 [FeaturePcd]\r
-  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetMsiEnable\r
-  \r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetMsiEnable    ## CONSUMES\r
+\r
 [Pcd]\r
-  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetBaseAddress\r
-  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetLocalApicVector\r
-  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetDefaultTimerPeriod\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetBaseAddress          ## CONSUMES\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetLocalApicVector      ## CONSUMES\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdHpetDefaultTimerPeriod   ## CONSUMES\r
 \r
 [Depex]\r
   gEfiCpuArchProtocolGuid\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  HpetTimerDxeExtra.uni\r