Files
drivers_peripheral/location/geofence/bundle.json
T
2022-08-30 16:29:50 +08:00

35 lines
857 B
JSON

{
"name": "@ohos/drivers_peripheral_location_geofence",
"description": "location geofence hdf",
"version": "1.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/location/geofence"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_location_geofence",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard"],
"rom": "1000KB",
"ram": "1000KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_party": []
},
"build": {
"sub_component": [
"//drivers/peripheral/location/geofence:location_geofence_entry"
]
}
}
}