1{ 2 "name": "@openharmony/developer_test", 3 "version": "3.1.0", 4 "description": "developer_test", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "test/testfwk/developer_test" 9 }, 10 "scripts": {}, 11 "repository": "", 12 "dirs": {}, 13 "component": { 14 "name": "developer_test", 15 "subsystem": "testfwk", 16 "syscap": [], 17 "features" :[], 18 "adapted_system_type": [ "mini", "small", "standard" ], 19 "rom": "0KB", 20 "ram": "0KB", 21 "deps": {}, 22 "build": { 23 "sub_component": [ 24 "//test/testfwk/developer_test/examples/app_info:app_info", 25 "//test/testfwk/developer_test/examples/detector:detector", 26 "//test/testfwk/developer_test/examples/calculator:calculator", 27 "//test/testfwk/developer_test/examples/calculator:calculator_static" 28 ], 29 "inner_kits": [ 30 { 31 "name": "//test/testfwk/developer_test/aw/cxx/distributed:distributedtest_lib", 32 "header":{ 33 "header_base":[ 34 "//test/testfwk/developer_test/aw/cxx/distributed/utils", 35 "//test/testfwk/developer_test/aw/cxx/distributed" 36 ], 37 "header_files":[ 38 "csv_transform_xml.h", 39 "distributed.h", 40 "distributed_agent.h", 41 "distributed_cfg.h", 42 "distributed_major.h" 43 ] 44 } 45 }, 46 { 47 "name": "//test/testfwk/developer_test/aw/cxx/hwext:performance_test_static", 48 "header":{ 49 "header_base": "//test/testfwk/developer_test/aw/cxx/hwext", 50 "header_files": "perf.h" 51 } 52 } 53 ], 54 "test": [ 55 "//test/testfwk/developer_test/examples/app_info/test:unittest", 56 "//test/testfwk/developer_test/examples/calculator/test:unittest", 57 "//test/testfwk/developer_test/examples/calculator/test:fuzztest", 58 "//test/testfwk/developer_test/examples/calculator/test:benchmarktest", 59 "//test/testfwk/developer_test/examples/detector/test:unittest", 60 "//test/testfwk/developer_test/examples/sleep/test:performance", 61 "//test/testfwk/developer_test/examples/distributedb/test:distributedtest", 62 "//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest" 63 ] 64 } 65 } 66} 67