mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-11-26 17:20:25 +00:00
添加bundle.json文件
Signed-off-by: wangzhiyu <wangzhiyu12@huawei.com>
This commit is contained in:
parent
ab5762f32a
commit
21f085914d
40
bundle.json
Normal file
40
bundle.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"name": "@ohos/notes",
|
||||||
|
"description": "notes app for standard system.",
|
||||||
|
"version": "3.0",
|
||||||
|
"license": "Apache License 2.0",
|
||||||
|
"publishAs": "code-segment",
|
||||||
|
"segment": {
|
||||||
|
"destPath": "applications/standard/notes"
|
||||||
|
},
|
||||||
|
"dirs": {},
|
||||||
|
"scripts": {},
|
||||||
|
"component": {
|
||||||
|
"name": "notes",
|
||||||
|
"subsystem": "applications",
|
||||||
|
"syscap": [],
|
||||||
|
"features": [],
|
||||||
|
"adapted_system_type": [
|
||||||
|
"standard"
|
||||||
|
],
|
||||||
|
"rom": "0KB",
|
||||||
|
"ram": "0KB",
|
||||||
|
"deps": {
|
||||||
|
"components": [
|
||||||
|
"ability_base",
|
||||||
|
"ability_runtime",
|
||||||
|
"relational_store",
|
||||||
|
"hiviewdfx_hilog_native",
|
||||||
|
"web_webview",
|
||||||
|
"resourceManager",
|
||||||
|
"medialibrary_standard"
|
||||||
|
],
|
||||||
|
"third_party": []
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"sub_component": [],
|
||||||
|
"inner_kits": [],
|
||||||
|
"test": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user