audk/DuetPkg/FSVariable
erictian ff19726366 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:
1. EFI_INVALID_PARAMETER as a return value of SetVariable() to indicate it does not support this feature.
2. EFI_NOT_FOUND will be a return value of QueryVariableInfo() to indicate it does not support this feature.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10280 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-18 08:57:05 +00:00
..
FSVariable.c variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: 2010-03-18 08:57:05 +00:00
FSVariable.h Remove EFI_SPECIFICATION_VERSION macro reference in code. 2010-03-03 00:57:21 +00:00
FSVariable.inf Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. 2010-02-25 16:52:10 +00:00
FileStorage.c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE 2009-09-22 02:47:41 +00:00
MemStorage.c Fix build broken for variable's header modification. 2009-02-28 18:15:09 +00:00
VariableStorage.h 1. delete Include/Guid/VariableInfo.h 2009-02-27 05:35:08 +00:00