mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 00:55:07 +03:00
Add tests to test the the IPAModule class, for loading the IPA module info from IPA module .so shared objects, with modules written in both C and C++. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6 lines
147 B
C
6 lines
147 B
C
#include <libcamera/ipa/ipa_module_info.h>
|
|
|
|
const struct IPAModuleInfo ipaModuleInfo = {
|
|
.name = "It's over nine thousand!",
|
|
.version = 9001,
|
|
};
|