Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
[gecko.git] / modules / libpref / components.conf
blob20f4e61d2f331963cc51327902e56cb7c44ea5c1
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 Headers = [
8     'mozilla/Preferences.h',
11 UnloadFunc = 'mozilla::UnloadPrefsModule'
13 Classes = [
14     {
15         'name': 'Preferences',
16         'js_name': 'prefs',
17         'cid': '{91ca2441-050f-4f7c-9df8-75b40ea40156}',
18         'contract_ids': ['@mozilla.org/preferences-service;1'],
19         'interfaces': ['nsIPrefService', 'nsIPrefBranch'],
20         'singleton': True,
21         'type': 'mozilla::Preferences',
22         'headers': ['mozilla/Preferences.h'],
23         'constructor': 'mozilla::Preferences::GetInstanceForService',
24         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_UTILITY_AND_GMPLUGIN_PROCESS,
25     },
26     {
27         'cid': '{064d9cee-1dd2-11b2-83e3-d25ab0193c26}',
28         'contract_ids': ['@mozilla.org/pref-localizedstring;1'],
29         'type': 'nsPrefLocalizedString',
30     },