audk/MdeModulePkg/Universal/Variable
erictian 8e38f18ef7 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@10281 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-18 08:58:48 +00:00
..
EmuRuntimeDxe variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: 2010-03-18 08:58:48 +00:00
Pei Refine parameter description according to PI 1.2 errata A. 2010-02-26 08:56:29 +00:00
RuntimeDxe variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: 2010-03-18 08:58:48 +00:00