diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-14 12:14:12 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-14 12:14:12 +0300 |
commit | 0a8228bc8d94b0cd2af6cf8f13ffd42bcbf2c63e (patch) | |
tree | fc2a409438b6a9825895f4fe09011db0681e6081 /Lessons/Lesson_63/UefiLessonsPkg/HIIFormCheckbox/Form.vfr | |
parent | e31d9c5bcd8f14160764e960e385bde763b9c811 (diff) | |
download | UEFI-Lessons-0a8228bc8d94b0cd2af6cf8f13ffd42bcbf2c63e.tar.gz UEFI-Lessons-0a8228bc8d94b0cd2af6cf8f13ffd42bcbf2c63e.tar.bz2 UEFI-Lessons-0a8228bc8d94b0cd2af6cf8f13ffd42bcbf2c63e.zip |
Drop obsolete sources from Lesson_63
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_63/UefiLessonsPkg/HIIFormCheckbox/Form.vfr')
-rw-r--r-- | Lessons/Lesson_63/UefiLessonsPkg/HIIFormCheckbox/Form.vfr | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Lessons/Lesson_63/UefiLessonsPkg/HIIFormCheckbox/Form.vfr b/Lessons/Lesson_63/UefiLessonsPkg/HIIFormCheckbox/Form.vfr deleted file mode 100644 index 780790e..0000000 --- a/Lessons/Lesson_63/UefiLessonsPkg/HIIFormCheckbox/Form.vfr +++ /dev/null @@ -1,25 +0,0 @@ -#include <Uefi/UefiMultiPhase.h> - -#define FORMSET_GUID {0xef2acc91, 0x7b50, 0x4ab9, {0xab, 0x67, 0x2b, 0x4, 0xf8, 0xbc, 0x13, 0x5e}} - -formset - guid = FORMSET_GUID, - title = STRING_TOKEN(FORMSET_TITLE), - help = STRING_TOKEN(FORMSET_HELP), - - efivarstore UINT8, - attribute = EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE, - name = HIIFormCheckboxEfiVarstore, - guid = FORMSET_GUID; - - form - formid = 1, - title = STRING_TOKEN(FORMID1_TITLE); - - checkbox - varid = HIIFormCheckboxEfiVarstore, - prompt = STRING_TOKEN(CHECKBOX_PROMPT), - help = STRING_TOKEN(CHECKBOX_HELP), - endcheckbox; - endform; -endformset; |