mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-17 02:32:04 +00:00
This is my port of SDL3 to HarmonyOS/OpenHarmony. It has been tested on real hardware from Huawei, and commercial games are being prepped to ship with it already. There is _heavy_ documentation in docs/README-harmonyos.md, including how to set up a development environment and project, build, and debug, for the completely uninitiated. This work was sponsored by Outfit7: https://outfit7.com/ Fixes #9837.
34 lines
642 B
JSON
34 lines
642 B
JSON
{
|
|
"string": [
|
|
{
|
|
"name": "module_desc",
|
|
"value": "SDL Application"
|
|
},
|
|
{
|
|
"name": "EntryAbility_desc",
|
|
"value": "SDL Application"
|
|
},
|
|
{
|
|
"name": "EntryAbility_label",
|
|
"value": "SDL App"
|
|
},
|
|
{
|
|
"name": "perm_reason_MICROPHONE",
|
|
"value": "Used to record audio"
|
|
},
|
|
{
|
|
"name": "perm_reason_CAMERA",
|
|
"value": "Used to record video"
|
|
},
|
|
{
|
|
"name": "perm_reason_INTERNET",
|
|
"value": "Used to download additional content"
|
|
},
|
|
{
|
|
"name": "perm_reason_READ_PASTEBOARD",
|
|
"value": "Used to read from the pasteboard"
|
|
}
|
|
]
|
|
}
|
|
|