diff --git a/5_uefi_drivers/51_begin_with_inf_file.md b/5_uefi_drivers/51_begin_with_inf_file.md index 9dacb36..39ebabd 100644 --- a/5_uefi_drivers/51_begin_with_inf_file.md +++ b/5_uefi_drivers/51_begin_with_inf_file.md @@ -48,10 +48,11 @@ Example:. depends on all dxe architectural protocols. To force this, the UEFI driver entry point library instance appends all dxe architectural protocol dependency relationships into the depex section of the module image. +********** + ********** **Note:** If module dependent on the new definitions/features in +EFI_BOOT_SERVICES/UEFI_RUNTIME_SERVICES defined in UEFI specifications from +version 2.1 forward, the hex version need to be given in INF file [Defines] +section's UEFI_SPECFIICATION_VERSION field. ********** - -_EFI_BOOT_SERVICES/UEFI_RUNTIME_SERVICES-defined in UEFI specifications from -version 2.1 forward-the hex version need to be given in INF file [Defines] -section's UEFI_SPECFIICATION_VERSION field._