From 2621e6ca7a424532e991eb1710364bfd8b478477 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 17 Dec 2008 03:29:16 +0000 Subject: [PATCH] Update module description for PCD Dxe driver. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7060 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/PCD/Dxe/Pcd.inf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf index c10c3070e2..2902a9c137 100644 --- a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf +++ b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf @@ -1,7 +1,8 @@ #/** @file -# Component description file for PCD service DXE driver. +# PCD DXE driver manage database contains all dynamic PCD entries initialized in +# PEI phase, DXE phase and produce the implementation of PCD protocol. +# PCD database structure is generated at autogen.h/autogen.c in build time. # -# This DXE driver implement and produce the PCD protocol. # Copyright (c) 2006 - 2007, Intel Corporation # # All rights reserved. This program and the accompanying materials