!463 【master】新增bundle.json

Merge pull request !463 from liujuan/master
This commit is contained in:
openharmony_ci 2023-11-23 08:56:14 +00:00 committed by Gitee
commit aa3659f031
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

32
bundle.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "@ohos/photos",
"description": "Photos app for standard system.",
"version": "3.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/standard/photos"
},
"dirs": {},
"scripts": {},
"component": {
"name": "photos",
"subsystem": "applications",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}