]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/DxePcdLib/DxePcdLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / DxePcdLib / DxePcdLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of PCD Library using PCD Protocol.\r
3#\r
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
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 - 2010, Intel Corporation.\r
17#\r
18# All rights reserved. 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[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
34 LIBRARY_CLASS = PcdLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER \r
35 CONSTRUCTOR = PcdLibConstructor\r
36\r
37#\r
38# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
39#\r
40\r
41[Sources]\r
42 DxePcdLib.c\r
43\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 BaseMemoryLib\r
51 UefiBootServicesTableLib\r
52 DebugLib\r
53\r
54\r
55[Protocols]\r
56 gPcdProtocolGuid ## CONSUMES\r
57 gEfiPcdProtocolGuid ## CONSUMES\r
58 \r
59[Depex]\r
60 gEfiPcdProtocolGuid\r
61\r