From f3a955c9fb6a7eb493be2feae42cc2a11c9b7003 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 1 Jul 2021 00:04:29 +0300 Subject: Fix table markdown Signed-off-by: Konstantin Aladyshev --- Lesson_25/README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'Lesson_25/README.md') diff --git a/Lesson_25/README.md b/Lesson_25/README.md index 88e3c18..789bdb9 100644 --- a/Lesson_25/README.md +++ b/Lesson_25/README.md @@ -1,23 +1,5 @@ Summary table: -| | Fixed at build | Feature Flag | Patchable | Dynamic | DynamicEx | -| --------------------- | ------------------ |--------------------|--------------------------|----------------------|------------------------| -| .dec section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamic] | [PcdsDynamicEx] | -| .dsc section: | [PcdsFixedAtBuild]
| [PcdsFeatureFlag]
| [PcdsPatchableInModule]
| [PcdsDynamicDefault]
| [PcdsDynamicExDefault]
| -|
|
|
|
| [PcdsDynamicHii]
| [PcdsDynamicExHii]
| -|
|
|
|
| [PcdsDynamicVpd]
| [PcdsDynamicExVpd]
| -| .inf section:
| [FixedPcd]
| [FeaturePcd]
| [PatchPcd]
| [Pcd]
| [PcdEx]
| -| | [Pcd] | [Pcd] | [Pcd] | | | -| Get:
| PcdGet
| PcdGetBool
| PcdGet
| PcdGet
| PcdGet
| -| | FixedPcdGet | FeaturePcdGet | PatchPcdGet | | PcdGetEx | -| Set:
| -
| -
| PcdSetS
| PcdSetS
| PcdSetS
| -| | | | PatchPcdSet | | PcdSetExS | -| Scope:
| Every module have
| Every module have
| Every module have
| Global for
| Global for
| -| | its own copy | its own copy | its own copy | platfrom | platfrom | - - - - | | Fixed at build | Feature Flag | Patchable | Dynamic | DynamicEx | |---------------|-----------------------------------|-----------------------------------|------------------------------------|--------------------------------------------------------------|--------------------------------------------------------------------| | .dec section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamic] | [PcdsDynamicEx] | @@ -28,7 +10,4 @@ Summary table: | 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 +\ = 8|16|32|64|Bool|Ptr -- cgit v1.2.3-18-g5258