Last change
on this file since 94368 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
652 bytes
|
Line | |
---|
1 | // /** @file
|
---|
2 | // This is a sample HII driver.
|
---|
3 | //
|
---|
4 | // This driver shows how HII protocol, VFR and UNI files are used to create a HII
|
---|
5 | // driver which can be displayed and configured by a UEFI HII Form Browser.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_MODULE_ABSTRACT #language en-US "A sample HII driver"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "This driver shows how HII protocol, VFR and UNI files are used to create a HII driver that can be displayed and configured by a UEFI HII Form Browser."
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.