aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_25
diff options
context:
space:
mode:
Diffstat (limited to 'Lesson_25')
-rw-r--r--Lesson_25/README.md13
1 files changed, 0 insertions, 13 deletions
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]<br>[PcdsDynamicHii]<br>[PcdsDynamicVpd] | [PcdsDynamicExDefault]<br>[PcdsDynamicExHii]<br>[PcdsDynamicExVpd] |
-| .inf section: | [FixedPcd]<br>[Pcd] | [FeaturePcd]<br>[Pcd] | [PatchPcd]<br>[Pcd] | [Pcd] | [PcdEx] |
-| Get: | PcdGet<Type><br>FixedPcdGet<Type> | PcdGetBool<br>FeaturePcdGet | PcdGet<Type><br>PatchPcdGet<Type> | PcdGet<Type> | PcdGet<Type><br>PcdGetEx<Type> |
-| Set: | - | - | PcdSet<Type>S<br>PatchPcdSet<Type> | PcdSet<Type>S | PcdSet<Type>S<br>PcdSetEx<Type>S |
-| Scope: | Every module have its own copy | Every module have its own copy | Every module have its own copy | Global for<br>platform | Global for<br>platform |
-
-
-\<Type\> = 8|16|32|64|Bool|Ptr