mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file
1. Add MicrocodeUpdate.h to the [Sources] section. 2. Fix the incorrect Guid/Protocol format issues. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
664e3a0b9f
commit
764b294f11
|
@ -30,6 +30,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
|
MicrocodeUpdate.h
|
||||||
MicrocodeFmp.c
|
MicrocodeFmp.c
|
||||||
MicrocodeUpdate.c
|
MicrocodeUpdate.c
|
||||||
|
|
||||||
|
@ -51,10 +52,10 @@
|
||||||
MicrocodeFlashAccessLib
|
MicrocodeFlashAccessLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gMicrocodeFmpImageTypeIdGuid
|
gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiFirmwareManagementProtocolGuid ## SOMTIMES_PRODUCE
|
gEfiFirmwareManagementProtocolGuid ## PRODUCES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
|
gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
|
||||||
|
|
Loading…
Reference in New Issue