未验证 提交 1802159a 编写于 作者: O openharmony_ci 提交者: Gitee

!6485 修改ai_engine仓路径名

Merge pull request !6485 from user/master
...@@ -15,12 +15,13 @@ import("//test/xts/tools/lite/build/suite_lite.gni") ...@@ -15,12 +15,13 @@ import("//test/xts/tools/lite/build/suite_lite.gni")
lite_component("test_plugin_manager_so") { lite_component("test_plugin_manager_so") {
target_type = "shared_library" target_type = "shared_library"
features = features = [
[ "//foundation/ai/engine/services/server/plugin_manager:plugin_manager" ] "//foundation/ai/ai_engine/services/server/plugin_manager:plugin_manager",
]
deps = [ deps = [
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//foundation/ai/engine/services/common/platform/dl_operation:dlOperation", "//foundation/ai/ai_engine/services/common/platform/dl_operation:dlOperation",
"//foundation/ai/engine/services/common/platform/lock:lock", "//foundation/ai/ai_engine/services/common/platform/lock:lock",
"//foundation/ai/engine/services/common/protocol/data_channel:data_channel", "//foundation/ai/ai_engine/services/common/protocol/data_channel:data_channel",
] ]
} }
...@@ -37,12 +37,12 @@ hcpptest_suite("ActsAiEngineTest") { ...@@ -37,12 +37,12 @@ hcpptest_suite("ActsAiEngineTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog", "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog",
"//foundation/ai/engine/interfaces", "//foundation/ai/ai_engine/interfaces",
"//foundation/ai/engine/services/common", "//foundation/ai/ai_engine/services/common",
"//foundation/ai/engine/services/client", "//foundation/ai/ai_engine/services/client",
"//foundation/ai/engine/services/server", "//foundation/ai/ai_engine/services/server",
"//foundation/ai/engine/services/algorithmsdk", "//foundation/ai/ai_engine/services/algorithmsdk",
"//foundation/ai/engine/services/server/plugin", "//foundation/ai/ai_engine/services/server/plugin",
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
"//commonlibrary/utils_lite/include", "//commonlibrary/utils_lite/include",
"//kernel/liteos-a/kernel/include", "//kernel/liteos-a/kernel/include",
...@@ -54,9 +54,9 @@ hcpptest_suite("ActsAiEngineTest") { ...@@ -54,9 +54,9 @@ hcpptest_suite("ActsAiEngineTest") {
] ]
deps = [ deps = [
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//foundation/ai/engine/services/client:client", "//foundation/ai/ai_engine/services/client:client",
"//foundation/ai/engine/services/common/platform/dl_operation:dlOperation", "//foundation/ai/ai_engine/services/common/platform/dl_operation:dlOperation",
"//foundation/ai/engine/services/server/plugin_manager:plugin_manager", "//foundation/ai/ai_engine/services/server/plugin_manager:plugin_manager",
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
"//test/xts/acts/ai_lite/ai_engine_posix/base/src/sample:sample_plugin_1_sync", "//test/xts/acts/ai_lite/ai_engine_posix/base/src/sample:sample_plugin_1_sync",
"//test/xts/acts/ai_lite/ai_engine_posix/base/src/sample:sample_plugin_2_async", "//test/xts/acts/ai_lite/ai_engine_posix/base/src/sample:sample_plugin_2_async",
......
...@@ -21,9 +21,9 @@ source_set("syncDemoPluginCode") { ...@@ -21,9 +21,9 @@ source_set("syncDemoPluginCode") {
include_dirs = [ include_dirs = [
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog", "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog",
"//foundation/ai/engine/services/common", "//foundation/ai/ai_engine/services/common",
"//foundation/ai/engine/services/server", "//foundation/ai/ai_engine/services/server",
"//foundation/ai/engine/test", "//foundation/ai/ai_engine/test",
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
] ]
} }
...@@ -33,9 +33,7 @@ lite_component("sample_plugin_1_sync") { ...@@ -33,9 +33,7 @@ lite_component("sample_plugin_1_sync") {
cflags = [ "-fPIC" ] cflags = [ "-fPIC" ]
cflags_cc = cflags cflags_cc = cflags
features = [ ":syncDemoPluginCode" ] features = [ ":syncDemoPluginCode" ]
deps = [ deps = [ "//foundation/ai/ai_engine/services/common/protocol/data_channel:data_channel" ]
"//foundation/ai/engine/services/common/protocol/data_channel:data_channel",
]
} }
source_set("asyncDemoPluginCode") { source_set("asyncDemoPluginCode") {
...@@ -46,9 +44,9 @@ source_set("asyncDemoPluginCode") { ...@@ -46,9 +44,9 @@ source_set("asyncDemoPluginCode") {
include_dirs = [ include_dirs = [
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog", "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog",
"//foundation/ai/engine/services/common", "//foundation/ai/ai_engine/services/common",
"//foundation/ai/engine/services/server", "//foundation/ai/ai_engine/services/server",
"//foundation/ai/engine/test", "//foundation/ai/ai_engine/test",
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
] ]
} }
...@@ -58,7 +56,5 @@ lite_component("sample_plugin_2_async") { ...@@ -58,7 +56,5 @@ lite_component("sample_plugin_2_async") {
cflags = [ "-fPIC" ] cflags = [ "-fPIC" ]
cflags_cc = cflags cflags_cc = cflags
features = [ ":asyncDemoPluginCode" ] features = [ ":asyncDemoPluginCode" ]
deps = [ deps = [ "//foundation/ai/ai_engine/services/common/protocol/data_channel:data_channel" ]
"//foundation/ai/engine/services/common/protocol/data_channel:data_channel",
]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册