]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/UefiBootManagerLib/BmLoadOption.c
MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableName
authorThomas Palmer <thomas.palmer@hpe.com>
Mon, 4 Apr 2016 19:51:42 +0000 (03:51 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 8 Apr 2016 04:28:02 +0000 (12:28 +0800)
commit3dc5c1ae5c7575ba2d1714b40692b36fca56c120
treeb916ab04046808d1deea5a1251b9185bd7121bc6
parent716132efb1a650586d5d1f1fde9dd9d183f45bc8
MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableName

Redfine the BmIsValidLoadOptionVariableName function to allow public use. Change name to EfiBootManagerIsValidLoadOptionVariableName to match naming scheme. Check that VariableName is never NULL and allow OptionType and OptionNumber to be optional.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdeModulePkg/Include/Library/UefiBootManagerLib.h
MdeModulePkg/Library/UefiBootManagerLib/BmLoadOption.c