mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-20 23:44:54 -04:00
2d5d665c9f
Description:定时器功能:L2定时服务能力补齐代码 Sig:SIG_BscSoftSrv Feature or Bugfix: Feature Binary Source: No Signed-off-by: autumn330 <hw.liuwei@huawei.com>
19 lines
375 B
INI
Executable File
19 lines
375 B
INI
Executable File
{
|
|
"subsystem": "miscservices",
|
|
"parts": {
|
|
"time_native": {
|
|
"variants": [
|
|
"phone",
|
|
"wearable",
|
|
"ivi"
|
|
],
|
|
"module_list": [
|
|
"//base/miscservices/time:time_native_packages"
|
|
],
|
|
"test_list": [
|
|
"//base/miscservices/time/services/time_manager/test:TimeServiceTest"
|
|
]
|
|
}
|
|
}
|
|
}
|