summaryrefslogtreecommitdiffstats
path: root/services/fxaccounts/rust-bridge/components.conf
blob: a0ebf8645d317989eebab074d438beb97a181c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

Classes = [
    {
        'cid': '{e2e4fbac-7443-11ea-ae79-f215fc2ca371}',
        'contract_ids': ['@mozilla.org/services/firefox-accounts-bridge;1'],
        'type': 'mozIFirefoxAccountsBridge',
        'headers': ['mozilla/FirefoxAccountsBridge.h'],
        'constructor': 'mozilla::NewFirefoxAccountsBridge',
    }
]