mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
* openharmony: add servoshell for ohos Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * ohos: handle missing signing config on forks Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
44 lines
825 B
Text
44 lines
825 B
Text
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 11,
|
|
"compatibleSdkVersion": 11,
|
|
"targetSdkVersion": 11,
|
|
"runtimeOS": "OpenHarmony"
|
|
},
|
|
{
|
|
"name": "harmonyos",
|
|
"signingConfig": "default",
|
|
"compatibleSdkVersion": "4.1.0(11)",
|
|
"targetSdkVersion": "4.1.0(11)",
|
|
"runtimeOS": "HarmonyOS"
|
|
}
|
|
],
|
|
"buildModeSet": [
|
|
{
|
|
"name": "debug"
|
|
},
|
|
{
|
|
"name": "release"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "servoshell",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
"harmonyos"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|