From d03724c8fc726c9add02ed19984d66077edd56ef Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 10 Nov 2021 17:30:32 +0300 Subject: Add lesson 57 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/Form.vfr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/Form.vfr (limited to 'Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/Form.vfr') diff --git a/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/Form.vfr b/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/Form.vfr new file mode 100644 index 0000000..0671b15 --- /dev/null +++ b/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/Form.vfr @@ -0,0 +1,11 @@ +#define HIISIMPLEFORM_FORMSET_GUID {0xef2acc91, 0x7b50, 0x4ab9, {0xab, 0x67, 0x2b, 0x4, 0xf8, 0xbc, 0x13, 0x5e}} + +formset + guid = HIISIMPLEFORM_FORMSET_GUID, + title = STRING_TOKEN(HIISIMPLEFORM_FORMSET_TITLE), + help = STRING_TOKEN(HIISIMPLEFORM_FORMSET_HELP), + form + formid = 1, + title = STRING_TOKEN(HIISIMPLEFORM_FORMID1_TITLE); + endform; +endformset; -- cgit v1.2.3-18-g5258