mirror of https://github.com/acidanthera/audk.git
IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
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>
This commit is contained in:
parent
ed23ab5fc7
commit
c3eefcb152
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# Sec Core for FSP
|
||||
#
|
||||
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
|
@ -22,6 +22,7 @@
|
|||
|
||||
[Sources]
|
||||
SecFspApiChk.c
|
||||
SecFsp.h
|
||||
|
||||
[Sources.IA32]
|
||||
Ia32/Stack.nasm
|
||||
|
|
Loading…
Reference in New Issue