Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / uikit / components.conf
blob0a4480ee4ae52ad9dc3a3f5222fe738ca49283e0
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 Headers = '/widget/uikit/nsWidgetFactory.h',
9 InitFunc = 'nsWidgetUIKitModuleCtor'
10 UnloadFunc = 'nsWidgetUIKitModuleDtor'
12 Classes = [
13     {
14         'name': 'GfxInfo',
15         'cid': '{d755a760-9f27-11df-0800-200c9a664242}',
16         'contract_ids': ['@mozilla.org/gfx/info;1'],
17         'type': 'mozilla::widget::GfxInfo',
18         'headers': ['/widget/uikit/GfxInfo.h'],
19         'init_method': 'Init',
20     },
21     {
22         'cid': '{2d96b3df-c051-11d1-a827-0040959a28c9}',
23         'contract_ids': ['@mozilla.org/widget/appshell/uikit;1'],
24         'legacy_constructor': 'nsAppShellConstructor',
25         'headers': ['/widget/uikit/nsWidgetFactory.h'],
26         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
27     },