mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
039a6c5f09
Signed-off-by: yangpengwei <yangpengwei5@h-partners.com>
38 lines
885 B
JSON
38 lines
885 B
JSON
{
|
|
"name": "@ohos/drivers_peripheral_nfc",
|
|
"description": "nfc hdf",
|
|
"version": "1.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_nfc",
|
|
"subsystem": "hdf",
|
|
"adapted_system_type": ["standard"],
|
|
"rom": "1000KB",
|
|
"ram": "1000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"drivers_interface_nfc",
|
|
"hisysevent",
|
|
"init"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/nfc:nfc_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/nfc/test:test_hdf_nfc_service"
|
|
]
|
|
}
|
|
}
|
|
}
|