mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 16:21:06 +00:00
19 lines
541 B
JSON
19 lines
541 B
JSON
|
{
|
||
|
"name": "Time services bundle",
|
||
|
"description": "Defines interfaces and provides default implementations for handling different time systems.",
|
||
|
"extensions": {
|
||
|
"components": [
|
||
|
{
|
||
|
"provides": "timeService",
|
||
|
"type": "aggregator",
|
||
|
"implementation": "TimeAggregator.js"
|
||
|
},
|
||
|
{
|
||
|
"provides": "timeService",
|
||
|
"type": "provider",
|
||
|
"implementation": "UTCTimeProvider.js"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|