Backed out changeset 2dd2d24044af (bug 1887782) for causing bustage on uiaRawElmProvi...
[gecko.git] / extensions / permissions / components.conf
blob62f4f7ba1c56aaf3fd63635c783f6d73f6e1c355
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         'name': 'PermissionManager',
10         'js_name': 'perms',
11         'cid': '{4f6b5e00-0c36-11d5-a535-0010a401eb10}',
12         'contract_ids': ['@mozilla.org/permissionmanager;1'],
13         'interfaces': ['nsIPermissionManager'],
14         'singleton': True,
15         'type': 'nsIPermissionManager',
16         'constructor': 'mozilla::PermissionManager::GetXPCOMSingleton',
17         'headers': ['/extensions/permissions/PermissionManager.h'],
18     },
19     {
20         'cid': '{07611dc6-bf4d-4d8a-a64b-f3a5904dddc7}',
21         'contract_ids': ['@mozilla.org/permissiondelegatehandler;1'],
22         'type': 'PermissionDelegateHandler',
23         'headers': ['/extensions/permissions/PermissionDelegateHandler.h'],
24     },