]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / PcAtChipsetPkg / HpetTimerDxe / HpetTimerDxe.inf
index c22c3817e8235b2e1bc243d8d2c8e264f9642970..125eea0aab3424fd201bc84f74be0f27bdd7108f 100644 (file)
@@ -1,19 +1,15 @@
 ## @file\r
-# \r
-# Copyright (c) 2011, 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
-# 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
+# Timer Architectural Protocol module using High Precision Event Timer (HPET).\r
+#\r
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [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
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #\r
 \r
 [Sources]\r
   HpetTimer.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
   PcAtChipsetPkg/PcAtChipsetPkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   PcdLib\r
   IoLib\r
   IoApicLib\r
 \r
 [Protocols]\r
-  gEfiTimerArchProtocolGuid                     # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiTimerArchProtocolGuid                     ## PRODUCES\r
+  gEfiCpuArchProtocolGuid                       ## CONSUMES\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