lp://staging/~thomas-voss/location-service/introduce-locationd
Created by
Thomas Voß
and last modified
- Get this branch:
- bzr branch lp://staging/~thomas-voss/location-service/introduce-locationd
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Simon Fels (community): Approve
- Thomas Voß: Pending requested
-
Diff: 3200 lines (+2854/-50)35 files modifiedsrc/location/CMakeLists.txt (+60/-0)
src/location/cmds/list.cpp (+36/-0)
src/location/cmds/list.h (+41/-0)
src/location/cmds/provider.cpp (+83/-0)
src/location/cmds/provider.h (+52/-0)
src/location/cmds/run.cpp (+109/-0)
src/location/cmds/run.h (+55/-0)
src/location/cmds/status.cpp (+69/-0)
src/location/cmds/status.h (+49/-0)
src/location/cmds/test.cpp (+32/-0)
src/location/cmds/test.h (+41/-0)
src/location/daemon.cpp (+54/-0)
src/location/daemon.h (+49/-0)
src/location/daemon_main.cpp (+26/-0)
src/location/dbus/skeleton/service.cpp (+45/-20)
src/location/dbus/skeleton/service.h (+32/-28)
src/location/dummy_service.cpp (+55/-0)
src/location/dummy_service.h (+55/-0)
src/location/permission_manager.h (+73/-0)
src/location/providers/gps/sntp_reference_time_source.cpp (+2/-2)
src/location/runtime.cpp (+107/-0)
src/location/runtime.h (+81/-0)
src/location/runtime_tests.cpp (+185/-0)
src/location/runtime_tests.h (+30/-0)
src/location/service_with_engine.cpp (+129/-0)
src/location/service_with_engine.h (+61/-0)
src/location/session_with_provider.cpp (+111/-0)
src/location/session_with_provider.h (+60/-0)
src/location/trust_store_permission_manager.cpp (+179/-0)
src/location/trust_store_permission_manager.h (+76/-0)
src/location/util/cli.cpp (+301/-0)
src/location/util/cli.h (+387/-0)
src/location/util/do_not_copy_or_move.h (+44/-0)
src/location/util/well_known_bus.cpp (+48/-0)
src/location/util/well_known_bus.h (+37/-0)
Branch information
Recent revisions
- 261. By Thomas Voß
-
Introduce locationd, featuring the following cmds:
- list: list all known provider implementations
- provider: run a known provider implementation out of process.
- run: execute locationd.
- status: query the status of a locationd instance.
- test: execute runtime tests. - 260. By Thomas Voß
-
Minimize the number of exposed headers.
Expose a new class location::Service exposing locationd's functionality. - 256. By Scott Sweeny
-
Fusion provider: Always use an update that came from the same source as the previous used update (fixes LP: #1570878) (LP: #1570878)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/location-service/trunk