libcamera: ipa_manager: Verify IPA module signature

Decide whether to isolate the IPA module using the module signature
instead of its license.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Laurent Pinchart
2020-03-29 07:12:01 +03:00
parent 4b11facde4
commit eab143ee69
4 changed files with 25 additions and 30 deletions
-2
View File
@@ -37,8 +37,6 @@ public:
bool match(PipelineHandler *pipe,
uint32_t minVersion, uint32_t maxVersion) const;
bool isOpenSource() const;
private:
struct IPAModuleInfo info_;
std::vector<uint8_t> signature_;