• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/qos_manager",
3    "description": "qos_manager",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/resourceschedule/qos_manager"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "qos_manager",
14        "subsystem": "resourceschedule",
15        "syscap": [ "SystemCapability.Resourceschedule.QoS.Core" ],
16        "features": [],
17        "adapted_system_type": [
18            "standard"
19        ],
20        "rom": "2048KB",
21        "ram": "10240KB",
22        "deps": {
23            "components": [
24                "ability_base",
25                "ability_runtime",
26                "access_token",
27                "config_policy",
28                "c_utils",
29                "frame_aware_sched",
30                "hilog",
31                "hitrace",
32                "init",
33                "ipc",
34                "libxml2",
35                "safwk",
36                "samgr"
37            ],
38            "third_party": [
39            ]
40        },
41        "build": {
42            "sub_component": [
43                "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg",
44                "//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile",
45                "//foundation/resourceschedule/qos_manager/services:concurrentsvc",
46                "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client",
47                "//foundation/resourceschedule/qos_manager/qos:qos",
48                "//foundation/resourceschedule/qos_manager/frameworks/native:qos_ndk"
49            ],
50            "inner_kits": [
51                {
52                    "header": {
53                        "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/",
54                        "header_files": [
55                            "concurrent_task_client.h"
56                        ]
57                    },
58                    "name": "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client"
59                },
60                {
61                    "header": {
62                        "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/",
63                        "header_files": [
64                            "qos.h"
65                        ]
66                    },
67                    "name": "//foundation/resourceschedule/qos_manager/qos:qos"
68                }
69            ],
70            "test": [
71                "//foundation/resourceschedule/qos_manager/test:concurrent_unittest",
72                "//foundation/resourceschedule/qos_manager/test/fuzztest:concurrent_fuzztest"
73            ]
74        }
75    }
76}
77