Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / netwerk / url-classifier / components.conf
blob3cf63a06f112bf56dca40b9c23560fca121ebce0
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 Classes = [
8      {
9         'cid': '{7a6da992-dbce-4943-b463-5a2dd011fa1a}',
10         'contract_ids': ['@mozilla.org/url-classifier/channel-classifier-service;1'],
11         'singleton': True,
12         'type': 'nsIChannelClassifierService',
13         'constructor': 'mozilla::net::ChannelClassifierService::GetSingleton',
14         'headers': ['mozilla/net/ChannelClassifierService.h'],
15     },
16     {
17         'cid': '{b9f4fd03-9d87-4bfd-9958-85a821750ddc}',
18         'contract_ids': ['@mozilla.org/url-classifier/exception-list-service;1'],
19         'esModule': 'resource://gre/modules/UrlClassifierExceptionListService.sys.mjs',
20         'constructor': 'UrlClassifierExceptionListService',
21     },