sdm660-common: overlay: drop overlay-lineage
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
383726ec58
commit
9e7d78cd70
3 changed files with 1 additions and 83 deletions
|
@ -1,21 +0,0 @@
|
||||||
<!--
|
|
||||||
Copyright (C) 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.
|
|
||||||
-->
|
|
||||||
<resources>
|
|
||||||
<!-- Max visible notification icons -->
|
|
||||||
<integer name="config_maxVisibleNotificationIcons">6</integer>
|
|
||||||
<integer name="config_maxVisibleNotificationIconsOnLock">7</integer>
|
|
||||||
</resources>
|
|
||||||
|
|
|
@ -1,60 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
Copyright (C) 2015-2016 The CyanogenMod Project
|
|
||||||
2017 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.
|
|
||||||
-->
|
|
||||||
<resources>
|
|
||||||
<!-- All the capabilities of the LEDs on this device, stored as a bit field.
|
|
||||||
This integer should equal the sum of the corresponding value for each
|
|
||||||
of the following capabilities present:
|
|
||||||
// Device has a color adjustable battery light.
|
|
||||||
LIGHTS_RGB_NOTIFICATION_LED = 1
|
|
||||||
// Device has a color adjustable notification light.
|
|
||||||
LIGHTS_RGB_BATTERY_LED = 2
|
|
||||||
LIGHTS_MULTIPLE_NOTIFICATION_LED = 4 (deprecated)
|
|
||||||
// The notification light has adjustable pulsing capability.
|
|
||||||
LIGHTS_PULSATING_LED = 8
|
|
||||||
// Device has a multi-segment battery light that is able to
|
|
||||||
// use the light brightness value to determine how many
|
|
||||||
// segments to show (in order to represent battery level).
|
|
||||||
LIGHTS_SEGMENTED_BATTERY_LED = 16
|
|
||||||
// The notification light supports HAL adjustable brightness
|
|
||||||
// via the alpha channel.
|
|
||||||
// Note: if a device notification light supports LIGHTS_RGB_NOTIFICATION_LED
|
|
||||||
// then HAL support is not necessary for brightness control. In this case,
|
|
||||||
// brightness support will be provided by lineage-sdk through the scaling of
|
|
||||||
// RGB color values.
|
|
||||||
LIGHTS_ADJUSTABLE_NOTIFICATION_LED_BRIGHTNESS = 32
|
|
||||||
// Device has a battery light.
|
|
||||||
LIGHTS_BATTERY_LED = 64
|
|
||||||
// The battery light supports HAL adjustable brightness via
|
|
||||||
// the alpha channel.
|
|
||||||
// Note: if a device battery light supports LIGHTS_RGB_BATTERY_LED then HAL
|
|
||||||
// support is not necessary for brightness control. In this case,
|
|
||||||
// brightness support will be provided by lineage-sdk through the scaling of
|
|
||||||
// RGB color values.
|
|
||||||
LIGHTS_ADJUSTABLE_BATTERY_LED_BRIGHTNESS = 128
|
|
||||||
For example, a device with notification and battery lights that supports
|
|
||||||
pulsating and RGB control would set this config to 75. -->
|
|
||||||
<integer name="config_deviceLightCapabilities">232</integer>
|
|
||||||
|
|
||||||
<!-- Default value for proximity check on screen wake
|
|
||||||
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
|
|
||||||
<bool name="config_proximityCheckOnWake">true</bool>
|
|
||||||
<integer name="config_proximityCheckTimeout">100</integer>
|
|
||||||
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
|
||||||
|
|
||||||
<!-- Whether device has screen with higher aspect ratio -->
|
|
||||||
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
|
||||||
|
|
||||||
</resources>
|
|
|
@ -380,8 +380,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += \
|
DEVICE_PACKAGE_OVERLAYS += \
|
||||||
$(COMMON_PATH)/overlay \
|
$(COMMON_PATH)/overlay
|
||||||
$(COMMON_PATH)/overlay-lineage
|
|
||||||
|
|
||||||
# RRO configuration
|
# RRO configuration
|
||||||
TARGET_USES_RRO := true
|
TARGET_USES_RRO := true
|
||||||
|
|
Loading…
Reference in a new issue