From 8b7a8dbb019e9407f7feea655c502adef07662cc Mon Sep 17 00:00:00 2001
From: BigfootACA <bigfoot@classfun.cn>
Date: Sun, 23 Jan 2022 14:53:25 +0800
Subject: [PATCH] sdm845Pkg: Library: SimpleInit: add linux simple mass storage

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
---
 build.sh                     | 1 +
 sdm845Pkg/CommonDsc.dsc.inc  | 2 +-
 sdm845Pkg/Library/SimpleInit | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 7975736..185cb5f 100755
--- a/build.sh
+++ b/build.sh
@@ -158,6 +158,7 @@ then	set -e
 		git submodule set-url libs/lvgl     https://github.com.cnpmjs.org/lvgl/lvgl.git
 		git submodule set-url libs/lodepng  https://github.com.cnpmjs.org/lvandeve/lodepng.git
 		git submodule set-url libs/freetype https://github.com.cnpmjs.org/freetype/freetype.git
+		git submodule set-url libs/nanosvg  https://github.com.cnpmjs.org/memononen/nanosvg.git
 		git submodule init;git submodule update
 		popd
 		git checkout .gitmodules
diff --git a/sdm845Pkg/CommonDsc.dsc.inc b/sdm845Pkg/CommonDsc.dsc.inc
index db0c569..139cc9d 100644
--- a/sdm845Pkg/CommonDsc.dsc.inc
+++ b/sdm845Pkg/CommonDsc.dsc.inc
@@ -14,7 +14,7 @@
 #
 
 !include MdePkg/MdeLibs.dsc.inc
-!include sdm845Pkg/Library/SimpleInit/SimpleInit.inc
+!include sdm845Pkg/Library/SimpleInit/SimpleInit-EDK2.inc
 
 [LibraryClasses.common]
 !if $(TARGET) == RELEASE
diff --git a/sdm845Pkg/Library/SimpleInit b/sdm845Pkg/Library/SimpleInit
index 8d195e4..d64d7db 160000
--- a/sdm845Pkg/Library/SimpleInit
+++ b/sdm845Pkg/Library/SimpleInit
@@ -1 +1 @@
-Subproject commit 8d195e44250f6c5d48d97d406cdf7439ab6df95e
+Subproject commit d64d7db87aa2f7bc1d507ea8d722c7ebe98b3aa4
-- 
2.47.1