]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxePcdLib/DxePcdLib.uni
MdePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdePkg / Library / DxePcdLib / DxePcdLib.uni
CommitLineData
1ffb3e01
JJ
1// /** @file\r
2// Instance of PCD Library using PCD Protocol.\r
3//\r
4// There are two PCD protocols as follows:\r
5// 1) PCD_PROTOCOL\r
6// It is EDKII implementation which support Dynamic/DynamicEx Pcds.\r
7// 2) EFI_PCD_PROTOCOL\r
8// It is defined by PI specification 1.2, Vol 3 which only support dynamicEx\r
9// type Pcd.\r
10// \r
11// For dynamicEx type PCD, it is compatible between PCD_PROTOCOL and EFI_PCD_PROTOCOL.\r
12// \r
13// This library instance uses the PCD_PROTOCOL to handle dynamic PCD request and use\r
14// EFI_PCD_PROTOCOL to handle dynamicEx type PCD.\r
15//\r
16// Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
17//\r
18// This program and the accompanying materials\r
19// are licensed and made available under the terms and conditions of the BSD License\r
20// which accompanies this distribution. The full text of the license may be found at\r
21// http://opensource.org/licenses/bsd-license.php.\r
22// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
23// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
24//\r
25// **/\r
26\r
27\r
28#string STR_MODULE_ABSTRACT #language en-US "PCD Library using PCD Protocol"\r
29\r
30#string STR_MODULE_DESCRIPTION #language en-US "There are two PCD protocols: 1) PCD_PROTOCOL It is an EDKII implementation that supporst Dynamic/DynamicEx PCDs. 2) EFI_PCD_PROTOCOL It is defined by PI Specification 1.2, Vol 3, which only support dynamicEx type PCD. For dynamicEx type PCDs, it is compatible between PCD_PROTOCOL and EFI_PCD_PROTOCOL. This library instance uses the PCD_PROTOCOL to handle dynamic PCD requests and uses EFI_PCD_PROTOCOL to handle DynamicEx type PCDs."\r
31\r