]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
7695b848827102dd3114758acb215da50c01c9cc
[mirror_edk2.git] / MdeModulePkg / Universal / PCD / Dxe / Pcd.inf
1 #/** @file
2 # PCD DXE driver manage database contains all dynamic PCD entries initialized in
3 # PEI phase, DXE phase and produce the implementation of PCD protocol.
4 # PCD database structure is generated at autogen.h/autogen.c in build time.
5 #
6 # Copyright (c) 2006 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PcdDxe
21 FILE_GUID = 80CF7257-87AB-47f9-A3FE-D50B76D89541
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 PCD_IS_DRIVER = DXE_PCD_DRIVER
25 ENTRY_POINT = PcdDxeInit
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 Pcd.c
35 Service.c
36 Service.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 UefiRuntimeServicesTableLib
44 BaseMemoryLib
45 UefiBootServicesTableLib
46 MemoryAllocationLib
47 HobLib
48 UefiDriverEntryPoint
49 UefiLib
50 DebugLib
51 BaseLib
52 PcdLib
53
54 [Guids]
55 gPcdDataBaseHobGuid # ALWAYS_CONSUMES Hob: GUID_EXTENSION
56
57 [Protocols]
58 gPcdProtocolGuid # PROTOCOL ALWAYS_PRODUCES
59
60 [FeaturePcd.common]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled
62
63 [FixedPcd.common]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress
65
66 [Depex]
67 TRUE
68