Skip to content

Commit bbec647

Browse files
committed
edk II C Coding Standard: Fix the formating issue
Fix the Markdown file to PDF formating issue. Signed-off-by: Abner Chang <[email protected]> Cc: Ray Ni <[email protected]> Cc: Michael D Kinney <[email protected]> Reviewed-by: Michael D Kinney <[email protected]>
1 parent 275e9e6 commit bbec647

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

4_naming_conventions/42_directory_names.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module directory.
4949
#### 4.2.2 EDKII Module directory
5050

5151
* The guideline below is applied to all CPU architectures support, specific CPU architecture and vendors support, or the implementation is shared by certain CPU archs:
52+
5253
```
5354
<Feature><Phase>[<CpuArch>[<Vendor>]]
5455
or
@@ -63,7 +64,6 @@ module directory.
6364
<CpuArch> ::= <arch>[<arch>]*
6465
6566
Example: Ia32X64Arm or RiscV64LoongArch64
66-
6767
<Vendor> OPTIONAL *
6868
6969
Example:
@@ -98,7 +98,8 @@ Example:
9898
Pcd/Dxe/
9999
```
100100

101-
#### 4.2.2 EDKII Library directory
101+
#### 4.2.3 EDKII Library directory
102+
102103
```
103104
<Phase>[<CpuArch>[<Vendor>]]<LibraryClassName>[<Dependency>]
104105
or

4_naming_conventions/43_file_names.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ naming of the EDK II module file.
8080

8181
#### 4.3.5.2 EDK II INF file within a Module instance
8282
* If the implementation is for all CPU architectures, specific CPU architectures, CPU vendors or the implementation is shared by certain CPU archs:
83+
8384
```
8485
<Feature><Phase>[<CpuArch>][<Vendor>].inf
8586
@@ -120,6 +121,7 @@ Example:
120121
```
121122

122123
#### 4.3.5.3 EDK II INF file within a Library instance
124+
123125
```
124126
<Phase>[<CpuArch>][<Vendor>]<LibraryClassName>[<Dependency>].inf
125127
<Phase> REQUIRED Base, Sec, Pei, Dxe, DxeRuntime, Mm,
@@ -143,8 +145,8 @@ Example:
143145
#### 4.3.5.4 EDK II source files within a Library/Module instance
144146

145147
In generally, the file name is constructed as below:
146-
```
147148

149+
```
148150
[<CpuArch>][<Vendor>]<FileName>.*
149151
150152
<CpuArch> OPTIONAL The <CpuArch> is represented with a BNF,
@@ -163,5 +165,4 @@ Example:
163165
Ia32X64SmmCpuFeaturesLib.c
164166
Ia32X64IntelSmmCpuFeaturesLib.c
165167
AmdSmmCpuFeaturesLib.c
166-
167168
```

0 commit comments

Comments
 (0)