]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments for the inconsistent definition with framework specification.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:41:52 +0000 (03:41 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:41:52 +0000 (03:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8799 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.c

index 8982a1efad298232e0f59301b600f820dfc4e728..2dd202bb390aa9b30eec8fec379b5d65e8872624 100644 (file)
@@ -17,17 +17,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "HiiDatabase.h"\r
 #include "UefiIfrParser.h"\r
 \r
-//\r
-// Defintions required for EFI_FORM_CALLBACK_PROTOCOL, but they are not defined in the Framwork HII 0.92 Specification\r
-//\r
-#define RESET_REQUIRED  1   // Flags setting to signify that the callback operation resulted in an eventual\r
-                            // reset to be done upon exit of the browser\r
-#define EXIT_REQUIRED   2   // Flags setting to signify that after the processing of the callback results - exit the browser\r
-#define SAVE_REQUIRED   4   // Flags setting to signify that after the processing of the callback results - save the NV data\r
-#define NV_CHANGED      8   // Flags setting to signify that after the processing of the callback results - turn the NV flag on\r
-#define NV_NOT_CHANGED  16  // Flags setting to signify that after the processing of the callback results - turn the NV flag off\r
-\r
-\r
 BOOLEAN            mHiiPackageListUpdated = FALSE;\r
 \r
 HII_VENDOR_DEVICE_PATH  mUefiHiiVendorDevicePath = {\r