summaryrefslogtreecommitdiffstats
path: root/dom/media/webspeech/synth/speechd/components.conf
blob: 56b01ba5cbc5299d23b2ed4a8adab0f324f88258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

Classes = [
    {
        'cid': '{8817b1cf-5ada-43bf-bd73-607657703d0d}',
        'contract_ids': ['@mozilla.org/synthspeechdispatcher;1'],
        'singleton': True,
        'type': 'mozilla::dom::SpeechDispatcherService',
        'headers': ['/dom/media/webspeech/synth/speechd/SpeechDispatcherService.h'],
        'constructor': 'mozilla::dom::SpeechDispatcherService::GetInstanceForService',
        'categories': {"speech-synth-started": 'SpeechDispatcher Speech Synth'},
    },
]