mirror of
https://github.com/openharmony/appexecfwk_appexecfwk_lite.git
synced 2026-06-30 21:07:55 -04:00
innerkits to inner_api
Signed-off-by: changzheng6 <hanfeng6@huawei.com>
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user