From 72c84690f26d11ae57820e555a7792b4abbbde16 Mon Sep 17 00:00:00 2001 From: zhaoxingyu Date: Tue, 18 Jun 2024 20:23:12 +0800 Subject: [PATCH] Update GR551x SDK to v2.0.2 Signed-off-by: zhaoxingyu --- gr5515_sk/liteos_m/config.gni | 3 +++ gr5515_sk/ohos.build | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 gr5515_sk/ohos.build diff --git a/gr5515_sk/liteos_m/config.gni b/gr5515_sk/liteos_m/config.gni index c3b4ade..221abe8 100755 --- a/gr5515_sk/liteos_m/config.gni +++ b/gr5515_sk/liteos_m/config.gni @@ -107,3 +107,6 @@ board_configed_sysroot = "" # Board storage type, it used for file system generation. storage_type = "" + +# Avoid attest module being involved by XTS +abi_type = "*" \ No newline at end of file diff --git a/gr5515_sk/ohos.build b/gr5515_sk/ohos.build new file mode 100644 index 0000000..1e32ebd --- /dev/null +++ b/gr5515_sk/ohos.build @@ -0,0 +1,10 @@ +{ + "parts": { + "device_gr5515_sk": { + "module_list": [ + "//device/soc/goodix/gr551x:gr551x" + ] + } + }, + "subsystem": "device_gr5515_sk" +} \ No newline at end of file