This PR moves the proxy info globals into their own component ProxyManager which CConnman is made to hold an instance of.
The alternative here would be to move the proxy info data directly into CConnman but it seems a little nicer for testing to have this be a self contained component.