Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Scull 1eadd3377d Add the DICE HAL to the compatibility matrix
Bug: 214231981
Test: atest MicrodroidTestApp
Change-Id: I38462b08162813303ed2630a38a29104f0cc515f
2022-01-28 00:40:51 +00:00
Andrew Scull 195354c72f Remove keystore and keymint from the images
These have been replaced by diced so are no longer in microdroid. The
removal of keymint also allows for the removal of hwservicemanager.

Bug: 215747811
Test: atest MicrodroidTests
Change-Id: Id390e39558d93f4922481bc214a0c01a3a6c93ef
2022-01-28 00:38:33 +00:00
Andrew Scull 9ba2657f2f Add microdroid-specialized KeyMint service
KeyMint in microdroid will initially be a specialized version of the
software KeyMint reference implementation. Begin this specialization by
removing the services that aren't needed within VMs.

Bug: 190578423
Test: atest MicrodroidHostTestCases
Change-Id: I6eee95944ccc555656868dad193f29b83ebf46a4
2021-06-23 08:46:56 +00:00
Inseob Kim 8f095c900c Add vold and keymint related services
These are for encrypting /data partition. Also vintf related xmls are
added for the services.

Bug: 185767624
Bug: 188013319
Test: boot microdroid
Change-Id: Ie511e2b4f3565fef181cc57588c2e107182f1961
2021-06-02 20:38:51 +09:00