Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>