]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsuleX64.uni
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// CapsuleX64 module handles >4GB capsule blocks.\r
3//\r
4// The X64 entrypoint to process capsule in long mode.\r
5// This module is built as X64.\r
6// \r
7// Caution: This module requires additional review when modified.\r
8// This driver will have external input - capsule image.\r
9// This external input must be validated carefully to avoid security issue like\r
10// buffer overflow, integer overflow.\r
11//\r
12// Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
13//\r
14// This program and the accompanying materials\r
15// are licensed and made available under the terms and conditions\r
16// of the BSD License which accompanies this distribution. The\r
17// full text of the license may be found at\r
18// http://opensource.org/licenses/bsd-license.php\r
19// \r
20// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22//\r
23// **/\r
24\r
25\r
26#string STR_MODULE_ABSTRACT #language en-US "Handles >4GB capsule blocks"\r
27\r
28#string STR_MODULE_DESCRIPTION #language en-US "The X64 entry point to process capsule in long mode. This module is built as X64.<BR><BR>\n"\r
29 "This driver will have external input - capsule image. This external input must be validated carefully to avoid security issues like buffer overflow or integer overflow.<BR>"\r
30\r