15 lines
603 B
Python
15 lines
603 B
Python
# -*- 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': '{0a4478f4-c5ae-4fb1-8686-d5b09fb99afb}',
|
|
'contract_ids': ['@mozilla.org/utility-process-test;1'],
|
|
'type': 'mozilla::ipc::UtilityProcessTest',
|
|
'headers': ['mozilla/ipc/UtilityProcessTest.h'],
|
|
'processes': ProcessSelector.MAIN_PROCESS_ONLY,
|
|
},
|
|
]
|