extra: Add OEM Camera's

* Thx to flex1911 for HwCamera2 port.
cm-14.1
Nolen Johnson 6 years ago
parent b08e7c2c40
commit 065c36ba84
  1. 35
      HwCamera2/Android.mk
  2. BIN
      HwCamera2/HwCamera2.apk
  3. BIN
      HwCamera2/lib/arm/libHW_Pano_f.so
  4. BIN
      HwCamera2/lib/arm/libHwPostCamera_jni.so
  5. BIN
      HwCamera2/lib/arm/libIvw35.so
  6. BIN
      HwCamera2/lib/arm/libJniVoiceCapture.so
  7. BIN
      HwCamera2/lib/arm/libTargetTracking.so
  8. BIN
      HwCamera2/lib/arm/libfyusenet.so
  9. BIN
      HwCamera2/lib/arm/libgif_maker.so
  10. BIN
      HwCamera2/lib/arm/libjni_front_panorama_beauty_hidl.so
  11. BIN
      HwCamera2/lib/arm/libjni_front_panorama_camera2.so
  12. BIN
      HwCamera2/lib/arm/libjni_mrc_cg_filters_camera2.so
  13. BIN
      HwCamera2/lib/arm/libmorpho_memory_allocator.so
  14. BIN
      HwCamera2/lib/arm/libmorpho_panorama_gp.so
  15. BIN
      HwCamera2/lib/arm/libscanner.so
  16. BIN
      HwCamera2/lib/arm/libtrack.so
  17. BIN
      HwCamera2/lib/arm/vendor.huawei.hardware.camera.cfgsvr@1.0.so
  18. BIN
      HwCamera2/lib/arm/vendor.huawei.hardware.camera.cfgsvr@1.1.so
  19. 35
      MotoCamera2/Android.mk
  20. BIN
      MotoCamera2/HwCamera2.apk
  21. BIN
      MotoCamera2/base.apk
  22. BIN
      MotoCamera2/lib/arm/libHW_Pano_f.so
  23. BIN
      MotoCamera2/lib/arm/libHwPostCamera_jni.so
  24. BIN
      MotoCamera2/lib/arm/libIvw35.so
  25. BIN
      MotoCamera2/lib/arm/libJniVoiceCapture.so
  26. BIN
      MotoCamera2/lib/arm/libTargetTracking.so
  27. BIN
      MotoCamera2/lib/arm/libfyusenet.so
  28. BIN
      MotoCamera2/lib/arm/libgif_maker.so
  29. BIN
      MotoCamera2/lib/arm/libjni_front_panorama_beauty_hidl.so
  30. BIN
      MotoCamera2/lib/arm/libjni_front_panorama_camera2.so
  31. BIN
      MotoCamera2/lib/arm/libjni_mrc_cg_filters_camera2.so
  32. BIN
      MotoCamera2/lib/arm/libmorpho_memory_allocator.so
  33. BIN
      MotoCamera2/lib/arm/libmorpho_panorama_gp.so
  34. BIN
      MotoCamera2/lib/arm/libscanner.so
  35. BIN
      MotoCamera2/lib/arm/libtrack.so
  36. BIN
      MotoCamera2/lib/arm/vendor.huawei.hardware.camera.cfgsvr@1.0.so
  37. BIN
      MotoCamera2/lib/arm/vendor.huawei.hardware.camera.cfgsvr@1.1.so
  38. 5
      product.mk

@ -0,0 +1,35 @@
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is generated by device/motorola/nash/setup-makefiles.sh
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),berkeley)
include $(CLEAR_VARS)
LOCAL_MODULE := HwCamera2
LOCAL_MODULE_OWNER := huawei
LOCAL_SRC_FILES := proprietary/priv-app/HwCamera2/HwCamera2.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
LOCAL_OVERRIDES_PACKAGES := Camera2
LOCAL_OVERRIDES_PACKAGES := Snap
include $(BUILD_PREBUILT)
endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,35 @@
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is generated by device/motorola/nash/setup-makefiles.sh
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),nash)
include $(CLEAR_VARS)
LOCAL_MODULE := MotoCamera2
LOCAL_MODULE_OWNER := motorola
LOCAL_SRC_FILES := proprietary/priv-app/MotoCamera2/MotoCamera2.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
LOCAL_OVERRIDES_PACKAGES := Camera2
LOCAL_OVERRIDES_PACKAGES := Snap
include $(BUILD_PREBUILT)
endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -22,6 +22,11 @@ PRODUCT_PACKAGES += \
HwCamera2
endif
ifneq ($(filter nash,$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
MotoCamera2
endif
-include vendor/google_pixel/product.mk
ifneq ($(DISABLE_GAPPS),true)

Loading…
Cancel
Save