summaryrefslogtreecommitdiffstats
path: root/intl/locale/components.conf
blob: 562674108f60f43a1d27b339b653463cd97da394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- 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 = [
    {
        'js_name': 'locale',
        'cid': '{92735ff4-6384-4ad6-8508-757010e149ee}',
        'contract_ids': ['@mozilla.org/intl/localeservice;1'],
        'interfaces': ['mozILocaleService'],
        'singleton': True,
        'type': 'mozilla::intl::LocaleService',
        'headers': ['mozilla/intl/LocaleService.h'],
        'constructor': 'mozilla::intl::LocaleService::GetInstanceAddRefed',
    },
    {
        'cid': '{65944815-e9ae-48bd-a2bf-f1108720950c}',
        'contract_ids': ['@mozilla.org/intl/ospreferences;1'],
        'singleton': True,
        'type': 'mozilla::intl::OSPreferences',
        'headers': ['mozilla/intl/OSPreferences.h'],
        'constructor': 'mozilla::intl::OSPreferences::GetInstanceAddRefed',
    },
]