foudation绝对路径整改

Signed-off-by: shiqichang <shiqichang@huawei.com>
Change-Id: Ie6d53d3b47e91f4d009a3b2fc6dfe81eff95c53e
Signed-off-by: shiqichang <shiqichang@huawei.com>
This commit is contained in:
shiqichang
2022-05-13 14:50:34 +08:00
parent bf9e10a43a
commit cc111f9a45
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -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
+2 -2
View File
@@ -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 = [
+2 -2
View File
@@ -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 = [