aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/HIIFormLabel/Data.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/HIIFormLabel/Data.h')
-rw-r--r--UefiLessonsPkg/HIIFormLabel/Data.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIFormLabel/Data.h b/UefiLessonsPkg/HIIFormLabel/Data.h
new file mode 100644
index 0000000..0ba704d
--- /dev/null
+++ b/UefiLessonsPkg/HIIFormLabel/Data.h
@@ -0,0 +1,9 @@
+#ifndef _DATA_H_
+#define _DATA_H_
+
+#define FORMSET_GUID {0x29caf8e0, 0x2788, 0x4e1c, {0xb6, 0x15, 0x5b, 0xf8, 0x2f, 0x06, 0x7a, 0xa5}}
+
+#define LABEL_START 0x1111
+#define LABEL_END 0x2222
+
+#endif