Reviewed-by: Jiaxin Wu <[email protected]<mailto:[email protected]>> after resolve Ray's concern.
From: Ni, Ray <[email protected]> Sent: Wednesday, May 8, 2024 10:46 AM To: Xie, Yuanhao <[email protected]>; [email protected] Cc: Liming Gao <[email protected]>; Wu, Jiaxin <[email protected]> Subject: Re: [PATCH 1/3] StandaloneMmPkg: Add LockBox Dependency DXE Driver +#include <Library/BaseLib.h> [Ray] Can you check if BaseLib is really needed? +#include <Protocol/LockBox.h> + +/** + It attempts to install the gEfiLockBoxProtocolGuid protocol into the system's DXE database + with NULL as the protocol interface to mark the protocol as handled in the system or to + act as a trigger. [Ray] "mark the protocol as handled in the system or to act as a trigger", I don't quite understand it. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118711): https://edk2.groups.io/g/devel/message/118711 Mute This Topic: https://groups.io/mt/105955699/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
