]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.uni
c1b376ca9c3d98ef95387073d159c31b3ea4705f
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.uni
1 // /** @file
2 // Section Extraction Dxe Driver produces framework section extract protocol.
3 //
4 // The section is implemented as a linked list of section streams,
5 // where each stream contains a linked list of children, which may be leaves or
6 // encapsulations. Encapsulation section will further generate new section stream entries.
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 the framework section extract protocol"
16
17 #string STR_MODULE_DESCRIPTION #language en-US "The section is implemented as a linked list of section streams, where each stream contains a linked list of children, which may be leaves or encapsulations. An encapsulation section will further generate new section of stream entries."
18