Skip to content

Commit 5ad9c0a

Browse files
committed
sys_oplus_mssi_64_cn-user 11 RP1A.200720.011 1629972958632 release-keys
Signed-off-by: saurajbot <rommirrorer@gmail.com>
0 parents  commit 5ad9c0a

File tree

80 files changed

+15076
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+15076
-0
lines changed

Android.mk

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
LOCAL_PATH := $(call my-dir)
2+
ifeq ($(TARGET_DEVICE),CPH2269)
3+
include $(call all-makefiles-under,$(LOCAL_PATH))
4+
include $(CLEAR_VARS)
5+
endif

AndroidProducts.mk

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PRODUCT_MAKEFILES := \
2+
$(LOCAL_DIR)/lineage_CPH2269.mk

BoardConfig.mk

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
DEVICE_PATH := device/alps/CPH2269
2+
BOARD_VENDOR := alps
3+
4+
# Security patch level
5+
VENDOR_SECURITY_PATCH := 2021-08-05
6+
7+
# HIDL
8+
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
9+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/android.hardware.cas@1.2-service.xml
10+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/android.hardware.gpu@1.0-service.xml
11+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/android.hardware.health@2.1.xml
12+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/android.hardware.wifi.hostapd.xml
13+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/android.hardware.wifi@1.0-service.xml
14+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/lights-mtk-default.xml
15+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
16+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_android.hardware.drm@1.3-service.clearkey.xml
17+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_android.hardware.drm@1.3-service.widevine.xml
18+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_soter.xml
19+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/oplus_wifi_supplicant_device.xml
20+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/power-default.xml
21+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/vendor.mediatek.hardware.dplanner@2.0-service.xml
22+
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/vibrator-mtk-default.xml
23+
DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
24+
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml
25+
26+
-include vendor/alps/CPH2269/BoardConfigVendor.mk

android.hardware.cas@1.2-service.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<manifest version="1.0" type="device">
2+
<hal format="hidl">
3+
<name>android.hardware.cas</name>
4+
<transport>hwbinder</transport>
5+
<version>1.2</version>
6+
<interface>
7+
<name>IMediaCasService</name>
8+
<instance>default</instance>
9+
</interface>
10+
</hal>
11+
</manifest>

android.hardware.gpu@1.0-service.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<manifest version="1.0" type="device">
2+
<hal format="hidl">
3+
<name>vendor.mediatek.hardware.gpu</name>
4+
<transport>hwbinder</transport>
5+
<version>1.0</version>
6+
<interface>
7+
<name>IGraphicExt</name>
8+
<instance>default</instance>
9+
</interface>
10+
</hal>
11+
</manifest>

android.hardware.health@2.1.xml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<manifest version="1.0" type="device">
2+
<hal format="hidl">
3+
<name>android.hardware.health</name>
4+
<transport>hwbinder</transport>
5+
<fqname>@2.1::IHealth/default</fqname>
6+
</hal>
7+
</manifest>

android.hardware.wifi.hostapd.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<manifest version="1.0" type="device">
2+
<hal format="hidl">
3+
<name>android.hardware.wifi.hostapd</name>
4+
<transport>hwbinder</transport>
5+
<version>1.2</version>
6+
<interface>
7+
<name>IHostapd</name>
8+
<instance>default</instance>
9+
</interface>
10+
</hal>
11+
</manifest>

android.hardware.wifi@1.0-service.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<manifest version="1.0" type="device">
2+
<hal format="hidl">
3+
<name>android.hardware.wifi</name>
4+
<transport>hwbinder</transport>
5+
<version>1.4</version>
6+
<interface>
7+
<name>IWifi</name>
8+
<instance>default</instance>
9+
</interface>
10+
</hal>
11+
</manifest>

board-info.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require version-vendor=1629973717

compatibility_matrix.xml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
Input:
3+
compatibility_matrix.xml
4+
-->
5+
<compatibility-matrix version="2.0" type="device">
6+
<hal format="hidl" optional="false">
7+
<name>android.frameworks.schedulerservice</name>
8+
<version>1.0</version>
9+
</hal>
10+
<hal format="hidl" optional="false">
11+
<name>android.frameworks.sensorservice</name>
12+
<version>1.0</version>
13+
</hal>
14+
<hal format="hidl" optional="false">
15+
<name>android.hidl.allocator</name>
16+
<version>1.0</version>
17+
</hal>
18+
<hal format="hidl" optional="false">
19+
<name>android.hidl.manager</name>
20+
<version>1.0</version>
21+
</hal>
22+
<hal format="hidl" optional="false">
23+
<name>android.hidl.memory</name>
24+
<version>1.0</version>
25+
</hal>
26+
<hal format="hidl" optional="false">
27+
<name>android.hidl.token</name>
28+
<version>1.0</version>
29+
</hal>
30+
<hal format="hidl" optional="false">
31+
<name>android.system.wifi.keystore</name>
32+
<version>1.0</version>
33+
</hal>
34+
<vendor-ndk>
35+
<version>30</version>
36+
</vendor-ndk>
37+
<system-sdk>
38+
<version>30</version>
39+
</system-sdk>
40+
</compatibility-matrix>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- A2dp Audio HAL Audio Policy Configuration file -->
3+
<module name="a2dp" halVersion="2.0">
4+
<mixPorts>
5+
<mixPort name="a2dp output" role="source"/>
6+
<mixPort name="a2dp input" role="sink">
7+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
8+
samplingRates="44100"
9+
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
10+
</mixPort>
11+
</mixPorts>
12+
<devicePorts>
13+
<devicePort tagName="BT A2DP Out" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP" role="sink">
14+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
15+
samplingRates="44100"
16+
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
17+
</devicePort>
18+
<devicePort tagName="BT A2DP Headphones" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES" role="sink">
19+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
20+
samplingRates="44100"
21+
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
22+
</devicePort>
23+
<devicePort tagName="BT A2DP Speaker" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER" role="sink">
24+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
25+
samplingRates="44100"
26+
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
27+
</devicePort>
28+
<devicePort tagName="BT A2DP In" type="AUDIO_DEVICE_IN_BLUETOOTH_A2DP" role="source">
29+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
30+
samplingRates="44100"
31+
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
32+
</devicePort>
33+
</devicePorts>
34+
<routes>
35+
<route type="mix" sink="BT A2DP Out"
36+
sources="a2dp output"/>
37+
<route type="mix" sink="BT A2DP Headphones"
38+
sources="a2dp output"/>
39+
<route type="mix" sink="BT A2DP Speaker"
40+
sources="a2dp output"/>
41+
<route type="mix" sink="a2dp input"
42+
sources="BT A2DP In"/>
43+
</routes>
44+
</module>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Bluetooth Input Audio HAL Audio Policy Configuration file -->
3+
<module name="a2dp" halVersion="2.0">
4+
<mixPorts>
5+
<mixPort name="a2dp input" role="sink">
6+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
7+
samplingRates="44100,48000"
8+
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO"/>
9+
</mixPort>
10+
</mixPorts>
11+
<devicePorts>
12+
<devicePort tagName="BT A2DP In" type="AUDIO_DEVICE_IN_BLUETOOTH_A2DP" role="source">
13+
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
14+
samplingRates="44100,48000"
15+
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO"/>
16+
</devicePort>
17+
</devicePorts>
18+
<routes>
19+
<route type="mix" sink="a2dp input"
20+
sources="BT A2DP In"/>
21+
</routes>
22+
</module>

0 commit comments

Comments
 (0)