]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / WatchdogTimerDxe / WatchdogTimer.inf
index 2eb24e3992b8e896df32da635530d9b27eac72e9..bde84574b9a89bf3349a5b6f6f7a45075789fb79 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
-# Generic watchdog timer driver produceing Watchdog Timer Architectural Protocol using UEFI APIs.\r
+## @file\r
+# Generic watchdog timer driver producing Watchdog Timer Architectural Protocol using UEFI APIs.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = WatchdogTimer\r
+  MODULE_UNI_FILE                = WatchdogTimer.uni\r
   FILE_GUID                      = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -30,7 +31,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-[Sources.common]\r
+[Sources]\r
   WatchdogTimer.h\r
   WatchdogTimer.c\r
 \r
   ReportStatusCodeLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-  PcdLib\r
 \r
 [Protocols]\r
   gEfiWatchdogTimerArchProtocolGuid             ## PRODUCES\r
 \r
-[FixedPcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired\r
-\r
-[depex]\r
+[Depex]\r
   gEfiTimerArchProtocolGuid\r
-  \r
+\r
 # [Event]\r
-#   ##\r
-#   # Relative timer event set by EFI_WATCHDOG_TIMER_ARCH_PROTOCOL.SetTimerPeriod()\r
-#   #\r
-#   EVENT_TYPE_RELATIVE_TIMER                   ## PRODUCES\r
+# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES\r
 #\r
-#
\ No newline at end of file
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  WatchdogTimerExtra.uni
\ No newline at end of file