]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
IntelFsp2Pkg: Fix typo and comments
[mirror_edk2.git] / PcAtChipsetPkg / 8254TimerDxe / 8254Timer.inf
index ca9ab1a54e83b7c4bc66a3ac6b10c843ef6b38fd..67493d13f9391aca370c88b56d27254dc76ef065 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
-# \r
-# Copyright (c) 2005 - 2010, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# 8254 timer driver that provides Timer Arch protocol.\r
+#\r
+# Copyright (c) 2005 - 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
 # http://opensource.org/licenses/bsd-license.php                                            \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
-#  Module Name:\r
-#   Timer.inf\r
-#\r
-#  Abstract:\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
   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