Files
third_party_libexif/bundle.json
T
fengzewu e28ed23f50 add bundle.json
Signed-off-by: fengzewu <fengzewu@huawei.com>
2023-06-21 16:16:01 +08:00

34 lines
851 B
JSON

{
"name": "@ohos/libexif",
"description": "Reference library for parsing, editing, and saving EXIF data.",
"version": "3.1",
"license": "libexif license",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libexif"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "libexif",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "196KB",
"ram": "392KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}