Skip to content

Commit acf21a1

Browse files
authored
Update 21_introduction.md
refine format
1 parent 27ebe9c commit acf21a1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

2_an_edk_ii_package/21_introduction.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,22 @@ source files from another module directory.
9292

9393
* Include Public header files
9494

95-
* Protocol\ Public Protocol header files o Ppi\ Public PPI header files o
96-
Guid\ Public GUID header files
97-
98-
* IndustryStandard\ Public Industry Standard header files o Library\ Public
99-
Library class header files
95+
* Protocol\ Public Protocol header files
96+
* Ppi\ Public PPI header files
97+
* Guid\ Public GUID header files
98+
* IndustryStandard\ Public Industry Standard header files
99+
* Library\ Public Library class header files
100100

101101
* Library\ Libraries instances
102102

103-
* NameOneLib\ Library instance NameOne source files and INF o NameTwoLib\
104-
Library instance NameTwo source files and INF
105-
106-
* Application\ Uefi Applications o NameOneApp\ Application NameOne source files
107-
and INF o NameTwoApp\ Application NameTwo source files and INF  NameOneDxe\
108-
Dxe Driver NameOne source files and INF.
103+
* NameOneLib\ Library instance NameOne source files and INF
104+
* NameTwoLib\ Library instance NameTwo source files and INF
109105

110-
* NameTwoPei\ Pei Driver NameTwo source files and INF.
106+
* Application\ Uefi Applications
107+
* NameOneApp\ Application NameOne source files and INF
108+
* NameTwoApp\ Application NameTwo source files and INF
109+
* NameOneDxe\ Dxe Driver NameOne source files and INF.
110+
* NameTwoPei\ Pei Driver NameTwo source files and INF.
111111

112112
If no related source files exist in a package, the corresponding directory may
113113
not be created. For example, if no application is provided in a package, a

0 commit comments

Comments
 (0)