diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mailnews/extensions/mdn/components.conf | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/mailnews/extensions/mdn/components.conf')
-rw-r--r-- | comm/mailnews/extensions/mdn/components.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/comm/mailnews/extensions/mdn/components.conf b/comm/mailnews/extensions/mdn/components.conf new file mode 100644 index 0000000000..84f53febbf --- /dev/null +++ b/comm/mailnews/extensions/mdn/components.conf @@ -0,0 +1,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"], + }, +] |