Bug 1918098 - ruff: upgrade ruff to v0.6.4 r=linter-reviewers,ahal
[gecko.git] / toolkit / mozapps / extensions / components.conf
blob680aa57c07b053607fb634d5a20e06f3fcc27d5b
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': 'blocklist',
10         'cid': '{66354bc9-7ed1-4692-ae1d-8da97d6b205e}',
11         'contract_ids': ['@mozilla.org/extensions/blocklist;1'],
12         'esModule': 'resource://gre/modules/amManager.sys.mjs',
13         'constructor': 'BlocklistService',
14         'interfaces': ['nsIBlocklistService'],
15         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
16     },
17     {
18         'cid': '{4399533d-08d1-458c-a87a-235f74451cfa}',
19         'contract_ids': ['@mozilla.org/addons/integration;1'],
20         'esModule': 'resource://gre/modules/amManager.sys.mjs',
21         'constructor': 'amManager',
22     },
23     {
24         'cid': '{9df8ef2b-94da-45c9-ab9f-132eb55fddf1}',
25         'contract_ids': ['@mozilla.org/addons/installtrigger;1'],
26         'esModule': 'resource://gre/modules/amInstallTrigger.sys.mjs',
27         'constructor': 'InstallTrigger',
28     },
29     {
30         'cid': '{8866d8e3-4ea5-48b7-a891-13ba0ac15235}',
31         'contract_ids': ['@mozilla.org/addon-web-api/manager;1'],
32         'esModule': 'resource://gre/modules/amWebAPI.sys.mjs',
33         'constructor': 'WebAPI',
34     },
37 if buildconfig.substs['MOZ_WIDGET_TOOLKIT'] != 'android':
38     Classes += [
39         {
40             'cid': '{7beb3ba8-6ec3-41b4-b67c-da89b8518922}',
41             'contract_ids': ['@mozilla.org/uriloader/content-handler;1?type=application/x-xpinstall'],
42             'esModule': 'resource://gre/modules/amContentHandler.sys.mjs',
43             'constructor': 'amContentHandler',
44         },
45     ]