]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/SecFspSecPlatformLibNull/PlatformSecLibNull.c
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / Library / SecFspSecPlatformLibNull / PlatformSecLibNull.c
diff --git a/IntelFspPkg/Library/SecFspSecPlatformLibNull/PlatformSecLibNull.c b/IntelFspPkg/Library/SecFspSecPlatformLibNull/PlatformSecLibNull.c
deleted file mode 100644 (file)
index c45c198..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/** @file\r
-  Null instance of Platform Sec Lib.\r
-\r
-  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#include <PiPei.h>\r
-\r
-/**\r
-  This function check the signture of UPD.\r
-\r
-  @param[in]  ApiIdx           Internal index of the FSP API.\r
-  @param[in]  ApiParam         Parameter of the FSP API.\r
-\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-FspUpdSignatureCheck (\r
-  IN UINT32   ApiIdx,\r
-  IN VOID     *ApiParam\r
-  )\r
-{\r
-  return EFI_SUCCESS;\r
-}\r
-\r
-\r