DnsDxe.uni 601 B

1234567891011121314151617
  1. // /** @file
  2. // UEFI DNS DXE Driver.
  3. //
  4. // This driver provides UEFI 2.5 DNS protocols. It could work with an IPv4 and IPv6 stack.
  5. //
  6. //
  7. // Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
  8. //
  9. // SPDX-License-Identifier: BSD-2-Clause-Patent
  10. //
  11. // **/
  12. #string STR_MODULE_ABSTRACT #language en-US "UEFI DNS service"
  13. #string STR_MODULE_DESCRIPTION #language en-US "This driver provides EFI DNS4 Protocol, EFI DNS6 Protocol, EFI DNS4 Service Binding Protocol and EFI DNS6 Service Binding Protocol. It could work with an IPv4 and IPv6 stack."