diff --git a/bundle.json b/bundle.json index 4c31e9b8b7818af0805c23ef340e4e035994a808..37176d6f023d4c7896efa935497f9ceaa884f99f 100644 --- a/bundle.json +++ b/bundle.json @@ -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", diff --git a/frameworks/bundle_lite/BUILD.gn b/frameworks/bundle_lite/BUILD.gn index 2a1328e340789553d2cc893b10d74f79faa48e4e..bb9d3889ee328b046e8d20114d30fd1e2a3cd52a 100644 --- a/frameworks/bundle_lite/BUILD.gn +++ b/frameworks/bundle_lite/BUILD.gn @@ -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", diff --git a/interfaces/innerkits/bundlemgr_lite/LICENSE b/interfaces/inner_api/bundlemgr_lite/LICENSE similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/LICENSE rename to interfaces/inner_api/bundlemgr_lite/LICENSE diff --git a/interfaces/innerkits/bundlemgr_lite/README.md b/interfaces/inner_api/bundlemgr_lite/README.md similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/README.md rename to interfaces/inner_api/bundlemgr_lite/README.md diff --git a/interfaces/innerkits/bundlemgr_lite/bundle_daemon_interface.h b/interfaces/inner_api/bundlemgr_lite/bundle_daemon_interface.h similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/bundle_daemon_interface.h rename to interfaces/inner_api/bundlemgr_lite/bundle_daemon_interface.h diff --git a/interfaces/innerkits/bundlemgr_lite/bundle_inner_interface.h b/interfaces/inner_api/bundlemgr_lite/bundle_inner_interface.h similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/bundle_inner_interface.h rename to interfaces/inner_api/bundlemgr_lite/bundle_inner_interface.h diff --git a/interfaces/innerkits/bundlemgr_lite/bundle_service_interface.h b/interfaces/inner_api/bundlemgr_lite/bundle_service_interface.h similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/bundle_service_interface.h rename to interfaces/inner_api/bundlemgr_lite/bundle_service_interface.h diff --git a/interfaces/innerkits/bundlemgr_lite/slite/bundle_install_msg.h b/interfaces/inner_api/bundlemgr_lite/slite/bundle_install_msg.h similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/slite/bundle_install_msg.h rename to interfaces/inner_api/bundlemgr_lite/slite/bundle_install_msg.h diff --git a/interfaces/innerkits/bundlemgr_lite/slite/bundle_manager_inner.h b/interfaces/inner_api/bundlemgr_lite/slite/bundle_manager_inner.h similarity index 100% rename from interfaces/innerkits/bundlemgr_lite/slite/bundle_manager_inner.h rename to interfaces/inner_api/bundlemgr_lite/slite/bundle_manager_inner.h diff --git a/services/bundlemgr_lite/BUILD.gn b/services/bundlemgr_lite/BUILD.gn index 9632fe9d52f75f99e25bb9231db04e758e703a35..e93f45c4638d2becd52b6c7411d70a90f6b47898 100644 --- a/services/bundlemgr_lite/BUILD.gn +++ b/services/bundlemgr_lite/BUILD.gn @@ -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", diff --git a/services/bundlemgr_lite/bundle_daemon/BUILD.gn b/services/bundlemgr_lite/bundle_daemon/BUILD.gn index adbebaeb788752bf1eea2e1acecaa3360aca14c6..1cf32f3eb46ae63c6553050275fb732b67b52cdc 100755 --- a/services/bundlemgr_lite/bundle_daemon/BUILD.gn +++ b/services/bundlemgr_lite/bundle_daemon/BUILD.gn @@ -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", diff --git a/services/bundlemgr_lite/tools/BUILD.gn b/services/bundlemgr_lite/tools/BUILD.gn index a0a33ed0a9006aa8488580466384f27bfdc0b379..9995ca44c7405827596d36cb965d2f74a14286b0 100644 --- a/services/bundlemgr_lite/tools/BUILD.gn +++ b/services/bundlemgr_lite/tools/BUILD.gn @@ -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",