From a6811666b0bef18871fa62b6c5abf18fb076fd0d Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 1 Jul 2015 03:04:59 +0000 Subject: SecurityPkg: Implement AuthVariableLib library instance What to do: 1. Implement AuthVariableLib library instance. 2. Temporarily add VARIABLE_ENTRY_CONSISTENCY and variable attribute combinations definitions to AuthenticatedVariableFormat.h for git bisect. Why to do: 1. Share code. Separate auth variable service from Auth Variable driver in SecurityPkg to AuthVariableLib. Then the AuthVariableLib could benefit and be used by different implementation of Auth Variable drivers. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17758 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Library/AuthVariableLib/AuthVariableLib.uni | Bin 0 -> 1670 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.uni (limited to 'SecurityPkg/Library/AuthVariableLib/AuthVariableLib.uni') diff --git a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.uni b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.uni new file mode 100644 index 0000000000..2f72288eea Binary files /dev/null and b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.uni differ -- cgit v1.2.3