Skip to content

Update 21_introduction.md #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions 2_an_edk_ii_package/21_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@ source files from another module directory.

* Include Public header files

* Protocol\ Public Protocol header files o Ppi\ Public PPI header files o
Guid\ Public GUID header files

* IndustryStandard\ Public Industry Standard header files o Library\ Public
Library class header files
* Protocol\ Public Protocol header files
* Ppi\ Public PPI header files
* Guid\ Public GUID header files
* IndustryStandard\ Public Industry Standard header files
* Library\ Public Library class header files

* Library\ Libraries instances

* NameOneLib\ Library instance NameOne source files and INF o NameTwoLib\
Library instance NameTwo source files and INF

* Application\ Uefi Applications o NameOneApp\ Application NameOne source files
and INF o NameTwoApp\ Application NameTwo source files and INF  NameOneDxe\
Dxe Driver NameOne source files and INF.
* NameOneLib\ Library instance NameOne source files and INF
* NameTwoLib\ Library instance NameTwo source files and INF

* NameTwoPei\ Pei Driver NameTwo source files and INF.
* Application\ Uefi Applications
* NameOneApp\ Application NameOne source files and INF
* NameTwoApp\ Application NameTwo source files and INF
* NameOneDxe\ Dxe Driver NameOne source files and INF.
* NameTwoPei\ Pei Driver NameTwo source files and INF.

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