diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 06:37:16 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 06:37:16 +0000 |
commit | 4bd1b0f173b1a101c6ef80704b44fb75c8c46fd6 (patch) | |
tree | d388a839463e4069a7174f75443d1313b13dd897 /MdeModulePkg/Universal/WatchDogTimerDxe | |
parent | f91b9b302314a843920be4809e2e333c4395fb4d (diff) | |
download | edk2-4bd1b0f173b1a101c6ef80704b44fb75c8c46fd6.zip edk2-4bd1b0f173b1a101c6ef80704b44fb75c8c46fd6.tar.gz edk2-4bd1b0f173b1a101c6ef80704b44fb75c8c46fd6.tar.bz2 |
1. remove FirmwareVolumeBlock.h for IntelFrameworkPkg
2. add [Depex] section in .inf files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2936 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/WatchDogTimerDxe')
-rw-r--r-- | MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf b/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf index 07e1065..7c3984d 100644 --- a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf +++ b/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf @@ -83,5 +83,11 @@ [Protocols]
gEfiWatchdogTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
+################################################################################
+#
+# Dependency Expression Section - list of Dependency expressions that are required for
+# this module.
+#
+################################################################################
[depex]
- gEfiWatchdogTimerArchProtocolGuid
\ No newline at end of file + gEfiTimerArchProtocolGuid
\ No newline at end of file |