From 1a6e61ca288baece0bd250d600253739d29b8e53 Mon Sep 17 00:00:00 2001 From: stesen Date: Thu, 23 Sep 2021 11:27:30 +0000 Subject: [PATCH] Description:[feature] add hitrace components Test: run HitraceCTest and HitraceCppTest Signed-off-by: stesen --- components/hiviewdfx.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/components/hiviewdfx.json b/components/hiviewdfx.json index 1b3ca19..796ca89 100644 --- a/components/hiviewdfx.json +++ b/components/hiviewdfx.json @@ -231,6 +231,34 @@ "components": [] } }, + { + "component": "hitrace", + "description": "hitrace for liteos-a kernel", + "optional": "false", + "dirs": [ + "base/hiviewdfx/hitrace/" + ], + "targets": [ + "//base/hiviewdfx/hitrace/lite:hitrace", + "//base/hiviewdfx/hitrace/lite/test:unittest" + ], + "rom": "500KB", + "ram": "~500KB", + "output": [ + "libhitrace" + ], + "adapted_kernel": [ + "liteos_a", + "linux" + ], + "features": [], + "deps": { + "third_party": [ + "bounds_checking_function" + ], + "components": [] + } + }, { "component": "hiview_tunnel", "description": "log upload service for liteos-a kernel", -- GitLab