summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2016-11-16 00:07:01 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2016-11-16 00:07:01 +0100
commitf84f881de15aff8d694a938e7d75280ff8d933bc (patch)
tree8ea5e839fbcb8b901c5cad73aba668e6f528ca1f /libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README
parentebaf937df80801258c984a15b6877e28d1d8dde7 (diff)
downloadamt-f84f881de15aff8d694a938e7d75280ff8d933bc.tar.gz
Remove audio and camera HALs that don't work with AOSP 7.1HEADmaster
Change-Id: I4fafbf71a832afecc64925080c65c626fb8731d0 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README')
-rwxr-xr-xlibs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README b/libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README
deleted file mode 100755
index 10ed19e..0000000
--- a/libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README
+++ /dev/null
@@ -1,31 +0,0 @@
-Library of MTK camera Face Beauty feature.
-
-This library is pre-built by MediaTek internal.
-
-
-WHAT IT DOES?
-=============
-This contains MediaTek developed camera related pre- and post-processing modules.
-Without them, camera Face Beauty functionalities will not work”
-
-HOW IT WAS BUILT?
-==================
-It needs the following library from AOSP:
-1. liblog.so
-2. libcutils.so
-
-and the following libs from MediaTek:
-1. libcameracustom.so
-2. libdpframework.so
-3. libfeatureio.so
-
-All source/dependency modules of this module are already put in
-'vendor/mediatek/libs' folder.
-
-HOW TO USE IT?
-==============
-
-Provide api for camera HAL to control the camera features.
-all api interface are at (vendor/mediatek/proprietary/hardware/mtkcam)
-
-All the source code of this library were written by MediaTek co..