OpenHarmony specific player settings.
| autoRotationBehavior | Indicate whether your application window rotates based on device orientation settings (User) or device orientation sensor (Sensor), when default orientation is Auto Rotation. |
| blitType | Choose how content is drawn to the screen. |
| bundleVersionCode | OpenHarmony bundle version code. |
| compatibleSdkVersion | The minimum API level required for your application to run. |
| defaultWindowHeight | OpenHarmony default window height. |
| defaultWindowWidth | OpenHarmony default window width. |
| deviceTypes | Choose the device types that are going to run the application. |
| forceInternetPermission | Force internet permission flag. |
| forceSDCardPermission | Force SD card permission. |
| fullscreenMode | The display mode for OpenHarmony Player builds of your application. |
| keyaliasName | OpenHarmony key alias name. |
| keyaliasPass | OpenHarmony key alias password. |
| keystoreName | OpenHarmony keystore name. |
| keystorePass | OpenHarmony keystore password. |
| logStartupTiming | Startup time logging is the length of time that it takes an application to start up. |
| minimumWindowHeight | The minimum vertical size of the OpenHarmony Player window in pixels. |
| minimumWindowWidth | The minimum horizontal size of the OpenHarmony Player window in pixels. |
| openHarmonyAppID | Openharmony DevEco project app identity. |
| openHarmonyCertificate | OpenHarmony certificate. |
| openHarmonyClientID | Openharmony DevEco project client identity. |
| openHarmonyEnableLowLatencyAudio | Set OpenHarmony's low latency mode to fast or not. |
| openHarmonyLaunchImage | Set startWindowIcon in module.json5. |
| openHarmonyPredefinedPermissions | Predefined permissions that will be written into module.json5 of openHarmony project directly. |
| openHarmonyProfile | OpenHarmony profile. |
| openHarmonyUseTuanjieLogo | Use Tuanjie Logo as startWindowIcon. |
| renderOutsideSafeArea | Extends rendering layout into display cutout area, utilizing all of the available screen space. |
| resizableWindow | Indicates whether OpenHarmony Player build of your application support a resizable window. |
| splashScreenScale | OpenHarmony splash screen scale mode. |
| startInFullscreen | Start in fullscreen mode. |
| supportWindowModes | Choose the support window modes of the application. |
| targetArchitectures | A set of CPU architectures for the OpenHarmony build target. |
| useCustomKeystore | Enable application signing with a custom keystore. |