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