README.md
1The "service" implementation here does not actually expose a system
2service, but is intended as an internal API for a non-mainline
3system service to interact with.
4
5This code is needed only to allow calls to the rkpd mainline application,
6which lives outside of system server. The rkpd code needs to talk over the
7network, and thus it cannot live as part of system server.
8
9The application is also not able to host a system service on its own, so it
10requires system server to host a visible service. All service calls to the
11system service are proxied via this "service" library to the rkpd application.
12