Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: services/device/manifest.json

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/public/cpp/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "device", 2 "name": "device",
3 "display_name": "Device Service", 3 "display_name": "Device Service",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "device:battery_monitor": [ "device::mojom::BatteryMonitor" ], 7 "device:battery_monitor": [ "device::mojom::BatteryMonitor" ],
8 "device:fingerprint": [ "device::mojom::Fingerprint" ], 8 "device:fingerprint": [ "device::mojom::Fingerprint" ],
9 "device:generic_sensor": [ "device::mojom::SensorProvider" ],
9 "device:power_monitor": [ "device::mojom::PowerMonitor" ], 10 "device:power_monitor": [ "device::mojom::PowerMonitor" ],
10 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ], 11 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ],
11 "device:sensors": [ 12 "device:sensors": [
12 "device::mojom::LightSensor", 13 "device::mojom::LightSensor",
13 "device::mojom::MotionSensor", 14 "device::mojom::MotionSensor",
14 "device::mojom::OrientationAbsoluteSensor", 15 "device::mojom::OrientationAbsoluteSensor",
15 "device::mojom::OrientationSensor" 16 "device::mojom::OrientationSensor"
16 ], 17 ],
17 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ], 18 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
18 "device:vibration": [ "device::mojom::VibrationManager" ], 19 "device:vibration": [ "device::mojom::VibrationManager" ],
19 "device:wake_lock": [ "device::mojom::WakeLockContextProvider" ] 20 "device:wake_lock": [ "device::mojom::WakeLockContextProvider" ]
20 }, 21 },
21 "requires": { 22 "requires": {
22 "service_manager": [ "service_manager:all_users" ] 23 "service_manager": [ "service_manager:all_users" ]
23 } 24 }
24 } 25 }
25 } 26 }
26 } 27 }
OLDNEW
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698