1{
2    "name": "@ohos/drivers_peripheral_secure_element",
3    "description": "secure_element hdf",
4    "version": "4.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "drivers/peripheral/secure_element"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "drivers_peripheral_secure_element",
14      "subsystem": "hdf",
15      "adapted_system_type": ["standard"],
16      "rom": "1000KB",
17      "ram": "1000KB",
18      "features": [
19        "drivers_peripheral_secure_element_use_ca"
20      ],
21      "deps": {
22        "components": [
23          "ipc",
24          "hdf_core",
25          "hilog",
26          "c_utils",
27          "init",
28          "drivers_interface_secure_element"
29        ],
30        "third_party": [
31        ]
32      },
33      "build": {
34        "sub_component": [
35          "//drivers/peripheral/secure_element:secure_element_entry"
36        ],
37        "test": [
38          "//drivers/peripheral/secure_element/test:test_hdf_se_service"
39        ]
40      }
41    }
42}
43