diff options
Diffstat (limited to 'UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf')
-rw-r--r-- | UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf b/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf index fe2d9b3ce5..41aba45a14 100644 --- a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf +++ b/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf @@ -18,6 +18,7 @@ FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
MODULE_TYPE = SEC
VERSION_STRING = 1.1
+ MODULE_UNI_FILE = ResetVector.uni
#
# The following information is for reference only and not required by the build tools.
@@ -30,3 +31,6 @@ [Packages]
MdePkg/MdePkg.dec
+
+[UserExtensions.TianoCore."ExtraFiles"]
+ ResetVectorExtra.uni
|