]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxePcdLib/DxePcdLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / DxePcdLib / DxePcdLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of PCD Library using PCD Protocol.\r
e386b444 3#\r
ec735bb2 4# There are two PCD PPIs 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
85ea851e 10#\r
ec735bb2 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
19388d29 16# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
e386b444 17#\r
19388d29 18# This program and the accompanying materials\r
e386b444 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
6bfbb5f0 26##\r
e386b444 27\r
e386b444 28[Defines]\r
29 INF_VERSION = 0x00010005\r
30 BASE_NAME = DxePcdLib\r
31 FILE_GUID = af97eb89-4cc6-45f8-a514-ca025b346480\r
32 MODULE_TYPE = DXE_DRIVER\r
33 VERSION_STRING = 1.0\r
b7c5912a 34 LIBRARY_CLASS = PcdLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER \r
25366245 35 CONSTRUCTOR = PcdLibConstructor\r
e386b444 36\r
e386b444 37#\r
38# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
39#\r
40\r
6bfbb5f0 41[Sources]\r
e386b444 42 DxePcdLib.c\r
e386b444 43\r
44\r
e386b444 45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48\r
e386b444 49[LibraryClasses]\r
50 BaseMemoryLib\r
51 UefiBootServicesTableLib\r
52 DebugLib\r
53\r
54\r
e386b444 55[Protocols]\r
0f46efec 56 gPcdProtocolGuid ## CONSUMES\r
ec735bb2 57 gEfiPcdProtocolGuid ## CONSUMES\r
58 \r
25366245 59[Depex]\r
ec735bb2 60 gEfiPcdProtocolGuid\r
25366245 61\r