summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/PcdConfigHook/DxePcdConfigHook.inf
diff options
context:
space:
mode:
Diffstat (limited to 'BraswellPlatformPkg/Common/PcdConfigHook/DxePcdConfigHook.inf')
-rw-r--r--BraswellPlatformPkg/Common/PcdConfigHook/DxePcdConfigHook.inf60
1 files changed, 60 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/PcdConfigHook/DxePcdConfigHook.inf b/BraswellPlatformPkg/Common/PcdConfigHook/DxePcdConfigHook.inf
new file mode 100644
index 0000000000..2cd976136a
--- /dev/null
+++ b/BraswellPlatformPkg/Common/PcdConfigHook/DxePcdConfigHook.inf
@@ -0,0 +1,60 @@
+## @file
+# PCD DXE driver manage database contains all dynamic PCD entries and produce the implementation of PCD protocol.
+#
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = DxePcdConfigHook
+ FILE_GUID = 2A717275-758E-44FF-89CB-0CA88BF76732
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 0.1
+ ENTRY_POINT = DxePcdConfigHookEntrypoint
+
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+#
+
+[Sources]
+ DxePcdConfigHook.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ BraswellPlatformPkg/BraswellPlatformPkg.dec
+
+[LibraryClasses]
+ BaseMemoryLib
+ UefiBootServicesTableLib
+ UefiRuntimeServicesTableLib
+ UefiDriverEntryPoint
+ UefiLib
+ DebugLib
+ BaseLib
+ PcdLib
+
+[PcdEx]
+ gEfiEdkIIPlatformTokenSpaceGuid.PcdSystemConfiguration
+
+[Protocols]
+ gEfiPcdProtocolGuid
+
+[Guids]
+ gEfiSetupVariableGuid ## CONSUMES
+
+[Depex]
+ gEfiPcdProtocolGuid AND
+ gEfiVariableWriteArchProtocolGuid
+
+