commit
25bdaeb6d5
|
@ -47,9 +47,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
|
|||
"-Wall",
|
||||
]
|
||||
include_dirs = [
|
||||
"//kernel/liteos_a/kernel/include/",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//kernel/liteos_a/kernel/common",
|
||||
]
|
||||
public_deps = [
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
|
|
|
@ -56,7 +56,6 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
|
|||
public_configs = [ ":samgr_public" ]
|
||||
|
||||
include_dirs = [
|
||||
"//kernel/liteos_a/kernel/include/",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//third_party/cJSON",
|
||||
]
|
||||
|
|
|
@ -52,7 +52,6 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
|
|||
public_configs = [ ":samgr_adapter_public" ]
|
||||
|
||||
include_dirs = [
|
||||
"//kernel/liteos_a/kernel/include/",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
|
||||
|
|
|
@ -67,7 +67,6 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
|
|||
]
|
||||
|
||||
include_dirs = [
|
||||
"//kernel/liteos_a/kernel/include/",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -24,15 +24,13 @@ source_set("client") {
|
|||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//utils/native/lite/include",
|
||||
"//kernel/liteos_a/kernel/include",
|
||||
"//kernel/liteos_a/kernel/common",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//base/security/permission/services/permission_lite/include",
|
||||
"//base/security/permission/services/permission_lite/include"
|
||||
]
|
||||
|
||||
public_deps = [
|
||||
"//foundation/communication/ipc_lite:liteipc_adapter",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr_endpoint:endpoint_source",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
"//third_party/bounds_checking_function:libsec_shared"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,9 +19,7 @@ config("endpoint_public") {
|
|||
"//utils/native/lite/include",
|
||||
"//foundation/communication/ipc_lite/interfaces/kits",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//base/security/permission/services/permission_lite/ipc_auth/include",
|
||||
"//kernel/liteos_a/kernel/include/",
|
||||
"//kernel/liteos_a/kernel/common",
|
||||
"//base/security/permission/services/permission_lite/ipc_auth/include"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@ shared_library("server") {
|
|||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//utils/native/lite/include",
|
||||
"//kernel/liteos_a/kernel/include/",
|
||||
"//kernel/liteos_a/kernel/common",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//base/security/permission/interfaces/innerkits/permission_lite",
|
||||
"//base/security/permission/services/permission_lite/pms_base/include",
|
||||
|
|
Loading…
Reference in New Issue