]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file
authorDandan Bi <dandan.bi@intel.com>
Tue, 13 Dec 2016 02:54:25 +0000 (10:54 +0800)
committerStar Zeng <star.zeng@intel.com>
Wed, 14 Dec 2016 13:34:44 +0000 (21:34 +0800)
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>
UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf

index 437d300d7b80fbb833949a39d17f2343a311eead..7aae348180660d13a8fefbd21f4d554474acf675 100644 (file)
@@ -30,6 +30,7 @@
 #\r
 \r
 [Sources]\r
+  MicrocodeUpdate.h\r
   MicrocodeFmp.c\r
   MicrocodeUpdate.c\r
 \r
   MicrocodeFlashAccessLib\r
 \r
 [Guids]\r
-  gMicrocodeFmpImageTypeIdGuid\r
+  gMicrocodeFmpImageTypeIdGuid                  ## CONSUMES   ## GUID\r
 \r
 [Protocols]\r
-  gEfiFirmwareManagementProtocolGuid            ## SOMTIMES_PRODUCE\r
+  gEfiFirmwareManagementProtocolGuid            ## PRODUCES\r
 \r
 [Pcd]\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress            ## CONSUMES\r