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