]>
Commit | Line | Data |
---|---|---|
b55fecfe JJ |
1 | // /** @file\r |
2 | // UEFI HTTP boot service.\r | |
3 | //\r | |
4 | // This driver provides EFI Load File Protocol which is used to download\r | |
5 | // the boot image from HTTP server. It could work with an IPv4 or IPv6 stack.\r | |
b55fecfe | 6 | //\r |
f75a7f56 LG |
7 | //\r |
8 | // Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r | |
b55fecfe | 9 | //\r |
ecf98fbc | 10 | // SPDX-License-Identifier: BSD-2-Clause-Patent\r |
b55fecfe JJ |
11 | //\r |
12 | // **/\r | |
13 | \r | |
14 | \r | |
15 | #string STR_MODULE_ABSTRACT #language en-US "UEFI HTTP boot service"\r | |
16 | \r | |
17 | #string STR_MODULE_DESCRIPTION #language en-US "This driver provides EFI Load File Protocol which is used to download the boot image from HTTP server. It could work with an IPv4 or IPv6 stack."\r | |
18 | \r |