diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-23 10:01:51 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-23 10:01:51 +0000 |
commit | 7772b1760f01d8be0c8d2fa16fd68db653ee89de (patch) | |
tree | 722f4319c7f1e014ed9b9f67b6acb733f49f8788 /MdeModulePkg/Universal/WatchdogTimerDxe | |
parent | 75a3814159d12dfa1b0f44670871e856bc57cb37 (diff) | |
download | edk2-platforms-7772b1760f01d8be0c8d2fa16fd68db653ee89de.tar.xz |
Update for Meta data.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7361 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/WatchdogTimerDxe')
-rw-r--r-- | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf index e00acaca7d..2eb24e3992 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf @@ -40,9 +40,10 @@ ReportStatusCodeLib
UefiDriverEntryPoint
DebugLib
+ PcdLib
[Protocols]
- gEfiWatchdogTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
+ gEfiWatchdogTimerArchProtocolGuid ## PRODUCES
[FixedPcd.common]
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired
@@ -50,4 +51,10 @@ [depex]
gEfiTimerArchProtocolGuid
-
\ No newline at end of file +# [Event]
+# ##
+# # Relative timer event set by EFI_WATCHDOG_TIMER_ARCH_PROTOCOL.SetTimerPeriod()
+# #
+# EVENT_TYPE_RELATIVE_TIMER ## PRODUCES
+#
+#
\ No newline at end of file |