增加config参数

Signed-off-by:zhangcui11<zhangcui11@huawei.com>

Signed-off-by: zhang-cui11 <zhangcui11@huawei.com>
This commit is contained in:
zhang-cui11 2023-01-20 10:48:44 +08:00
parent 55a7e9fe78
commit 22bd8035d2
6 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ ohos_source_set("plugins_sources") {
}
ohos_prebuilt_etc("hiprofiler_plugins.cfg") {
source = "config/hiprofiler_plugins.cfg"
source = "../../etc/hiprofiler_plugins.cfg"
relative_install_dir = "init"
part_name = "${OHOS_PROFILER_PART_NAME}"
subsystem_name = "${OHOS_PROFILER_SUBSYS_NAME}"

View File

@ -35,7 +35,7 @@ config("hook_config") {
}
ohos_prebuilt_etc("hiprofiler_daemon.cfg") {
source = "config/hiprofiler_daemon.cfg"
source = "../../etc/hiprofiler_daemon.cfg"
relative_install_dir = "init"
part_name = "${OHOS_PROFILER_PART_NAME}"
subsystem_name = "${OHOS_PROFILER_SUBSYS_NAME}"

View File

@ -60,7 +60,7 @@ ohos_source_set("profiler_service") {
}
ohos_prebuilt_etc("hiprofilerd.cfg") {
source = "config/hiprofilerd.cfg"
source = "../../etc/hiprofilerd.cfg"
relative_install_dir = "init"
part_name = "${OHOS_PROFILER_PART_NAME}"
subsystem_name = "${OHOS_PROFILER_SUBSYS_NAME}"