]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/UefiLib: Add a new API GetVariable3
authorBret Barkelew <brbarkel@microsoft.com>
Fri, 4 Jan 2019 02:22:12 +0000 (10:22 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 31 Jan 2019 12:19:24 +0000 (20:19 +0800)
commit37bf678761d4a7dae8875f25d07c290da307b64c
treeced1582b0a78b511b7612b08189c5ecc827846f1
parentca67441558cbe7d482ebf9506fee01b82447ddf1
MdePkg/UefiLib: Add a new API GetVariable3

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1396
Add a new API GetVariable3, which can return the attributes of a variable during reading it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiansong Xu <jiansongx.xu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/UefiLib/UefiLib.c