diff options
author | Guomin Jiang <guomin.jiang@intel.com> | 2020-04-07 17:42:55 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-04-13 03:13:36 +0000 |
commit | 21276ce09370bd3a6d4eeaab00ea8216c75c9c3e (patch) | |
tree | ed8538dd0feaf220c20c860e492d4e6e4d12ba8e /EmulatorPkg/EmulatorPkg.dec | |
parent | 998d4c98b7c6cef1d47273b400630278d639e881 (diff) | |
download | edk2-21276ce09370bd3a6d4eeaab00ea8216c75c9c3e.tar.gz |
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 <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.dec')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dec | 1 |
1 files changed, 1 insertions, 0 deletions
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 } }
|