Skip to content

Commit

Permalink
EmbeddedPkg: Fix Runtime driver module type
Browse files Browse the repository at this point in the history
The module types of the RTC and Reset drivers have been
changed from DXE_DRIVER to DXE_RUNTIME_DRIVER.




git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12859 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
oliviermartin committed Dec 14, 2011
1 parent fab5507 commit 84c35dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
INF_VERSION = 0x00010005
BASE_NAME = RealTimeClock
FILE_GUID = B336F62D-4135-4A55-AE4E-4971BBF0885D
MODULE_TYPE = DXE_DRIVER
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0

ENTRY_POINT = InitializeRealTimeClock
Expand Down
2 changes: 1 addition & 1 deletion EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
INF_VERSION = 0x00010005
BASE_NAME = Reset
FILE_GUID = 16036A73-E8EF-46D0-953C-9B8E96527D13
MODULE_TYPE = DXE_DRIVER
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0

ENTRY_POINT = InitializeReset
Expand Down

0 comments on commit 84c35dd

Please sign in to comment.