!169 【部件化】innerkit修改为inner_api

Merge pull request !169 from hanfeng/master
This commit is contained in:
openharmony_ci
2022-06-15 01:21:17 +00:00
committed by Gitee
12 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
"inner_kits": [
{
"header": {
"header_base": "foundation/appexecfwk/appexecfwk_lite/interfaces/innerkits/bundlemgr_lite",
"header_base": "foundation/appexecfwk/appexecfwk_lite/interfaces/inner_api/bundlemgr_lite",
"header_files": [
"bundle_daemon_interface.h",
"bundle_inner_interface.h",
+3 -3
View File
@@ -49,8 +49,8 @@ lite_library("bundle") {
include_dirs = [
"${appexecfwk_lite_path}/services/bundlemgr_lite/include",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite/slite",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite/slite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite/slite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
"${appexecfwk_lite_path}/utils/bundle_lite",
@@ -101,7 +101,7 @@ lite_library("bundle") {
"${aafwk_lite_path}/frameworks/want_lite/include",
"${aafwk_lite_path}/interfaces/kits/want_lite",
"${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
"${appexecfwk_lite_path}/utils/bundle_lite",
"//foundation/communication/ipc/interfaces/innerkits/c/ipc/include",
+3 -3
View File
@@ -39,8 +39,8 @@ if (ohos_kernel_type == "liteos_m") {
include_dirs = [
"${appexecfwk_lite_path}/services/bundlemgr_lite/include",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite/slite",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite/slite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite/slite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
"${appexecfwk_lite_path}/utils/bundle_lite",
@@ -109,7 +109,7 @@ if (ohos_kernel_type == "liteos_m") {
"${aafwk_lite_path}/interfaces/kits/ability_lite",
"${aafwk_lite_path}/interfaces/kits/want_lite",
"${aafwk_lite_path}/frameworks/want_lite/include",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite",
"${appexecfwk_lite_path}/frameworks/bundle_lite/include",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
"${appexecfwk_lite_path}/utils/bundle_lite",
@@ -50,7 +50,7 @@ executable("bundle_daemon") {
include_dirs = [
"include",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite",
"${appexecfwk_lite_path}/utils/bundle_lite",
"${appexecfwk_lite_path}/services/bundlemgr_lite/include",
"//foundation/distributedschedule/samgr_lite/interfaces/innerkits/samgr",
+1 -1
View File
@@ -53,7 +53,7 @@ executable("bm") {
"${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite",
"${aafwk_lite_path}/interfaces/kits/want_lite",
"${aafwk_lite_path}/services/abilitymgr_lite/include",
"${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite/",
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite/",
"${appexecfwk_lite_path}/frameworks/bundle_lite/include",
"${appexecfwk_lite_path}/utils/bundle_lite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",