Files
rk35xx-android14/packages/modules/RemoteKeyProvisioning/system-server/README.md
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

12 lines
604 B
Markdown

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