Skip to content

Commit

Permalink
Merge pull request #104 from divegeek/Javacard_KeyMint_200_master
Browse files Browse the repository at this point in the history
Javacard key mint 200 master
  • Loading branch information
subrahmanyaman authored Aug 19, 2022
2 parents ba353ed + a66582d commit d551ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HAL/OmapiTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ constexpr uint8_t SELECTABLE_AID[] = {0xA0, 0x00, 0x00, 0x04, 0x76, 0x41, 0x6E,
0x72, 0x6F, 0x69, 0x64, 0x43, 0x54, 0x53, 0x31};
std::string const ESE_READER_PREFIX = "eSE";
constexpr const char omapiServiceName[] =
"android.system.omapi.ISecureElementService/default";
"android.se.omapi.ISecureElementService/default";

class SEListener : public ::aidl::android::se::omapi::BnSecureElementListener {};

Expand Down
2 changes: 1 addition & 1 deletion HAL/android.hardware.strongbox_keystore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
-->
<!-- Feature for devices with Keymaster in StrongBox. -->
<permissions>
<feature name="android.hardware.strongbox_keystore" version="100"/>
<feature name="android.hardware.strongbox_keystore" version="200"/>
<feature name="android.hardware.keystore.app_attest_key" />
</permissions>

0 comments on commit d551ef1

Please sign in to comment.