diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-18 12:23:27 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-18 12:23:27 +0000 |
commit | e24fc1032db5d5d2395260f6d7af94aa5a2a0802 (patch) | |
tree | 51d28f355c6a95e131cd444b0d12205a0e887a4c /IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf | |
parent | c8ad2d7a296c851c2a91519f80dab479df0fdf46 (diff) | |
download | edk2-platforms-e24fc1032db5d5d2395260f6d7af94aa5a2a0802.tar.xz |
Clean up the private GUID definition in module Level.
0. Remove the unused private GUID from module source files.
1. Use gEfiCallerIdGuid replace of the private module GUID.
2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver.
3. Publish EFI_LEGACY_DEV_ORDER_VARIABLE_GUID from BdsDxe driver and EFI_UPDATE_DATA_FILE_GUID from UpdateDriverDxe to IntelFrameworkModulePkg Include directory.
Signed-off-by: lgao4
Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1 ftian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12374 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf b/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf index 852946193c..916d2af454 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf @@ -134,7 +134,14 @@ gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)
gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID (Indicate the Driver Health formset class guid to be displayed)
-
+ gEfiLegacyDevOrderVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"LegacyDevOrder"
+ gFrontPageFormSetGuid ## PRODUCES ## FrontPage HII Package
+ gBootMaintFormSetGuid ## SOMETIMES_PRODUCES ## BootMaint HII Package
+ gFileExploreFormSetGuid ## SOMETIMES_PRODUCES ## FileExplore HII Package
+ gBootManagerFormSetGuid ## SOMETIMES_PRODUCES ## BootManager HII Package
+ gDeviceManagerFormSetGuid ## SOMETIMES_PRODUCES ## DeviceManager HII Package
+ gDriverHealthFormSetGuid ## SOMETIMES_PRODUCES ## DriverHealth HII Package
+
[Protocols]
gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
|