1 Star 0 Fork 146

Xiaofeng.Jiang/applications_sample_camera

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
bundle.json 1.53 KB
Copy Edit Raw Blame History
libaoping28 authored 2022-07-07 09:47 . fix:Clear ipc_lite dependencies
{
"name": "@ohos/camera_sample_app",
"description": "Camera related samples.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/sample/camera"
},
"dirs": {},
"scripts": {},
"component": {
"name": "camera_sample_app",
"subsystem": "applications",
"syscap": [],
"features": [],
"adapted_system_type": [
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_lite",
"bundle_framework_lite",
"surface",
"ui",
"graphic_utils",
"kv_store",
"syspara_lite",
"camera_lite",
"media_lite",
"permission",
"samgr_lite",
"utils_base"
],
"third_party": [
"bounds_checking_function",
"wpa_supplicant"
]
},
"build": {
"sub_component": [
"//applications/sample/camera/launcher:launcher_hap",
"//applications/sample/camera/cameraApp:cameraApp_hap",
"//applications/sample/camera/setting:setting_hap",
"//applications/sample/camera/gallery:gallery_hap",
"//applications/sample/camera/media:media_sample"
],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiang-xiaofeng/applications_sample_camera.git
git@gitee.com:jiang-xiaofeng/applications_sample_camera.git
jiang-xiaofeng
applications_sample_camera
applications_sample_camera
master

Search