Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / toolkit / components / remote / components.conf
blob227966491548f0051ffc35f51549439b0d5add1c
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         'cid': '{d5cce16c-7b6b-4bae-9597-08670d1eeaaa}',
10         'contract_ids': ['@mozilla.org/remote;1'],
11         'type': 'nsIRemoteService',
12         'headers': ['nsAppRunner.h'],
13         'constructor': 'GetRemoteService',
14     },