]> git.proxmox.com Git - mirror_edk2.git/commit
variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:
authorerictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Mar 2010 08:57:05 +0000 (08:57 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Mar 2010 08:57:05 +0000 (08:57 +0000)
commitff19726366cd5d5d922c7b1d304327e1600d04c5
treebddc70d7d32eec8fad0c3a34d539bcb8973f152d
parent2ae0d1205f97037bb2ac5228ddbe7256048d14cb
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
DuetPkg/FSVariable/FSVariable.c