• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/developertest",
3    "version": "3.1.0",
4    "description": "developertest",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "scripts": {},
8    "repository": "",
9    "dirs": {},
10    "component": {
11        "name": "developertest",
12	"subsystem": "developertest",
13      	"features" :[],
14        "adapted_system_type": [ "standard" ],
15      	"rom": "0KB",
16      	"ram": "0KB",
17      	"deps": {},
18	"build": {
19	  "sub_component": [
20            "//test/testfwk/developer_test/examples/app_info:app_info",
21            "//test/testfwk/developer_test/examples/detector:detector",
22            "//test/testfwk/developer_test/examples/calculator:calculator",
23            "//test/testfwk/developer_test/examples/calculator:calculator_static"
24          ],
25	  "inner_kits": [],
26	    "test": [
27	      "//test/testfwk/developer_test/examples/app_info/test:unittest",
28              "//test/testfwk/developer_test/examples/calculator/test:unittest",
29              "//test/testfwk/developer_test/examples/calculator/test:fuzztest",
30              "//test/testfwk/developer_test/examples/calculator/test:benchmarktest",
31              "//test/testfwk/developer_test/examples/detector/test:unittest",
32              "//test/testfwk/developer_test/examples/sleep/test:performance",
33              "//test/testfwk/developer_test/examples/distributedb/test:distributedtest"
34          ]
35  	}
36  }
37}
38