Update KbcResetDxe to be more generic by layering it on top of the ResetSystemLib class.
Reduce number of source files from 3 to 1. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10768 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -25,16 +25,15 @@
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
UefiDriverEntryPoint
|
||||
DebugLib
|
||||
UefiBootServicesTableLib
|
||||
UefiDriverEntryPoint
|
||||
IoLib
|
||||
ResetSystemLib
|
||||
|
||||
[Sources]
|
||||
Reset.c
|
||||
Reset.h
|
||||
ResetEntry.c
|
||||
|
||||
[Protocols]
|
||||
@@ -42,5 +41,3 @@
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user