1{
2    "name": "@ohos/libexif",
3    "description": "Reference library for parsing, editing, and saving EXIF data.",
4    "version": "3.1",
5    "license": "libexif license",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libexif"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "libexif",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [ "standard" ],
22        "rom": "196KB",
23        "ram": "392KB",
24        "deps": {
25            "components": [],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": ["//third_party/libexif:libexif"],
30            "inner_kits": [
31                {
32                    "name": "//third_party/libexif:libexif",
33                    "header": {
34                        "header_files": [
35                            "exif-data.h",
36                            "exif-entry.h",
37                            "exif-tag.h",
38                            "exif-format.h",
39                            "huawei/exif-mnote-data-huawei.h",
40                            "huawei/mnote-huawei-entry.h",
41                            "huawei/mnote-huawei-tag.h",
42                            "huawei/mnote-huawei-data-type.h"
43
44                        ],
45                        "header_base": "//third_party/libexif/libexif"
46                    }
47                }
48            ],
49            "test": []
50        }
51    }
52}