]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / EsrtDxe / EsrtDxe.uni
1 // /** @file
2 // Esrt DXE driver that manages cached ESRT repository & publishes ESRT table
3 //
4 // This driver produces EsrtManagement protocol to manage cache ESRT repository for FMP/Non-FMP instances.
5 // ESRT table based on repository is published on gEfiEventReadyToBootGuid.
6 //
7 // Copyright (c) 2015 - 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 "Esrt DXE driver that manages cached ESRT repository & publishes ESRT table"
15
16 #string STR_MODULE_DESCRIPTION #language en-US "This driver produces EsrtManagement protocol to manage cache ESRT repository for FMP/Non-FMP instances.<BR><BR>\n"
17 "ESRT table based on repository is published on EsrtReadyToBootEventNotify.<BR>"