diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PeiRecoveryLib')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf index b1ac8eeaca..9bd321e178 100644 --- a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf +++ b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf @@ -5,7 +5,7 @@ # class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined
# in PI 1.2 specification.
#
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -20,6 +20,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = PeiRecoveryLib
+ MODULE_UNI_FILE = PeiRecoveryLib.uni
FILE_GUID = C0227547-0811-4cbb-ABEA-DECD22829122
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
|