1{ 2 "name": "@openharmony/developertest", 3 "version": "3.1.0", 4 "description": "developertest", 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": "developertest", 15 "subsystem": "testfwk", 16 "features" :[], 17 "adapted_system_type": [ "standard" ], 18 "rom": "0KB", 19 "ram": "0KB", 20 "deps": {}, 21 "build": { 22 "sub_component": [ 23 "//test/testfwk/developer_test/examples/app_info:app_info", 24 "//test/testfwk/developer_test/examples/detector:detector", 25 "//test/testfwk/developer_test/examples/calculator:calculator", 26 "//test/testfwk/developer_test/examples/calculator:calculator_static" 27 ], 28 "inner_kits": [], 29 "test": [ 30 "//test/testfwk/developer_test/examples/app_info/test:unittest", 31 "//test/testfwk/developer_test/examples/calculator/test:unittest", 32 "//test/testfwk/developer_test/examples/calculator/test:fuzztest", 33 "//test/testfwk/developer_test/examples/calculator/test:benchmarktest", 34 "//test/testfwk/developer_test/examples/detector/test:unittest", 35 "//test/testfwk/developer_test/examples/sleep/test:performance", 36 "//test/testfwk/developer_test/examples/distributedb/test:distributedtest", 37 "//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest" 38 ] 39 } 40 } 41} 42