mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
aafwk->ability_runtime
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com> Change-Id: I80c40ecda88873d7d7a4c36a4a03436b7dbef460
This commit is contained in:
parent
2960efce7c
commit
72463609dd
4
BUILD.gn
4
BUILD.gn
@ -23,7 +23,7 @@ config("appspawn_config") {
|
||||
"interfaces/innerkits/include",
|
||||
"//utils/native/base/include",
|
||||
"util/include",
|
||||
"${aafwk_path}/interfaces/kits/native/appkit/app",
|
||||
"${ability_runtime_path}/interfaces/kits/native/appkit/app",
|
||||
"//base/global/resource_management/interfaces/inner_api/include",
|
||||
"//base/security/access_token/interfaces/innerkits/token_setproc/include",
|
||||
"//base/startup/init_lite/services/log",
|
||||
@ -46,7 +46,7 @@ ohos_executable("appspawn") {
|
||||
]
|
||||
configs = [ ":appspawn_config" ]
|
||||
deps = [
|
||||
"${aafwk_path}/frameworks/native/appkit:appkit_native",
|
||||
"${ability_runtime_path}/frameworks/native/appkit:appkit_native",
|
||||
"${appspawn_path}:appspawn_server",
|
||||
]
|
||||
external_deps = [
|
||||
|
@ -11,9 +11,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
ability_runtime_path = "//foundation/ability/ability_runtime"
|
||||
ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits"
|
||||
appspawn_path = "//base/startup/appspawn"
|
||||
aafwk_path = "//foundation/ability/ability_runtime"
|
||||
subsystem_name = "startup"
|
||||
part_name = "appspawn"
|
||||
module_output_path = "${part_name}/appspawn_l2"
|
||||
|
@ -27,11 +27,11 @@ ohos_moduletest("AppSpawnModuleTest") {
|
||||
|
||||
configs = [
|
||||
"${appspawn_path}:appspawn_config",
|
||||
"${aafwk_path}/services/appmgr:appmgr_config",
|
||||
"${ability_runtime_path}/services/appmgr:appmgr_config",
|
||||
]
|
||||
|
||||
deps = [
|
||||
"${aafwk_path}/services/appmgr:libappms",
|
||||
"${ability_runtime_path}/services/appmgr:libappms",
|
||||
"${appspawn_path}/interfaces/innerkits:appspawn_socket_client",
|
||||
"//third_party/googletest:gtest_main",
|
||||
"//utils/native/base:utils",
|
||||
|
@ -36,11 +36,11 @@ config("utest_config") {
|
||||
"${appspawn_path}/interfaces/innerkits/include",
|
||||
"${appspawn_path}/util/include",
|
||||
"//utils/native/base/include",
|
||||
"${aafwk_path}/frameworks/kits/appkit/native/app/include",
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager/include/appmgr",
|
||||
"${aafwk_path}/interfaces/innerkits/ability_manager/include",
|
||||
"${aafwk_path}/frameworks/kits/ability/native/include",
|
||||
"${aafwk_path}/services/abilitymgr/include",
|
||||
"ability_runtime_kits_path/appkit/native/app/include",
|
||||
"${ability_runtime_path}/interfaces/innerkits/app_manager/include/appmgr",
|
||||
"${ability_runtime_path}/interfaces/innerkits/ability_manager/include",
|
||||
"ability_runtime_kits_path/ability/native/include",
|
||||
"${ability_runtime_path}/services/abilitymgr/include",
|
||||
"//base/global/resource_management/interfaces/inner_api/include",
|
||||
"//base/security/access_token/interfaces/innerkits/token_setproc/include",
|
||||
"//base/startup/init_lite/services/log",
|
||||
@ -82,7 +82,7 @@ ohos_unittest("AppSpawn_ut") {
|
||||
configs = [ "//base/startup/appspawn/test/unittest:utest_config" ]
|
||||
|
||||
deps = [
|
||||
"${aafwk_path}/frameworks/native/appkit:appkit_native",
|
||||
"${ability_runtime_path}/frameworks/native/appkit:appkit_native",
|
||||
"//base/security/access_token/interfaces/innerkits/token_setproc:libtoken_setproc",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user