mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
openharmony: add servoshell for ohos (#33295)
* 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>
This commit is contained in:
parent
457d37d94e
commit
157e28c59b
31 changed files with 625 additions and 9 deletions
10
support/openharmony/AppScope/app.json5
Normal file
10
support/openharmony/AppScope/app.json5
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"app": {
|
||||
"bundleName": "org.servo.servoshell",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000000,
|
||||
"versionName": "1.0.0",
|
||||
"icon": "$media:servo_64",
|
||||
"label": "$string:app_name"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"string": [
|
||||
{
|
||||
"name": "app_name",
|
||||
"value": "Servo Shell"
|
||||
}
|
||||
]
|
||||
}
|
1
support/openharmony/AppScope/resources/base/media/servo_64.png
Symbolic link
1
support/openharmony/AppScope/resources/base/media/servo_64.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../../../resources/servo_64.png
|
Loading…
Add table
Add a link
Reference in a new issue