TianoCore EDK2 master
Loading...
Searching...
No Matches
QemuPC.c
Go to the documentation of this file.
1
7#include <Library/BaseLib.h>
8#include <Library/DebugLib.h>
9#include <Library/HstiLib.h>
10#include <Library/PcdLib.h>
11#include <Library/PciLib.h>
12
15
16#include "VirtHstiDxe.h"
17
19 PLATFORM_SECURITY_VERSION_VNEXTCS,
20 PLATFORM_SECURITY_ROLE_PLATFORM_REFERENCE,
21 { L"OVMF (Qemu PC)" },
22 VIRT_HSTI_SECURITY_FEATURE_SIZE,
23};
24
26VirtHstiQemuPCInit (
27 VOID
28 )
29{
30 return &mHstiPC;
31}
32
33VOID
34VirtHstiQemuPCVerify (
35 VOID
36 )
37{
38}
#define STATIC
Definition: Base.h:264