mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 15:00:17 +00:00
增加config参数
Signed-off-by:zhangcui11<zhangcui11@huawei.com> Signed-off-by: zhang-cui11 <zhangcui11@huawei.com>
This commit is contained in:
parent
55a7e9fe78
commit
22bd8035d2
@ -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}"
|
||||
|
@ -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}"
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user