From be0e4e5f7f403216c9fac2c39807030e5a7f4361 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Wed, 3 Aug 2016 10:09:15 +0800 Subject: BraswellPlatformPkg: Restructure code in Common/Library directory Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang Reviewed-by: David Wei --- BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c | 1 + BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf | 1 + BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf | 1 + BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c | 1 + BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf | 1 + 5 files changed, 5 insertions(+) (limited to 'BraswellPlatformPkg/Common/Library/Ksc') diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c index d4f5a59709..423710f9d8 100644 --- a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c +++ b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c @@ -182,3 +182,4 @@ ReceiveKscData ( return EFI_SUCCESS; } + diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf index ac575975a1..f79adc40c3 100644 --- a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf +++ b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf @@ -32,3 +32,4 @@ [LibraryClasses] DebugLib IoLib + diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf index a972b4aa20..6d358b5dbb 100644 --- a/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf +++ b/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf @@ -32,3 +32,4 @@ [LibraryClasses] DebugLib IoLib + diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c index dc553ce523..65be4d2ce1 100644 --- a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c +++ b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c @@ -215,3 +215,4 @@ ReceiveKscData ( return EFI_SUCCESS; } + diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf index d716dabf7d..613b4c20d9 100644 --- a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf +++ b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf @@ -35,3 +35,4 @@ DebugLib SmmIoLib StallSmmLib + -- cgit v1.2.3