summaryrefslogtreecommitdiffstats
path: root/services/crypto/component/components.conf
diff options
context:
space:
mode:
Diffstat (limited to 'services/crypto/component/components.conf')
-rw-r--r--services/crypto/component/components.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/services/crypto/component/components.conf b/services/crypto/component/components.conf
new file mode 100644
index 0000000000..49a4b74d7a
--- /dev/null
+++ b/services/crypto/component/components.conf
@@ -0,0 +1,13 @@
+# -*- 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': '{bea13a3a-44e8-4d7f-a0a2-2c67f84e3a97}',
+ 'contract_ids': ['@mozilla.org/identity/crypto-service;1'],
+ 'type': 'nsIIdentityCryptoService',
+ },
+]