From 8f9485bb2ac28765670bab711d522c85709164a4 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 1 Aug 2022 12:34:26 +0300 Subject: Correct markdown in L25 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_25/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lessons/Lesson_25') diff --git a/Lessons/Lesson_25/README.md b/Lessons/Lesson_25/README.md index 39af37e..1c8035c 100644 --- a/Lessons/Lesson_25/README.md +++ b/Lessons/Lesson_25/README.md @@ -5,8 +5,8 @@ Summary table: | .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 | +| 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 | -- cgit v1.2.3-18-g5258