From eb7cad3f4abd1997cbd54a55bd7543050199b828 Mon Sep 17 00:00:00 2001 From: Hao A Wu Date: Wed, 15 May 2019 14:36:35 +0800 Subject: [PATCH] OvmfPkg/OvmfPkg.dec: Add the new include folder for CSM header files REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1811 The previous file-duplication commit has put all the CSM related header files within folder: OvmfPkg/Csm/Inclue. This commit will update the DEC file to add that folder under the '[Include]' section. Cc: Ray Ni Cc: Jordan Justen Cc: Ard Biesheuvel Signed-off-by: Hao A Wu Reviewed-by: David Woodhouse Reviewed-by: Laszlo Ersek --- OvmfPkg/OvmfPkg.dec | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/OvmfPkg.dec b/OvmfPkg/OvmfPkg.dec index 59eda563a2..2251f4ca99 100644 --- a/OvmfPkg/OvmfPkg.dec +++ b/OvmfPkg/OvmfPkg.dec @@ -15,6 +15,7 @@ [Includes] Include + Csm/Include [LibraryClasses] ## @libraryclass Loads and boots a Linux kernel image -- 2.39.2