Skip to content

Update 41_begin_with_inf_file.md #6

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: main
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
10 changes: 5 additions & 5 deletions 4_uefi_applications/41_begin_with_inf_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ UEFI_APPLICATON has no dependency relationship section.
[protocol]
gSampleProtocolGuid

[Guids] gSampleGuid
[Guids]
gSampleGuid
```

**********
**Note:** If a module is dependent on the new definitions or features in
EFI_BOOT_SERVICES or UEFI_RUNTIME_SERVICES defined in UEFI specifications from
version 2.1 forward, the hex version needs to be given in INF file [Defines]
section's UEFI_SPECFIICATION_VERSION field.
**********

_EFI_BOOT_SERVICES or UEFI_RUNTIME_SERVICES-defined in UEFI specifications from
version 2.1 forward-the hex version needs to be given in INF file [Defines]
section's UEFI_SPECFIICATION_VERSION field._
Loading