Define and implement a service for key management in CompOS.
This is based on the interface prototyped in system/security/ondevice-signing/FakeCompOs.h. For now, to allow manual testing, this is a standalone binary. Bug: 191763370 Test: Builds. Change-Id: I307ba9144fa51cca7ebee2142980f3a1cd436ef2
Showing
- compos/Android.bp 18 additions, 0 deletionscompos/Android.bp
- compos/aidl/Android.bp 5 additions, 0 deletionscompos/aidl/Android.bp
- compos/aidl/com/android/compos/CompOsKeyData.aidl 30 additions, 0 deletionscompos/aidl/com/android/compos/CompOsKeyData.aidl
- compos/aidl/com/android/compos/ICompOsKeyService.aidl 40 additions, 0 deletionscompos/aidl/com/android/compos/ICompOsKeyService.aidl
- compos/apex/Android.bp 1 addition, 0 deletionscompos/apex/Android.bp
- compos/src/compos_key_service.rs 196 additions, 0 deletionscompos/src/compos_key_service.rs
compos/src/compos_key_service.rs
0 → 100644
Please register or sign in to comment