mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2025-02-15 13:40:55 +00:00
Replace ohos.build with bunlde.json
Signed-off-by: wenlong12 <wenlong12@huawei.com>
This commit is contained in:
parent
84a2df3bbf
commit
c2795fe826
49
bundle.json
Normal file
49
bundle.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "@ohos/hiperf",
|
||||
"description": "hiperf interface provided for system",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "developtools/hiperf"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "hiperf",
|
||||
"subsystem": "developtools",
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "188KB",
|
||||
"ram": "2000KB",
|
||||
"deps": {
|
||||
"components": [
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": [
|
||||
"libz",
|
||||
"utilsecurec"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//developtools/hiperf:hiperf_target",
|
||||
"//developtools/hiperf:hiperf_target_all"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//developtools/hiperf/interfaces/innerkits/native:hiperf_client",
|
||||
"header": {
|
||||
"header_files": [
|
||||
"hiperf_client.h"
|
||||
],
|
||||
"header_base": "//developtools/hiperf/interfaces/innerkits/native/include"
|
||||
}
|
||||
}
|
||||
],
|
||||
"test": [ "//developtools/hiperf/test:hiperf_test" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
26
ohos.build
26
ohos.build
@ -1,26 +0,0 @@
|
||||
{
|
||||
"subsystem": "developtools",
|
||||
"parts": {
|
||||
"hiperf": {
|
||||
"module_list": [
|
||||
"//developtools/hiperf/:hiperf_target",
|
||||
"//developtools/hiperf/:hiperf_target_all"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"type": "so",
|
||||
"name": "//developtools/hiperf/interfaces/innerkits/native:hiperf_client",
|
||||
"header": {
|
||||
"header_files": [
|
||||
"hiperf_client.h"
|
||||
],
|
||||
"header_base": "//developtools/hiperf/interfaces/innerkits/native/include"
|
||||
}
|
||||
}
|
||||
],
|
||||
"test_list": [
|
||||
"//developtools/hiperf/test:hiperf_test"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user