mirror of
https://github.com/openharmony/resourceschedule_soc_perf.git
synced 2026-07-01 21:34:15 -04:00
9d8b28f99d
Change-Id: Id681bdffabd6faba887c339980cac5fe9abc003c
77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
{
|
|
"name": "@ohos/soc_perf",
|
|
"description": "resource schedule service",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/resourceschedule/soc_perf"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "soc_perf",
|
|
"subsystem": "resourceschedule",
|
|
"syscap": [],
|
|
"features": [
|
|
"soc_perf_device_enable"
|
|
],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "2048KB",
|
|
"ram": "10240KB",
|
|
"deps": {
|
|
"components": [
|
|
"access_token",
|
|
"cJSON",
|
|
"c_utils",
|
|
"config_policy",
|
|
"eventhandler",
|
|
"ffrt",
|
|
"hitrace",
|
|
"hilog",
|
|
"ipc",
|
|
"init",
|
|
"safwk",
|
|
"samgr",
|
|
"selinux_adapter",
|
|
"hisysevent",
|
|
"libxml2",
|
|
"resource_schedule_service",
|
|
"json"
|
|
]
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
"base_group": [
|
|
"//foundation/resourceschedule/soc_perf:base_group_soc_perf_all"
|
|
],
|
|
"fwk_group": [
|
|
"//foundation/resourceschedule/soc_perf:fwk_group_socperf_client_all"
|
|
],
|
|
"service_group": [
|
|
"//foundation/resourceschedule/soc_perf:service_group_soc_perf_all"
|
|
]
|
|
},
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"header": {
|
|
"header_base": "//foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include",
|
|
"header_files": [
|
|
"socperf_action_type.h",
|
|
"socperf_client.h"
|
|
]
|
|
},
|
|
"name": "//foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client:socperf_client"
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/resourceschedule/soc_perf:test_soc_perf_all",
|
|
"//foundation/resourceschedule/soc_perf/test/fuzztest:fuzztest",
|
|
"//foundation/resourceschedule/soc_perf/test/fuzztest/lxjRUC_fuzzer:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
} |