2022-03-15 11:23:55 +00:00
|
|
|
{
|
2023-08-23 07:58:28 +00:00
|
|
|
"name": "@openharmony/developer_test",
|
2022-03-15 11:23:55 +00:00
|
|
|
"version": "3.1.0",
|
2023-08-18 08:41:14 +00:00
|
|
|
"description": "developer_test",
|
2022-03-15 11:23:55 +00:00
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
2022-11-21 11:43:37 +00:00
|
|
|
"segment": {
|
|
|
|
"destPath": "test/testfwk/developer_test"
|
|
|
|
},
|
2022-03-15 11:23:55 +00:00
|
|
|
"scripts": {},
|
|
|
|
"repository": "",
|
|
|
|
"dirs": {},
|
|
|
|
"component": {
|
2023-08-23 07:58:28 +00:00
|
|
|
"name": "developer_test",
|
2023-04-27 09:43:08 +00:00
|
|
|
"subsystem": "testfwk",
|
2023-08-21 09:26:31 +00:00
|
|
|
"syscap": [],
|
2022-03-15 11:23:55 +00:00
|
|
|
"features" :[],
|
2023-08-21 07:13:37 +00:00
|
|
|
"adapted_system_type": [ "mini", "small", "standard" ],
|
2022-03-15 11:23:55 +00:00
|
|
|
"rom": "0KB",
|
|
|
|
"ram": "0KB",
|
|
|
|
"deps": {},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-09-13 13:49:11 +00:00
|
|
|
"//test/testfwk/developer_test/examples/app_info:app_info",
|
|
|
|
"//test/testfwk/developer_test/examples/detector:detector",
|
|
|
|
"//test/testfwk/developer_test/examples/calculator:calculator",
|
|
|
|
"//test/testfwk/developer_test/examples/calculator:calculator_static"
|
2022-03-15 11:23:55 +00:00
|
|
|
],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": [
|
2022-09-13 13:49:11 +00:00
|
|
|
"//test/testfwk/developer_test/examples/app_info/test:unittest",
|
|
|
|
"//test/testfwk/developer_test/examples/calculator/test:unittest",
|
|
|
|
"//test/testfwk/developer_test/examples/calculator/test:fuzztest",
|
|
|
|
"//test/testfwk/developer_test/examples/calculator/test:benchmarktest",
|
|
|
|
"//test/testfwk/developer_test/examples/detector/test:unittest",
|
|
|
|
"//test/testfwk/developer_test/examples/sleep/test:performance",
|
2023-08-28 01:57:15 +00:00
|
|
|
"//test/testfwk/developer_test/examples/distributedb/test:distributedtest",
|
|
|
|
"//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest"
|
2022-03-15 11:23:55 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|