summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam.camadapter.scenario.shot.facebeautyshot/README
diff options
context:
space:
mode:
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..