1 | // /** @file
|
---|
2 | // Instance of HOB Library using HOB list from EFI Configuration Table.
|
---|
3 | //
|
---|
4 | // HOB Library implementation that retrieves the HOB List
|
---|
5 | // from the System Configuration Table in the EFI System Table.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2007 - 2014, 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 "Instance of HOB Library using HOB list from EFI Configuration Table"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "The HOB Library implementation that retrieves the HOB List from the System Configuration Table in the EFI System Table."
|
---|
17 |
|
---|