diff options
author | Liming Gao <liming.gao@intel.com> | 2015-12-24 02:30:43 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-12-24 02:30:43 +0000 |
commit | 2dc41d450a027c249342c88cac7321f0d1b7ec8c (patch) | |
tree | 4e648cc766df21f99b107a23c84b1aaffd9c8489 /UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf | |
parent | b46354d6dd31b23a008ae31dd4bc40f18d63d0a5 (diff) | |
download | edk2-platforms-2dc41d450a027c249342c88cac7321f0d1b7ec8c.tar.xz |
UefiCpuPkg: Add the missing module uni for CpuS3DataDxe
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19510 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf')
-rw-r--r-- | UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf b/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf index 9143b87723..857e12b802 100644 --- a/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf +++ b/UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf @@ -25,6 +25,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = CpuS3DataDxe
+ MODULE_UNI_FILE = CpuS3DataDxe.uni
FILE_GUID = 4D2E57EE-0E3F-44DD-93C4-D3B57E96945D
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
@@ -62,3 +63,6 @@ [Depex]
gEfiMpServiceProtocolGuid
+
+[UserExtensions.TianoCore."ExtraFiles"]
+ CpuS3DataDxeExtra.uni
|