]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/PlatformSecLibNull.c
FmpDevicePkg: Fix various typos
[mirror_edk2.git] / IntelFsp2Pkg / Library / SecFspSecPlatformLibNull / PlatformSecLibNull.c
CommitLineData
cf1d4549
JY
1/** @file\r
2 Null instance of Platform Sec Lib.\r
3\r
f527942e 4 Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>\r
9672cd30 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
6\r
7**/\r
8\r
9#include <PiPei.h>\r
10#include <Library/FspCommonLib.h>\r
11\r
12/**\r
f527942e 13 This function check the signature of UPD.\r
cf1d4549
JY
14\r
15 @param[in] ApiIdx Internal index of the FSP API.\r
16 @param[in] ApiParam Parameter of the FSP API.\r
17\r
18**/\r
19EFI_STATUS\r
20EFIAPI\r
21FspUpdSignatureCheck (\r
22 IN UINT32 ApiIdx,\r
23 IN VOID *ApiParam\r
24 )\r
25{\r
26 return EFI_SUCCESS;\r
27}\r