diff --git a/components/hdf.json b/components/hdf.json index 52be8150e2ded7038b8d67a9806c0b59d16d981c..55bf83202ac06396913c713e82fe106cef1f3bf9 100755 --- a/components/hdf.json +++ b/components/hdf.json @@ -311,6 +311,34 @@ "adapter_uhdf" ] } + }, + { + "component": "peripheral_camera", + "description": "", + "optional": "true", + "dirs": ["drivers/peripheral/camera"], + "targets": [ + "//drivers/peripheral/camera/hal:camera_hal", + "//drivers/peripheral/camera/hal:unittest" + ], + "rom": "", + "ram": "", + "output": [], + "adapted_board": [], + "adapted_kernel": [ + "liteos_a", + "linux" + ], + "features": [], + "deps": { + "third_party": [ + "bounds_checking_function" + ], + "components": [ + "hilog", + "adapter_uhdf" + ] + } } ] }