Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePcdLib/DxePcdLib.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePcdLib/DxePcdLib.inf
r48674 r58459 2 2 # Instance of PCD Library using PCD Protocol. 3 3 # 4 # There are two PCD PPIs as follows:4 # There are two PCD protocols as follows: 5 5 # 1) PCD_PROTOCOL 6 6 # It is EDKII implementation which support Dynamic/DynamicEx Pcds. … … 14 14 # EFI_PCD_PROTOCOL to handle dynamicEx type PCD. 15 15 # 16 # Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR> 16 # Note: A driver of type DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER can only use this DxePcdLib 17 # in their initialization without any issues to access Dynamic and DynamicEx PCD. They can't 18 # access Dynamic and DynamicEx PCD in the implementation of runtime services and SMI handlers. 19 # Because EFI_PCD_PROTOCOL is DXE protocol that is not aviable in OS runtime phase. 20 # 21 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 17 22 # 18 23 # This program and the accompanying materials … … 29 34 INF_VERSION = 0x00010005 30 35 BASE_NAME = DxePcdLib 36 MODULE_UNI_FILE = DxePcdLib.uni 31 37 FILE_GUID = af97eb89-4cc6-45f8-a514-ca025b346480 32 38 MODULE_TYPE = DXE_DRIVER … … 53 59 54 60 [Protocols] 55 gPcdProtocolGuid ## CONSUMES61 gPcdProtocolGuid ## SOMETIMES_CONSUMES 56 62 gEfiPcdProtocolGuid ## CONSUMES 63 gGetPcdInfoProtocolGuid ## SOMETIMES_CONSUMES 64 gEfiGetPcdInfoProtocolGuid ## SOMETIMES_CONSUMES 57 65 58 66 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
Note:
See TracChangeset
for help on using the changeset viewer.