components.conf (781B)
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/. 6 7 Classes = [ 8 { 9 'cid': '{ea109912-3acc-48de-b679-c23b6a122da5}', 10 'contract_ids': ['@mozilla.org/widget/touchbarhelper;1'], 11 'esModule': 'resource:///modules/MacTouchBar.sys.mjs', 12 'constructor': 'TouchBarHelper', 13 }, 14 { 15 'cid': '{77441d17-f29c-49d7-982f-f20a5ab5a900}', 16 'contract_ids': ['@mozilla.org/widget/touchbarinput;1'], 17 'esModule': 'resource:///modules/MacTouchBar.sys.mjs', 18 'constructor': 'TouchBarInput', 19 }, 20 ]