Backed out changeset b06f19b95b94 (bug 1784438) for causing build bustages CLOSED...
[gecko.git] / toolkit / components / bitsdownload / components.conf
blobfe7090d366be2473208756b43196d6f8cb327468
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 if defined('MOZ_BITS_DOWNLOAD'):
9     Classes += [
10         {
11             'cid': '{495d6f3d-9748-4d30-8ce5-0290c0001edf}',
12             'contract_ids': ['@mozilla.org/bits;1'],
13             'singleton': True,
14             'constructor': 'GetBitsService',
15             'headers': ['Bits.h'],
16         },
17     ]