openmct/platform/time/bundle.json
2015-10-22 15:20:12 -07:00

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"
}
]
}
}