diff --git a/bundle.json b/bundle.json index 652bc657a83cbc51e9e020006ce8cb5d542219a6..3f096a72867a673bfda964a81793d07233c3f10f 100644 --- a/bundle.json +++ b/bundle.json @@ -57,6 +57,18 @@ "//foundation/distributedhardware/distributed_hardware_fwk/sa_profile:dhardware.cfg", "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits:libdhfwk_sdk" ], + "inner_kits": [ + { + "type": "so", + "name": "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits:libdhfwk_sdk", + "header": { + "header_files": [ + "distributed_hardware_fwk_kit.h" + ], + "header_base": "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include" + } + } + ], "test": [ "//foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest:utils_test", "//foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest:test", diff --git a/interfaces/inner_kits/BUILD.gn b/interfaces/inner_kits/BUILD.gn index 3c78bfa807ba572ff540a152aa933d3647fa9a85..e43f941a0916a39100cdae12721f83f74ba8ca87 100644 --- a/interfaces/inner_kits/BUILD.gn +++ b/interfaces/inner_kits/BUILD.gn @@ -42,6 +42,8 @@ ohos_shared_library("libdhfwk_sdk") { "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", ] + innerapi_tags = ["platformsdk"] + defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dhfwkkit\"",