diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2021-04-23 19:29:21 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2021-04-27 17:34:58 +0900 |
commit | 0f2189ba309baf4b7c26443a7e53c81e979d6f62 (patch) | |
tree | aa46ef9bb744df836498b5fe2a420c261155a4d5 /include/libcamera/ipa/core.mojom | |
parent | 078fbff8f41fbf5ab9d8389e63aa5d0dbbc1d5f5 (diff) |
ipa: mojom: Put core.mojom in the libcamera namespace
Put core.mojom in the libcamera namespace, as all structs that are
defined in core.mojom are meant to be in that namespace. Fix the structs
that are used in the other mojom files accordingly.
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/libcamera/ipa/core.mojom')
-rw-r--r-- | include/libcamera/ipa/core.mojom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcamera/ipa/core.mojom b/include/libcamera/ipa/core.mojom index 70de71ea..6caaa63e 100644 --- a/include/libcamera/ipa/core.mojom +++ b/include/libcamera/ipa/core.mojom @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ +module libcamera; + /* * Things that can be defined here (and in other mojom files): * - consts |