diff options
author | Jeff Fan <jeff.fan@intel.com> | 2015-12-03 01:13:57 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-12-03 01:13:57 +0000 |
commit | 69206a0664cc5a67766ed7cf91c85cfcb45c18b5 (patch) | |
tree | 3d9420422c5d7cf8c31c787bc35719244af2ffc6 /UefiCpuPkg/CpuS3DataDxe | |
parent | 5c13dd09fcedd837cc7df1447b0f093fee2eef2e (diff) | |
download | edk2-platforms-69206a0664cc5a67766ed7cf91c85cfcb45c18b5.tar.xz |
UefiCpuPkg/CpuS3DataDxe: Add more detailed description on GUID in INF
Add the GUID gEfiEndOfDxeEventGroupGuid usage description in more details in
INF file.
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19100 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuS3DataDxe')
-rw-r--r-- | UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf b/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf index 2ef16a7932..9143b87723 100644 --- a/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf +++ b/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf @@ -51,7 +51,7 @@ MtrrLib
[Guids]
- gEfiEndOfDxeEventGroupGuid ## CONSUMES
+ gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
[Protocols]
gEfiMpServiceProtocolGuid ## CONSUMES
|