diff --git a/dslm_sdk.BUILD.gn b/dslm_sdk.BUILD.gn index 00452cc58557af7ae3c2754bddf570409eeca4e7..7ae6d4dc2db586654fe6cb0e4fa1decc18cec8db 100644 --- a/dslm_sdk.BUILD.gn +++ b/dslm_sdk.BUILD.gn @@ -12,9 +12,10 @@ # limitations under the License. import("//build/ohos.gni") +import("//build/config/sysroot.gni") config("device_security_level_sdk_config") { - include_dirs = [ "/usr/include/device_security_level" ] + include_dirs = [ "${sysroot}/usr/include/device_security_level" ] libs=["dslm_sdk.z"] } diff --git a/security_device_security_level.spec b/security_device_security_level.spec index 9c814fd4741b8f9117314370d1cf20db2dd0785f..11ea91687359f88ad9569133dd1332cf44825b22 100644 --- a/security_device_security_level.spec +++ b/security_device_security_level.spec @@ -6,7 +6,7 @@ Name: security_device_security_level Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Device Safety Level Management Service License: Apache-2.0 URL: https://gitee.com/openharmony/security_device_security_level @@ -102,6 +102,10 @@ install -m 0755 %{security_path}/device_security_level/hisysevent.yaml %{buildr /system/* %{_includedir}/device_security_level/* %{build_opt}/* + %changelog +* Wed Jun 26 2024 s_c_c - 1.0.0-2 +- Fix dslm_sdk config include_dirs for embedded + * Mon Nov 6 2023 Jiaqi Zhao - 1.0.0-1 - Separating the device_security_level component from the master package