mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
c9c304a6aa
Signed-off-by: zhaoyi46@huawei.com <zhaoyi46@huawei.com>
38 lines
899 B
JSON
38 lines
899 B
JSON
{
|
|
"name": "@ohos/drivers_peripheral_nfc",
|
|
"description": "nfc hdf",
|
|
"version": "1.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/nfc"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_nfc",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "1000KB",
|
|
"ram": "1000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"nfc_hdiimpl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/nfc:nfc_entry",
|
|
"//third_party/nfc_hdiimpl/SN100x:nfc_hdiimpl"
|
|
]
|
|
}
|
|
}
|
|
}
|