]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments indicating in-consistency between code and the UEFI 2.3 specification.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Aug 2009 01:41:29 +0000 (01:41 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Aug 2009 01:41:29 +0000 (01:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9206 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/UserCredential.h
MdePkg/Include/Protocol/UserManager.h

index ef0ac352aaf46b66d8ae755cc0fc35b31607d58f..4b13960493f4226870c1b7e2208b96b18293420c 100644 (file)
@@ -189,9 +189,11 @@ typedef EFI_USER_INFO_ACCESS_CONTROL EFI_USER_INFO_ACCESS_POLICY;
 ///\r
 #define EFI_USER_INFO_ACCESS_FORBID_LOAD              0x00000001\r
 ///\r
 ///\r
 #define EFI_USER_INFO_ACCESS_FORBID_LOAD              0x00000001\r
 ///\r
-///\r
 /// Permits the user from booting or loading executables from the specified device path or any child \r
 /// device paths.\r
 /// Permits the user from booting or loading executables from the specified device path or any child \r
 /// device paths.\r
+/// Note: in-consistency between code and the UEFI 2.3 specification here.\r
+/// The definition EFI_USER_INFO_ACCESS_PERMIT_BOOT in the specification should be typo and wait for\r
+/// spec update.\r
 ///\r
 #define EFI_USER_INFO_ACCESS_PERMIT_LOAD              0x00000002\r
 ///\r
 ///\r
 #define EFI_USER_INFO_ACCESS_PERMIT_LOAD              0x00000002\r
 ///\r
index fc9698acc7e028f1705d975cf640ee4696ce362b..484c11db296575a86cfeee94261cd76c7ecfce69 100644 (file)
@@ -297,6 +297,9 @@ EFI_STATUS
   handle, point UserInfo at a NULL. Each subsequent call will retrieve another user information \r
   record handle until there are no more, at which point UserInfo will point to NULL. \r
 \r
   handle, point UserInfo at a NULL. Each subsequent call will retrieve another user information \r
   record handle until there are no more, at which point UserInfo will point to NULL. \r
 \r
+  Note: in-consistency between code and the UEFI 2.3 specification that the type of the User parameter\r
+  is EFI_USER_PROFILE_HANDLE. It should be spec error and wait for spec update.\r
+\r
   @param[in]     This      Points to this instance of the EFI_USER_MANAGER_PROTOCOL.\r
   @param[in]     User      Handle of the user whose information will be deleted.\r
   @param[in,out] UserInfo  Handle of the user information to remove.\r
   @param[in]     This      Points to this instance of the EFI_USER_MANAGER_PROTOCOL.\r
   @param[in]     User      Handle of the user whose information will be deleted.\r
   @param[in,out] UserInfo  Handle of the user information to remove.\r