• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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	    "test": [
31	      "//test/testfwk/developer_test/examples/app_info/test:unittest",
32              "//test/testfwk/developer_test/examples/calculator/test:unittest",
33              "//test/testfwk/developer_test/examples/calculator/test:fuzztest",
34              "//test/testfwk/developer_test/examples/calculator/test:benchmarktest",
35              "//test/testfwk/developer_test/examples/detector/test:unittest",
36              "//test/testfwk/developer_test/examples/sleep/test:performance",
37              "//test/testfwk/developer_test/examples/distributedb/test:distributedtest",
38              "//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest"
39          ]
40  	}
41  }
42}
43