mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-19 22:14:29 -04:00
foudation绝对路径整改
Signed-off-by: shiqichang <shiqichang@huawei.com> Change-Id: Ie6d53d3b47e91f4d009a3b2fc6dfe81eff95c53e Signed-off-by: shiqichang <shiqichang@huawei.com>
This commit is contained in:
@@ -21,6 +21,7 @@ kits_path = "${appexecfwk_path}/interfaces/kits"
|
||||
innerkits_path = "${appexecfwk_path}/interfaces/innerkits"
|
||||
inner_api_path = "${appexecfwk_path}/interfaces/inner_api"
|
||||
tools_path = "${appexecfwk_path}/tools"
|
||||
aafwk_innerkits_path = "//foundation/aafwk/standard/interfaces/innerkits"
|
||||
use_pre_bundle_profile = false
|
||||
declare_args() {
|
||||
bundle_framework_graphics = true
|
||||
|
||||
@@ -34,11 +34,11 @@ ohos_fuzztest("ParseFuzzTest") {
|
||||
sources = [ "parse_fuzzer.cpp" ]
|
||||
|
||||
deps = [
|
||||
"${aafwk_innerkits_path}/base:base",
|
||||
"${aafwk_innerkits_path}/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${services_path}/bundlemgr:bundle_parser",
|
||||
"${services_path}/bundlemgr:parser_common",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//third_party/googletest:gtest_main",
|
||||
]
|
||||
external_deps = [
|
||||
|
||||
@@ -34,11 +34,11 @@ ohos_fuzztest("ParseSysCapFuzzTest") {
|
||||
sources = [ "parsesyscap_fuzzer.cpp" ]
|
||||
|
||||
deps = [
|
||||
"${aafwk_innerkits_path}/base:base",
|
||||
"${aafwk_innerkits_path}/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${services_path}/bundlemgr:bundle_parser",
|
||||
"${services_path}/bundlemgr:parser_common",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//third_party/googletest:gtest_main",
|
||||
]
|
||||
external_deps = [
|
||||
|
||||
Reference in New Issue
Block a user