diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-10 13:32:19 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-10 13:32:19 +0000 |
commit | b99828832108937c999f72f6a0b78cd791df5cc9 (patch) | |
tree | 3612908addbb8cc0f29d611d6563435d9c5ae059 /MdeModulePkg/Universal/PCD/Dxe/Pcd.inf | |
parent | 9e5acfd583ee88d53cb77691f0d0a882c0fc2473 (diff) | |
download | edk2-platforms-b99828832108937c999f72f6a0b78cd791df5cc9.tar.xz |
Correct typo in comments, clean IfrSupportLib.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7494 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/PCD/Dxe/Pcd.inf')
-rw-r--r-- | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf index 7695b84882..345e9f6fe4 100644 --- a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf +++ b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf @@ -3,7 +3,7 @@ # PEI phase, DXE phase and produce the implementation of PCD protocol.
# PCD database structure is generated at autogen.h/autogen.c in build time.
#
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2009, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -52,10 +52,10 @@ PcdLib
[Guids]
- gPcdDataBaseHobGuid # ALWAYS_CONSUMES Hob: GUID_EXTENSION
+ gPcdDataBaseHobGuid ## CONSUMES ## Hob: GUID_EXTENSION
[Protocols]
- gPcdProtocolGuid # PROTOCOL ALWAYS_PRODUCES
+ gPcdProtocolGuid ## PRODUCES
[FeaturePcd.common]
gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled
|