]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 6 Aug 2019 07:17:30 +0000 (15:17 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 13 Aug 2019 09:16:14 +0000 (17:16 +0800)
SecFsp.h is used but missing inf file, which will cause generating
warning message.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf

index 3de09b5b4921cdfc1327790c562bfb3852d9c7e4..17924b118c83b82c59d8e552b95066db39f6af18 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Sec Core for FSP\r
 #\r
-#  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -22,6 +22,7 @@
 \r
 [Sources]\r
   SecFspApiChk.c\r
+  SecFsp.h\r
 \r
 [Sources.IA32]\r
   Ia32/Stack.nasm\r