Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com> after resolve Ray’s concern.
From: Ni, Ray <ray.ni@intel.com>
Sent: Wednesday, May 8, 2024 10:46 AM
To: Xie, Yuanhao <yuanhao.xie@intel.com>; devel@edk2.groups.io
Cc: Liming Gao <gaoliming@byosoft.com.cn>; Wu, Jiaxin <jiaxin.wu@intel.com>
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.