OSDN Git Service

Separate keymaster0 and keymaster1 HALs.
authorShawn Willden <swillden@google.com>
Tue, 24 Feb 2015 16:17:38 +0000 (09:17 -0700)
committerShawn Willden <swillden@google.com>
Thu, 26 Feb 2015 04:39:21 +0000 (21:39 -0700)
commitffaaf821c0845760cdf41c0bb3107db4ccb3a7fa
tree1dfa611bb95c19eae769351ad1a91ffaaf41cc0f
parent8840a6833a4be28dddef0a3a318f0145b3f615cd
Separate keymaster0 and keymaster1 HALs.

For now the keymaster1 HAL still includes all of the keymaster0 entry
points, and soft_keymaster_device will continue to implement them.  In
the near future the keymaster0 entry points will be removed, as soon as
we can ensure that keystore no longer needs them.

Change-Id: I5c54282c12d1c4b8b22ed4929b6e6c724a94ede4
include/hardware/keymaster0.h [new file with mode: 0644]
include/hardware/keymaster1.h [moved from include/hardware/keymaster.h with 88% similarity]
include/hardware/keymaster_common.h [new file with mode: 0644]
include/hardware/keymaster_defs.h
tests/keymaster/keymaster_test.cpp