summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 09:56:42 +0000
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 09:56:42 +0000
commite89985504d71b2aa08e962d40d07be47d5175e5a (patch)
treecfdc005d0ff03a82b98829da46aea45964242e86 /IntelFrameworkPkg/Include
parent18d7ae2ee6d2fc861bd74e68d3d495e6ff3a88cc (diff)
downloadedk2-e89985504d71b2aa08e962d40d07be47d5175e5a.tar.gz
edk2-e89985504d71b2aa08e962d40d07be47d5175e5a.tar.bz2
edk2-e89985504d71b2aa08e962d40d07be47d5175e5a.zip
Add comments to describe the difference between code and spec to fix the bug #202409
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8838 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/DataHub.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/DataHub.h b/IntelFrameworkPkg/Include/Protocol/DataHub.h
index f723c72665..2e9ef87099 100644
--- a/IntelFrameworkPkg/Include/Protocol/DataHub.h
+++ b/IntelFrameworkPkg/Include/Protocol/DataHub.h
@@ -116,7 +116,9 @@ EFI_STATUS
data records exist in the system.
@retval EFI_OUT_OF_RESOURCES Record was not returned due to lack
of system resources.
-
+ @note: Inconsistent with specification here:
+ In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as
+ EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistance is remained for backward compatibility
**/
typedef
EFI_STATUS
@@ -146,7 +148,9 @@ EFI_STATUS
@retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again.
@retval EFI_OUT_OF_RESOURCES The filter driver event was not registered
due to lack of system resources.
-
+ @note: Inconsistent with specification here:
+ In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as
+ EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility
**/
typedef
EFI_STATUS
@@ -167,7 +171,9 @@ EFI_STATUS
@retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off.
@retval EFI_NOT_FOUND FilterEvent did not exist.
-
+ @note: Inconsistent with specification here:
+ In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as
+ EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility
**/
typedef
EFI_STATUS