diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-25 16:19:24 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-25 16:19:24 +0300 |
commit | a84cc4f2fffc0ed87aa18bfe3e28459a65e776fe (patch) | |
tree | 06e7476d8cc631bf2e2a1495cb58c092cb2b72e2 /Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec | |
parent | 2bcd42f531b1b5eed139aef990ab85cfd420fe1b (diff) | |
download | UEFI-Lessons-a84cc4f2fffc0ed87aa18bfe3e28459a65e776fe.tar.gz UEFI-Lessons-a84cc4f2fffc0ed87aa18bfe3e28459a65e776fe.tar.bz2 UEFI-Lessons-a84cc4f2fffc0ed87aa18bfe3e28459a65e776fe.zip |
Add lesson 19
Diffstat (limited to 'Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec')
-rw-r--r-- | Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec b/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec new file mode 100644 index 0000000..d37e955 --- /dev/null +++ b/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec @@ -0,0 +1,22 @@ +[Defines]
+ DEC_SPECIFICATION = 0x00010005
+ PACKAGE_NAME = UefiLessonsPkg
+ PACKAGE_GUID = 7e7edbba-ca2c-4177-a3f0-d3371358773a
+ PACKAGE_VERSION = 1.01
+
+[Includes]
+
+[LibraryClasses]
+
+[Guids]
+ # FILE_GUID as defined in UefiLessonsPkg/HelloWorld/HelloWorld.inf
+ gHelloWorldFileGuid = {0x2e55fa38, 0xf148, 0x42d3, {0xaf, 0x90, 0x1b, 0xe2, 0x47, 0x32, 0x3e, 0x30}}
+
+[Protocols]
+
+[PcdsFeatureFlag]
+
+[PcdsFixedAtBuild]
+
+[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
+
|