mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
fix: remove redundant dependence
Signed-off-by: xionglei6 <xionglei6@huawei.com>
This commit is contained in:
parent
ff136705ea
commit
49b117bc77
6
BUILD.gn
6
BUILD.gn
@ -22,8 +22,6 @@ config("appspawn_config") {
|
||||
"//utils/native/base/include",
|
||||
"${aafwk_path}/frameworks/kits/appkit/native/app/include",
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager/include/appmgr",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core/include/bundlemgr",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base/include",
|
||||
"${appexecfwk_path}/interfaces/innerkits/libeventhandler/include",
|
||||
"${appexecfwk_path}/common/log/include",
|
||||
"${aafwk_path}/interfaces/innerkits/want/include/ohos/aafwk/content",
|
||||
@ -78,8 +76,6 @@ ohos_static_library("appspawn_server") {
|
||||
]
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
@ -155,8 +151,6 @@ ohos_static_library("nwebspawn_server") {
|
||||
]
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "hilog/log.h"
|
||||
#include "main_thread.h"
|
||||
#include "securec.h"
|
||||
#include "bundle_mgr_interface.h"
|
||||
#include "if_system_ability_manager.h"
|
||||
#include "iservice_registry.h"
|
||||
#include "system_ability_definition.h"
|
||||
|
@ -66,8 +66,6 @@ ohos_source_set("appspawn_test_source") {
|
||||
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
]
|
||||
}
|
||||
|
@ -23,7 +23,6 @@ ohos_moduletest("AppSpawnModuleTest") {
|
||||
"//utils/native/base/include",
|
||||
"//third_party/zlib/contrib/minizip",
|
||||
"//third_party/zlib",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base/include",
|
||||
]
|
||||
|
||||
configs = [
|
||||
@ -34,7 +33,6 @@ ohos_moduletest("AppSpawnModuleTest") {
|
||||
deps = [
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${aafwk_path}/services/appmgr:libams",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appspawn_path}/interfaces/innerkits:appspawn_socket_client",
|
||||
"//third_party/googletest:gtest_main",
|
||||
"//utils/native/base:utils",
|
||||
|
@ -46,8 +46,6 @@ ohos_unittest("AppSpawnServerOverrideTest") {
|
||||
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
@ -94,8 +92,6 @@ ohos_unittest("AppSpawnServerMockTest") {
|
||||
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
Loading…
Reference in New Issue
Block a user