aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/EmulatorPkg/Library/SecPpiListLib/PpiListLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/EmulatorPkg/Library/SecPpiListLib/PpiListLib.c')
-rw-r--r--roms/edk2/EmulatorPkg/Library/SecPpiListLib/PpiListLib.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/edk2/EmulatorPkg/Library/SecPpiListLib/PpiListLib.c b/roms/edk2/EmulatorPkg/Library/SecPpiListLib/PpiListLib.c
new file mode 100644
index 000000000..0ead1a629
--- /dev/null
+++ b/roms/edk2/EmulatorPkg/Library/SecPpiListLib/PpiListLib.c
@@ -0,0 +1,11 @@
+/*++ @file
+
+Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <PiPei.h>
+
+CONST EFI_PEI_PPI_DESCRIPTOR *gPpiList = NULL;
+