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

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

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Rebase Created 3 years, 7 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_test_base.cc ('k') | no next file » | 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:generic_sensor": [ "device::mojom::SensorProvider" ],
10 "device:nfc": [ "device::nfc::mojom::NFCProvider" ],
10 "device:power_monitor": [ "device::mojom::PowerMonitor" ], 11 "device:power_monitor": [ "device::mojom::PowerMonitor" ],
11 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ], 12 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ],
12 "device:sensors": [ 13 "device:sensors": [
13 "device::mojom::LightSensor", 14 "device::mojom::LightSensor",
14 "device::mojom::MotionSensor", 15 "device::mojom::MotionSensor",
15 "device::mojom::OrientationAbsoluteSensor", 16 "device::mojom::OrientationAbsoluteSensor",
16 "device::mojom::OrientationSensor" 17 "device::mojom::OrientationSensor"
17 ], 18 ],
18 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ], 19 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
19 "device:vibration": [ "device::mojom::VibrationManager" ], 20 "device:vibration": [ "device::mojom::VibrationManager" ],
20 "device:wake_lock": [ "device::mojom::WakeLockProvider" ] 21 "device:wake_lock": [ "device::mojom::WakeLockProvider" ]
21 }, 22 },
22 "requires": { 23 "requires": {
23 "service_manager": [ "service_manager:all_users" ] 24 "service_manager": [ "service_manager:all_users" ]
24 } 25 }
25 } 26 }
26 } 27 }
27 } 28 }
OLDNEW
« no previous file with comments | « services/device/device_service_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698