Bug 1472338: part 2) Change `clipboard.readText()` to read from the clipboard asynchr...
[gecko.git] / intl / locale / components.conf
blob562674108f60f43a1d27b339b653463cd97da394
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 Classes = [
8     {
9         'js_name': 'locale',
10         'cid': '{92735ff4-6384-4ad6-8508-757010e149ee}',
11         'contract_ids': ['@mozilla.org/intl/localeservice;1'],
12         'interfaces': ['mozILocaleService'],
13         'singleton': True,
14         'type': 'mozilla::intl::LocaleService',
15         'headers': ['mozilla/intl/LocaleService.h'],
16         'constructor': 'mozilla::intl::LocaleService::GetInstanceAddRefed',
17     },
18     {
19         'cid': '{65944815-e9ae-48bd-a2bf-f1108720950c}',
20         'contract_ids': ['@mozilla.org/intl/ospreferences;1'],
21         'singleton': True,
22         'type': 'mozilla::intl::OSPreferences',
23         'headers': ['mozilla/intl/OSPreferences.h'],
24         'constructor': 'mozilla::intl::OSPreferences::GetInstanceAddRefed',
25     },