Bug 1860073 [wpt PR 42637] - Update wpt metadata, a=testonly
[gecko.git] / xpcom / ds / components.conf
blobc2cf35e787e7bd6d58f24aef2bb7ab9894a97896
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': '{35c66fd1-95e9-4e0a-80c5-c3bd2b375481}',
10         'contract_ids': ['@mozilla.org/array;1'],
11         'legacy_constructor': 'nsArrayBase::XPCOMConstructor',
12         'headers': ['nsArray.h'],
13     },
14     {
15         'name': 'Observer',
16         'js_name': 'obs',
17         'cid': '{d07f5195-e3d1-11d2-8acd-00105a1b8860}',
18         'contract_ids': ['@mozilla.org/observer-service;1'],
19         'interfaces': ['nsIObserverService'],
20         'legacy_constructor': 'nsObserverService::Create',
21         'headers': ['/xpcom/ds/nsObserverService.h'],
22         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_UTILITY_AND_GMPLUGIN_PROCESS,
23     },