| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "shape_detection", | 2 "name": "shape_detection", |
| 3 "display_name": "Shape Detection Service", | 3 "display_name": "Shape Detection Service", |
| 4 "interface_provider_specs": { | 4 "interface_provider_specs": { |
| 5 "service_manager:connector": { | 5 "service_manager:connector": { |
| 6 "provides": { | 6 "provides": { |
| 7 "face_detection": [ "shape_detection::mojom::FaceDetectionProvider" ], | 7 "face_detection": [ "shape_detection::mojom::FaceDetectionProvider" ], |
| 8 "barcode_detection": [ "shape_detection::mojom::BarcodeDetection" ], | 8 "barcode_detection": [ "shape_detection::mojom::BarcodeDetection" ] |
| 9 "text_detection": [ "shape_detection::mojom::TextDetection" ] | |
| 10 }, | 9 }, |
| 11 "requires": { | 10 "requires": { |
| 12 "service_manager": [ "service_manager:all_users" ] | 11 "service_manager": [ "service_manager:all_users" ] |
| 13 } | 12 } |
| 14 } | 13 } |
| 15 } | 14 } |
| 16 } | 15 } |
| OLD | NEW |