summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/extensions/mdn/components.conf
blob: 84f53febbf1ac98c531acf2f9161413a77527e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- 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/.

Classes = [
    {
        "cid": "{e007d92e-1dd1-11b2-a61e-dc962c9b8571}",
        "contract_ids": ["@mozilla.org/accountmanager/extension;1?name=mdn"],
        "jsm": "resource:///modules/MDNService.jsm",
        "constructor": "MDNService",
        "categories": {
            "mailnews-accountmanager-extensions": "mdn-account-manager-extension"
        },
    },
    {
        "cid": "{ec917b13-8f73-4d4d-9146-d7f7aafe9076}",
        "contract_ids": ["@mozilla.org/messenger-mdn/generator;1"],
        "type": "nsMsgMdnGenerator",
        "headers": ["/comm/mailnews/extensions/mdn/nsMsgMdnGenerator.h"],
    },
]