mirror of
https://github.com/nasa/openmct.git
synced 2025-01-13 16:29:57 +00:00
20 lines
579 B
JSON
20 lines
579 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",
|
|
"depends": [ "now" ]
|
|
}
|
|
]
|
|
}
|
|
}
|