diff options
Diffstat (limited to 'test/ipa/shared_test.cpp')
-rw-r--r-- | test/ipa/shared_test.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/ipa/shared_test.cpp b/test/ipa/shared_test.cpp deleted file mode 100644 index 8bac4393..00000000 --- a/test/ipa/shared_test.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include <libcamera/ipa/ipa_module_info.h> - -namespace libcamera { - -extern "C" { -const struct libcamera::IPAModuleInfo ipaModuleInfo = { - IPA_MODULE_API_VERSION, - 9001, - "bleep", - "It's over nine thousand!", -}; -}; - -}; /* namespace libcamera */ |