1{
2    "name": "@ohos/dmsfwk_lite",
3    "description": "distributed abiltiy manager service",
4    "homePage": "https://gitee.com/openharmony",
5    "version": "3.1",
6    "license": "Apache License 2.0",
7    "repository": "https://gitee.com/openharmony/ability_dmsfwk_lite",
8    "publishAs": "code-segment",
9    "segment": {
10        "destPath": "foundation/ability/dmsfwk_lite"
11    },
12    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "dmsfwk_lite",
16        "subsystem": "ability",
17        "adapted_system_type": [
18            "small"
19        ],
20        "rom": "",
21        "ram": "",
22        "deps": {
23            "components": [
24            "utils_lite",
25            "hilog_lite",
26            "samgr_lite",
27            "bundle_framework_lite",
28            "ability_lite",
29            "huks"
30            ],
31            "third_party": [
32                "bounds_checking_function",
33                "cJSON"
34            ]
35        },
36        "build": {
37            "sub_component": [
38                "//foundation/ability/dmsfwk_lite:dtbschedmgr",
39                "//foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite:distributed_schedule_test_dms_door"
40            ],
41            "inner_kits": [
42                {
43                    "header": {
44                        "header_base": "foundation/ability/dmsfwk_lite/interfaces/innerkits/",
45                        "header_files": [
46                            "dmsfwk_interface.h"
47                        ]
48                    },
49                    "name": "//foundation/ability/dmsfwk_lite:dtbschedmgr"
50                }
51            ]
52        }
53    }
54}
55