QcomModulePkg: Update Qcom Module files
Add MdtpDxe related definitions to QcomModulePkg
general files, to allow MDTP support in UEFI.
CRs-Fixed: 1076379
Change-Id: I22d71c95b4366c6497027417405e56a87fbd8dbf
diff --git a/QcomModulePkg/QcomModulePkg.dsc b/QcomModulePkg/QcomModulePkg.dsc
index 1191c48..0b3fdeb 100644
--- a/QcomModulePkg/QcomModulePkg.dsc
+++ b/QcomModulePkg/QcomModulePkg.dsc
@@ -73,6 +73,9 @@
DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
+ UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
+ PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
+ UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
[LibraryClasses.AARCH64]
ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
@@ -80,9 +83,7 @@
[LibraryClasses.common.UEFI_APPLICATION]
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
- PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
- UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
[BuildOptions.AARCH64]
GCC:*_*_AARCH64_ARCHCC_FLAGS = -w -fstack-protector-strong
@@ -121,3 +122,7 @@
ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
BootLib|QcomModulePkg/Library/BootLib/BootLib.inf
}
+ QcomModulePkg/Drivers/MdtpDxe/MdtpDxe.inf {
+ <LibraryClasses>
+ BootLib|QcomModulePkg/Library/BootLib/BootLib.inf
+ }