From 21276ce09370bd3a6d4eeaab00ea8216c75c9c3e Mon Sep 17 00:00:00 2001 From: Guomin Jiang Date: Tue, 7 Apr 2020 17:42:55 +0800 Subject: [PATCH] EmulatorPkg: Add MagicPageLib header file declaration. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2663 Add the public header file declaration. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Guomin Jiang Reviewed-by: Ray Ni --- EmulatorPkg/EmulatorPkg.dec | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dec b/EmulatorPkg/EmulatorPkg.dec index 99250d9fe5..27d8b2be4e 100644 --- a/EmulatorPkg/EmulatorPkg.dec +++ b/EmulatorPkg/EmulatorPkg.dec @@ -27,6 +27,7 @@ KeyMap|Include/Library/KeyMapLib.h PpiListLib|Include/Library/PpiListLib.h SmbiosLib|Include/Library/SmbiosLib.h + EmuMagicPageLib|Include/Library/EmuMagicPageLib.h [Protocols] gEmuThunkProtocolGuid = { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9C, 0xDA, 0x93, 0x20, 0x5E, 0x99, 0xEC, 0x1C } }