Files
third_party_libexif/bundle.json
zhubingwei@huawei.com c57b48977a 修复bundle.json文件
Signed-off-by: zhubingwei@huawei.com <zhubingwei@huawei.com>
Change-Id: I2e2cfb3172603ca3c27785b3575142c842f78d57
2024-03-29 16:26:23 +08:00

52 lines
1.6 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": [],
"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": []
}
}
}