67 lines
1.2 KiB
JSON
Executable File
67 lines
1.2 KiB
JSON
Executable File
{
|
|
"display_name": "Device Service",
|
|
"name": "device",
|
|
"interface_provider_specs": {
|
|
"service_manager:connector": {
|
|
"requires": {
|
|
"service_manager": [
|
|
"service_manager:all_users"
|
|
]
|
|
},
|
|
"provides": {
|
|
"device:wake_lock": [
|
|
"device.mojom.WakeLockProvider"
|
|
],
|
|
"device:mtp": [
|
|
"device.mojom.MtpManager"
|
|
],
|
|
"device:input_service": [
|
|
"device.mojom.InputDeviceManager"
|
|
],
|
|
"device:screen_orientation": [
|
|
"device.mojom.ScreenOrientationListener"
|
|
],
|
|
"device:serial": [
|
|
"device.mojom.SerialDeviceEnumerator",
|
|
"device.mojom.SerialIoHandler"
|
|
],
|
|
"device:power_monitor": [
|
|
"device.mojom.PowerMonitor"
|
|
],
|
|
"device:nfc": [
|
|
"device.mojom.NFCProvider"
|
|
],
|
|
"device:fingerprint": [
|
|
"device.mojom.Fingerprint"
|
|
],
|
|
"device:ip_geolocator": [
|
|
"device.mojom.PublicIpAddressGeolocationProvider"
|
|
],
|
|
"device:geolocation_config": [
|
|
"device.mojom.GeolocationConfig"
|
|
],
|
|
"device:battery_monitor": [
|
|
"device.mojom.BatteryMonitor"
|
|
],
|
|
"device:geolocation_control": [
|
|
"device.mojom.GeolocationControl"
|
|
],
|
|
"device:time_zone_monitor": [
|
|
"device.mojom.TimeZoneMonitor"
|
|
],
|
|
"device:geolocation": [
|
|
"device.mojom.GeolocationContext"
|
|
],
|
|
"device:hid": [
|
|
"device.mojom.HidManager"
|
|
],
|
|
"device:vibration": [
|
|
"device.mojom.VibrationManager"
|
|
],
|
|
"device:generic_sensor": [
|
|
"device.mojom.SensorProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |