]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLibNull/PeiDxeTpmPlatformHierarchyLib.c
ArmVirtPkg/TPM: Add a NULL implementation of TpmPlatformHierarchyLib
[mirror_edk2.git] / SecurityPkg / Library / PeiDxeTpmPlatformHierarchyLibNull / PeiDxeTpmPlatformHierarchyLib.c
CommitLineData
282122ec
SB
1/** @file\r
2 Null TPM Platform Hierarchy configuration library.\r
3\r
4 This library provides stub functions for customizing the TPM's Platform Hierarchy.\r
5\r
6 Copyright (c) 2021, IBM Corporation.\r
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
9**/\r
10\r
11#include <Uefi.h>\r
12\r
13/**\r
14 A NULL implementation of ConfigureTpmPlatformHierarchy.\r
15**/\r
16VOID\r
17EFIAPI\r
18ConfigureTpmPlatformHierarchy (\r
19 )\r
20{\r
21 /* do nothing */\r
22}\r