From: Jiewen Yao Date: Fri, 20 Jan 2017 14:09:35 +0000 (-0800) Subject: MdeModulePkg/include: Add SmiHandlerProfile header file. X-Git-Tag: edk2-stable201903~4586 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=65fb940adb68fdc0108daf33036b5bebe6169f4b;hp=65fb940adb68fdc0108daf33036b5bebe6169f4b MdeModulePkg/include: Add SmiHandlerProfile header file. This header file defines: 1) An SMI handler profile protocol. So that SmmChildDispatch module can register the hardware SMI handler information. 2) The SMI handler profile communication buffer. So that a shell application can use SMM communication to get the SMI handler profile info. Cc: Feng Tian Cc: Star Zeng Cc: Michael D Kinney Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao ---