summaryrefslogtreecommitdiffstats
path: root/dom/media/webspeech/synth/windows/components.conf
blob: bc9b83a43a85856db8e921651c2e27cfee263e81 (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': '{21b4a45b-9806-4021-a706-d768ab0548f9}',
        'contract_ids': ['@mozilla.org/synthsapi;1'],
        'singleton': True,
        'type': 'mozilla::dom::SapiService',
        'headers': ['/dom/media/webspeech/synth/windows/SapiService.h'],
        'constructor': 'mozilla::dom::SapiService::GetInstanceForService',
        'categories': {"speech-synth-started": 'Sapi Speech Synth'},
    },
]