diff options
Diffstat (limited to 'src/android/data')
-rw-r--r-- | src/android/data/nautilus/camera_hal.yaml | 10 | ||||
-rw-r--r-- | src/android/data/soraka/camera_hal.yaml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/src/android/data/nautilus/camera_hal.yaml b/src/android/data/nautilus/camera_hal.yaml new file mode 100644 index 00000000..2105fcca --- /dev/null +++ b/src/android/data/nautilus/camera_hal.yaml @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: CC0-1.0 + +cameras: + "\\_SB_.PCI0.I2C2.CAM0": + location: back + rotation: 0 + + "\\_SB_.PCI0.XHCI.RHUB.HS09-9:1.0-04f2:b647": + location: front + rotation: 0 diff --git a/src/android/data/soraka/camera_hal.yaml b/src/android/data/soraka/camera_hal.yaml new file mode 100644 index 00000000..d886af06 --- /dev/null +++ b/src/android/data/soraka/camera_hal.yaml @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: CC0-1.0 + +cameras: + "\\_SB_.PCI0.I2C4.CAM1": + location: front + rotation: 0 + + "\\_SB_.PCI0.I2C2.CAM0": + location: back + rotation: 0 |