Add module template files

Current AOSP keybox can be found at:
https://cs.android.com/android/platform/superproject/main/+/main:device/generic/trusty/keymaster_soft_wrapped_attestation_keys.xml

However, the support of parsing private keys in iecs format is not implemented yet.
This commit is contained in:
JingMatrix
2025-11-26 00:19:05 +01:00
parent 13b4786cd9
commit d18692fbef
7 changed files with 252 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"version": "v1.0",
"versionCode": 74,
"zipUrl": "https://github.com/JingMatrix/TEESimulator/releases/download/v1.0/TEESimulator-v1.0-74-release.zip",
"changelog": "https://raw.githubusercontent.com/JingMatrix/TEESimulator/main/module/changelog.md"
}