X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FVfrCompile%2FVfrFormPkg.cpp;fp=BaseTools%2FSource%2FC%2FVfrCompile%2FVfrFormPkg.cpp;h=892b7b8fc7374794dedf3f34a2a9651ca9168f9a;hp=161221727275e88aed0337e47437aa4a5e0f5696;hb=bec3a18108cf5839f3fb1f451c55e1b2afcbc747;hpb=5c8075fce336f25a068cc56b63260aae30d4cf2e diff --git a/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp b/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp index 1612217272..892b7b8fc7 100644 --- a/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp +++ b/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp @@ -2,7 +2,7 @@ The definition of CFormPkg's member function -Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -1181,6 +1181,8 @@ CIfrRecordInfoDB::CheckQuestionOpCode ( case EFI_IFR_DATE_OP: case EFI_IFR_TIME_OP: case EFI_IFR_ORDERED_LIST_OP: + case EFI_IFR_REF_OP: + case EFI_IFR_RESET_BUTTON_OP: return TRUE; default: return FALSE;