aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/HIIFormLabel/Form.vfr
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/HIIFormLabel/Form.vfr')
-rw-r--r--UefiLessonsPkg/HIIFormLabel/Form.vfr14
1 files changed, 14 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIFormLabel/Form.vfr b/UefiLessonsPkg/HIIFormLabel/Form.vfr
new file mode 100644
index 0000000..71f7a41
--- /dev/null
+++ b/UefiLessonsPkg/HIIFormLabel/Form.vfr
@@ -0,0 +1,14 @@
+#include "Data.h"
+
+formset
+ guid = FORMSET_GUID,
+ title = STRING_TOKEN(FORMSET_TITLE),
+ help = STRING_TOKEN(FORMSET_HELP),
+ form
+ formid = 1,
+ title = STRING_TOKEN(FORMID1_TITLE);
+
+ label LABEL_START;
+ label LABEL_END;
+ endform;
+endformset;