From 6064c1e48b622f53538f4df9bdd402c607a87d51 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 10 Jul 2021 00:04:40 +0300 Subject: Move lessons to separate folder Signed-off-by: Konstantin Aladyshev --- Lesson_25/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Lesson_25/README.md (limited to 'Lesson_25/README.md') diff --git a/Lesson_25/README.md b/Lesson_25/README.md deleted file mode 100644 index 39af37e..0000000 --- a/Lesson_25/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Summary table: - -| | Fixed at build | Feature Flag | Patchable | Dynamic | DynamicEx | -|---------------|-----------------------------------|-----------------------------------|------------------------------------|--------------------------------------------------------------|--------------------------------------------------------------------| -| .dec section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamic] | [PcdsDynamicEx] | -| .dsc section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamicDefault]
[PcdsDynamicHii]
[PcdsDynamicVpd] | [PcdsDynamicExDefault]
[PcdsDynamicExHii]
[PcdsDynamicExVpd] | -| .inf section: | [FixedPcd]
[Pcd] | [FeaturePcd]
[Pcd] | [PatchPcd]
[Pcd] | [Pcd] | [PcdEx] | -| Get: | PcdGet
FixedPcdGet | PcdGetBool
FeaturePcdGet | PcdGet
PatchPcdGet | PcdGet | PcdGet
PcdGetEx | -| Set: | - | - | PcdSetS
PatchPcdSet | PcdSetS | PcdSetS
PcdSetExS | -| Scope: | Every module have its own copy | Every module have its own copy | Every module have its own copy | Global for
platform | Global for
platform | - - -\ = 8|16|32|64|Bool|Ptr -- cgit v1.2.3-18-g5258