Files
third_party_libexif/bundle.json
T
lifumin 0187614391 lifumin3@h-partners.com
Signed-off-by: lifumin <lifumin3@h-partners.com>
2025-08-12 20:43:56 +08:00

55 lines
1.7 KiB
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": [
"bounds_checking_function",
"hilog"
],
"third_party": []
},
"build": {
"sub_component": ["//third_party/libexif:libexif"],
"inner_kits": [
{
"name": "//third_party/libexif:libexif",
"header": {
"header_files": [
"exif-data.h",
"exif-entry.h",
"exif-tag.h",
"exif-format.h",
"huawei/exif-mnote-data-huawei.h",
"huawei/mnote-huawei-entry.h",
"huawei/mnote-huawei-tag.h",
"huawei/mnote-huawei-data-type.h"
],
"header_base": "//third_party/libexif/libexif"
}
}
],
"test": []
}
}
}