18 #ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_SERVICE_DEFAULT_CONFIGURATION_H_
19 #define LOCATION_SERVICE_COM_UBUNTU_LOCATION_SERVICE_DEFAULT_CONFIGURATION_H_
21 #include "com/ubuntu/location/service/configuration.h"
41 virtual Engine::Ptr the_engine(
42 const std::set<Provider::Ptr>& provider_set,
43 const ProviderSelectionPolicy::Ptr& provider_selection_policy);
45 ProviderSelectionPolicy::Ptr the_provider_selection_policy();
47 std::set<Provider::Ptr> the_provider_set(
48 const Provider::Ptr& seed = Provider::Ptr {});
50 PermissionManager::Ptr the_permission_manager();
57 #endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_SERVICE_DEFAULT_CONFIGURATION_H_