]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / PcAtChipsetPkg / 8254TimerDxe / 8254Timer.inf
index ca9ab1a54e83b7c4bc66a3ac6b10c843ef6b38fd..46cf01de39f7915b790c7b2b7aa6ea8948dfbbef 100644 (file)
@@ -1,23 +1,21 @@
 ## @file\r
-# \r
-# Copyright (c) 2005 - 2010, Intel Corporation                                                         \r
-# All rights reserved. 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
+# 8254 timer driver that provides Timer Arch protocol.\r
 #\r
-#  Module Name:\r
-#   Timer.inf\r
+# Copyright (c) 2005 - 2018, 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
-#  Abstract:\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                    = 0x00010005\r
   BASE_NAME                      = Timer\r
+  MODULE_UNI_FILE                = Timer.uni\r
   FILE_GUID                      = f2765dec-6b41-11d5-8e71-00902707b35e\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -27,7 +25,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   BaseLib\r
   Timer.c\r
 \r
 [Protocols]\r
-  gEfiCpuArchProtocolGuid\r
-  gEfiLegacy8259ProtocolGuid\r
-  gEfiTimerArchProtocolGuid\r
+  gEfiCpuArchProtocolGuid       ## CONSUMES\r
+  gEfiLegacy8259ProtocolGuid    ## CONSUMES\r
+  gEfiTimerArchProtocolGuid     ## PRODUCES\r
 \r
 [Depex]\r
-  gEfiCpuArchProtocolGuid AND gEfiLegacy8259ProtocolGuid
\ No newline at end of file
+  gEfiCpuArchProtocolGuid AND gEfiLegacy8259ProtocolGuid\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  TimerExtra.uni\r