no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / ipc / glue / components.conf
blob34048dbbfa20c7ee1b5b891c80dbab3dcaae2b49
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/ipc/ForkServer.h',
11 Classes = [
12     {
13         'cid': '{cdb4757f-f51b-40c0-8b38-66d12c3bff7b}',
14         'contract_ids': ['@mozilla.org/fork-server-launcher;1'],
15         'singleton': True,
16         'type': 'mozilla::ipc::ForkServerLauncher',
17         'headers': ['mozilla/ipc/ForkServiceChild.h'],
18         'constructor': 'mozilla::ipc::ForkServerLauncher::Create',
19         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
20         'categories': {'xpcom-startup': 'Fork Server Launcher'},
21     },