MdeModulePkg: Update coding style
Update to follow Tiano Coding style. Fix potential NULL memory copy Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17474 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#
|
||||
|
||||
[Sources]
|
||||
EsrtImpl.h
|
||||
EsrtImpl.c
|
||||
EsrtDxe.c
|
||||
|
||||
@@ -50,8 +51,8 @@
|
||||
PrintLib
|
||||
|
||||
[Guids]
|
||||
gEfiSystemResourceTableGuid ## PRODUCES
|
||||
gEfiEventReadyToBootGuid ## CONSUMES
|
||||
gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable
|
||||
gEfiEventReadyToBootGuid ## CONSUMES ## Event
|
||||
|
||||
[Protocols]
|
||||
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
|
||||
|
Reference in New Issue
Block a user