-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Hello,
I created a pair of CA / TA application on Android 5.1.1_r30. In the TA, I am trying to read a data file from an emulator. I used the 'adb push' command to push the file on the emulator folder /data/app/MyApp. But the TA application is unable to read the file. My question is: Is the OpenTEE provide a simulated TA storage on emulator / device? I see the project emulator includes tee_storage_api, is that for access general resource files? Or maybe have to push the data file to a specific location?
ASOP 5.1.1_r30
gcc 4.9.x
Thanks,
Rong