mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +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
12
support/openharmony/entry/oh-package.json5
Normal file
12
support/openharmony/entry/oh-package.json5
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {},
|
||||
"author": "",
|
||||
"name": "servoshell",
|
||||
"description": "Please describe the basic information.",
|
||||
"main": "",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"libservoshell.so": "file:./src/main/cpp/types/libentry"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue