From 244dda0f11f7822d6ae66c40d23f79235c69ce6c Mon Sep 17 00:00:00 2001 From: longjunyu2 <877730493@qq.com> Date: Fri, 25 Jun 2021 22:56:46 +0800 Subject: [PATCH] inf: re add sdm845pkg package dependencies. --- sdm845Pkg/Drivers/SimpleFbDxe/SimpleFbDxe.inf | 1 + sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + .../FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf | 1 + sdm845Pkg/Library/MemoryInitPeiLib/PeiMemoryAllocationLib.inf | 1 + sdm845Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf | 1 + .../Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf | 1 + sdm845Pkg/Library/sdm845Lib/sdm845Lib.inf | 1 + 7 files changed, 7 insertions(+) diff --git a/sdm845Pkg/Drivers/SimpleFbDxe/SimpleFbDxe.inf b/sdm845Pkg/Drivers/SimpleFbDxe/SimpleFbDxe.inf index a180bfe..e6be60a 100644 --- a/sdm845Pkg/Drivers/SimpleFbDxe/SimpleFbDxe.inf +++ b/sdm845Pkg/Drivers/SimpleFbDxe/SimpleFbDxe.inf @@ -16,6 +16,7 @@ MdeModulePkg/MdeModulePkg.dec EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] BaseLib diff --git a/sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf b/sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf index eab6ef0..9675528 100644 --- a/sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf +++ b/sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf @@ -37,6 +37,7 @@ ArmPlatformPkg/ArmPlatformPkg.dec MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] ArmLib diff --git a/sdm845Pkg/Library/FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf b/sdm845Pkg/Library/FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf index 3e93f70..178abb6 100644 --- a/sdm845Pkg/Library/FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf +++ b/sdm845Pkg/Library/FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf @@ -11,6 +11,7 @@ [Packages] MdePkg/MdePkg.dec ArmPkg/ArmPkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] ArmLib diff --git a/sdm845Pkg/Library/MemoryInitPeiLib/PeiMemoryAllocationLib.inf b/sdm845Pkg/Library/MemoryInitPeiLib/PeiMemoryAllocationLib.inf index 9605147..7faf6c0 100644 --- a/sdm845Pkg/Library/MemoryInitPeiLib/PeiMemoryAllocationLib.inf +++ b/sdm845Pkg/Library/MemoryInitPeiLib/PeiMemoryAllocationLib.inf @@ -29,6 +29,7 @@ EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec ArmPlatformPkg/ArmPlatformPkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] DebugLib diff --git a/sdm845Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf b/sdm845Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf index 98c94e8..4e71ca5 100644 --- a/sdm845Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf +++ b/sdm845Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf @@ -29,6 +29,7 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec EmbeddedPkg/EmbeddedPkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] DebugLib diff --git a/sdm845Pkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf b/sdm845Pkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf index fbad693..fbd1783 100644 --- a/sdm845Pkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf +++ b/sdm845Pkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf @@ -30,6 +30,7 @@ ArmPkg/ArmPkg.dec MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] IoLib diff --git a/sdm845Pkg/Library/sdm845Lib/sdm845Lib.inf b/sdm845Pkg/Library/sdm845Lib/sdm845Lib.inf index 57c643a..fdf85d5 100644 --- a/sdm845Pkg/Library/sdm845Lib/sdm845Lib.inf +++ b/sdm845Pkg/Library/sdm845Lib/sdm845Lib.inf @@ -24,6 +24,7 @@ EmbeddedPkg/EmbeddedPkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec + sdm845Pkg/sdm845Pkg.dec [LibraryClasses] ArmLib -- 2.45.2