]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiCore.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiCore.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// PeiMain module is core module in PEI phase.\r
3//\r
4// It takes responsibilities of:\r
5// 1) Initialize memory, PPI, image services etc, to establish PEIM runtime environment.\r
6// 2) Dispatch PEIM from discovered FV.\r
7// 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.\r
8//\r
9// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
10//\r
9d510e61 11// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3f528797
JJ
12//\r
13// **/\r
14\r
15\r
16#string STR_MODULE_ABSTRACT #language en-US "Core module in PEI phase"\r
17\r
18#string STR_MODULE_DESCRIPTION #language en-US "It takes responsibilities of:<BR>\n"\r
19 "1) Initializing memory, PPI, image services etc., to establish the PEIM runtime environment.<BR>\n"\r
20 "2) Dispatches PEIM from discovered FV.<BR>\n"\r
21 "3) Handsoff control to DxeIpl to load DXE core and enters DXE phase.<BR>"\r
22\r