-Added overlay for adjusting camera application
-Handling of 2D Gallery in makefiles
This commit is contained in:
parent
bbae269eb5
commit
4318a9be44
@ -12,6 +12,8 @@ USE_CAMERA_STUB := true
|
||||
-include device/htc/tattoo/BoardConfigVendor.mk
|
||||
|
||||
TARGET_BOARD_PLATFORM := msm7k
|
||||
TARGET_ARCH_VARIANT := armv6j
|
||||
|
||||
TARGET_CPU_ABI := armeabi
|
||||
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
@ -44,6 +46,8 @@ BOARD_KERNEL_BASE := 0x02E00000
|
||||
|
||||
BOARD_HAVE_BLUETOOTH := true
|
||||
|
||||
BOARD_HAS_LIMITED_EGL:=true
|
||||
|
||||
BOARD_VENDOR_USE_AKMD := akm8973
|
||||
|
||||
BOARD_VENDOR_QCOM_AMSS_VERSION := 1355
|
||||
|
@ -34,6 +34,9 @@ PRODUCT_PACKAGES := \
|
||||
LiveWallpapersPicker \
|
||||
librs_jni
|
||||
|
||||
#Gallery 2d
|
||||
PRODUCT_PACKAGES += Gallery
|
||||
|
||||
# Pick up overlay for features that depend on non-open-source files
|
||||
DEVICE_PACKAGE_OVERLAYS := device/htc/tattoo/overlay
|
||||
|
||||
@ -61,7 +64,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.ril.enable.a53=1 \
|
||||
ro.ril.vmail.23415=1571,BT \
|
||||
ro.ril.enable.dtm = 1 \
|
||||
ro.ril.hsxpa=1 \
|
||||
ro.ril.hsdpa.category = 8 \
|
||||
ro.ril.gprsclass=12 \
|
||||
ro.ril.htcmaskw1.bitmask = 4294967295 \
|
||||
ro.ril.htcmaskw1 = 14449 \
|
||||
ro.ril.def.agps.mode = 2
|
||||
|
26
overlay/packages/apps/Camera/res/values/config.xml
Normal file
26
overlay/packages/apps/Camera/res/values/config.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2009, The Android Open Source 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources>
|
||||
<!-- set this to true if the device doesn't have a GPU, or an EGL
|
||||
library is for some reason unavailable -->
|
||||
<bool name="softwareGLOnly">true</bool>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user