!118 ohos标准化

Merge pull request !118 from xiangjiaming/master
This commit is contained in:
openharmony_ci 2022-01-24 13:41:21 +00:00 committed by Gitee
commit c2cb076cf6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 44 additions and 14 deletions

44
bundle.json Normal file
View File

@ -0,0 +1,44 @@
{
"name": "@ohos/profiler",
"description": "Performance profiler that provides an analytics tool for the memory, bytrace plug-in, and IDE, as well as plug-in capabilities",
"version": "3.09",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "developtools/profiler/device"
},
"dirs": {},
"scripts": {},
"component": {
"name": "profiler",
"subsystem": "developtools",
"adapted_system_type": [
"standard"
],
"rom": "188KB",
"ram": "2000KB",
"deps": {
"components": [
"hilog",
"hiprofiler",
"hiprofiler_cmd",
"hiprofiler_plugins"
],
"third_party": [
"googletest",
"utils",
"zlib"
]
},
"build": {
"sub_component": [
"//developtools/profiler/device:hiprofiler_targets"
],
"inner_kits": [],
"test": [
"//developtools/profiler/device:unittest",
"//developtools/profiler/interfaces/kits/test:unittest"
]
}
}
}

View File

@ -1,14 +0,0 @@
{
"subsystem": "developtools",
"parts": {
"profiler": {
"module_list": [
"//developtools/profiler/device:hiprofiler_targets"
],
"test_list": [
"//developtools/profiler/device:unittest",
"//developtools/profiler/interfaces/kits/test:unittest"
]
}
}
}