summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/defaultagent/components.conf
blob: 62b5055d5647d85d6d131709d57f01b06d5aeb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.

if buildconfig.substs['CC_TYPE'] in ('msvc', 'clang-cl'):
    Classes = [
        {
            'cid': '{edc38cb5-b6f6-4aeb-bd45-7be8e00fc364}',
            'contract_ids': ['@mozilla.org/default-agent;1'],
            'type': 'mozilla::default_agent::DefaultAgent',
            'headers': ['mozilla/DefaultAgent.h'],
        },
        {
            'cid': '{d54fe2b7-438f-4629-9706-1acda5b51088}',
            'contract_ids': ['@mozilla.org/windows-mutex-factory;1'],
            'type': 'mozilla::default_agent::WindowsMutexFactory',
            'headers': ['mozilla/WindowsMutex.h'],
        },
    ]