summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-09-28 14:36:58 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-09-30 21:51:23 +0300
commit1d54f8d0a268b5053db8d30aebdff0adf6d748a2 (patch)
treeb78da4f470f8f1c889515f112d8a7413e331d57f /package
parent3440740ff3291e87867edd2b4c217ee88173ee28 (diff)
libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents
Miscellaneous files that are not considered copyrightable are missing an SPDX-License-Identifier header. Fix this by adding a header listing the CC0-1.0 license. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'package')
0 files changed, 0 insertions, 0 deletions
">public: explicit IPAModule(const std::string &libPath); ~IPAModule(); bool isValid() const; const struct IPAModuleInfo &info() const; const std::vector<uint8_t> signature() const; const std::string &path() const; bool load(); IPAInterface *createInterface(); bool match(PipelineHandler *pipe, uint32_t minVersion, uint32_t maxVersion) const; protected: std::string logPrefix() const override; private: int loadIPAModuleInfo(); struct IPAModuleInfo info_; std::vector<uint8_t> signature_; std::string libPath_; bool valid_; bool loaded_; void *dlHandle_; typedef IPAInterface *(*IPAIntfFactory)(void); IPAIntfFactory ipaCreate_; }; } /* namespace libcamera */ #endif /* __LIBCAMERA_INTERNAL_IPA_MODULE_H__ */