Last change
on this file since 105681 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:
768 bytes
|
Line | |
---|
1 | // /** @file
|
---|
2 | // Module that produces EBC Interpreter and EBC Debug Support protocols.
|
---|
3 | //
|
---|
4 | // This module implements EFI Byte Code (EBC) Virtual Machine that can provide
|
---|
5 | // platform and processor-independent mechanisms for loading and executing EFI
|
---|
6 | // device drivers.
|
---|
7 | //
|
---|
8 | // Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
9 | //
|
---|
10 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | //
|
---|
12 | // **/
|
---|
13 |
|
---|
14 |
|
---|
15 | #string STR_MODULE_ABSTRACT #language en-US "Produces EBC Interpreter and EBC Debug Support protocols"
|
---|
16 |
|
---|
17 | #string STR_MODULE_DESCRIPTION #language en-US "This module implements EFI Byte Code (EBC) Virtual Machine that can provide platform and processor-independent mechanisms for loading and executing UEFI device drivers."
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.