diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-12-13 10:54:25 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-12-14 21:34:44 +0800 |
commit | 764b294f111d3a14b0278bc26707e382536428b9 (patch) | |
tree | 0db48d10d93215ada07e75e715b74fc0276f7d54 | |
parent | 664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7 (diff) | |
download | edk2-764b294f111d3a14b0278bc26707e382536428b9.zip edk2-764b294f111d3a14b0278bc26707e382536428b9.tar.gz edk2-764b294f111d3a14b0278bc26707e382536428b9.tar.bz2 |
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>
-rw-r--r-- | UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf b/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf index 437d300..7aae348 100644 --- a/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf +++ b/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf @@ -30,6 +30,7 @@ #
[Sources]
+ MicrocodeUpdate.h
MicrocodeFmp.c
MicrocodeUpdate.c
@@ -51,10 +52,10 @@ MicrocodeFlashAccessLib
[Guids]
- gMicrocodeFmpImageTypeIdGuid
+ gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID
[Protocols]
- gEfiFirmwareManagementProtocolGuid ## SOMTIMES_PRODUCE
+ gEfiFirmwareManagementProtocolGuid ## PRODUCES
[Pcd]
gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
|