gecko-dev/dom/system/components.conf
Kris Maglione 24376c36fa Bug 1524688: Part 17 - Convert NetworkGeolocationProvider to static registration. r=jdm
--HG--
rename : dom/system/NetworkGeolocationProvider.js => dom/system/NetworkGeolocationProvider.jsm
extra : source : 911689ef9f33dbe026bad0c7e3d6ed4f030d6f29
2019-01-29 20:53:13 -08:00

18 lines
638 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': '{77DA64D3-7458-4920-9491-86CC9914F904}',
'contract_ids': [
'@mozilla.org/geolocation/provider;1',
'@mozilla.org/geolocation/mls-provider;1',
],
'jsm': 'resource://gre/modules/NetworkGeolocationProvider.jsm',
'constructor': 'WifiGeoPositionProvider',
},
]