-
Notifications
You must be signed in to change notification settings - Fork 24
/
hals.xml
49 lines (42 loc) · 2.85 KB
/
hals.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Bt -->
<remove-project name="platform/hardware/qcom/bt" />
<project name="hardware_qcom_bt" path="hardware/qcom/bt" remote="ctr" />
<!-- Power -->
<project name="hardware_qcom_power" path="hardware/qcom/power" remote="ctr" />
<!-- Thermal -->
<remove-project name="platform/hardware/qcom/thermal" />
<project name="hardware_qcom_thermal" path="vendor/qcom/opensource/thermal-hal" remote="ctr" />
<!-- VR -->
<remove-project name="platform/hardware/qcom/vr" />
<project name="hardware_qcom_vr" path="hardware/qcom/vr" remote="ctr" />
<!-- Wlan -->
<remove-project name="platform/hardware/qcom/wlan" />
<project name="hardware_qcom_wlan" path="hardware/qcom/wlan" remote="ctr" />
<!-- MSM8916 -->
<!--project name="hardware_qcom_audio" path="hardware/qcom/audio/msm8916" revision="o8x-8916" remote="ctr" />
<project name="hardware_qcom_display" path="hardware/qcom/display/msm8916" revision="o8x-8916" remote="ctr" />
<project name="hardware_qcom_media" path="hardware/qcom/media/msm8916" revision="o8x-8916" remote="ctr" /-->
<!-- MSM8937 -->
<!--project name="hardware_qcom_audio" path="hardware/qcom/audio/msm8937" revision="o8x-8937" remote="ctr" />
<project name="hardware_qcom_display" path="hardware/qcom/display/msm8937" revision="o8x-8937" remote="ctr" />
<project name="hardware_qcom_media" path="hardware/qcom/media/msm8937" revision="o8x-8937" remote="ctr" /-->
<!-- MSM8952 -->
<project name="hardware_qcom_audio" path="hardware/qcom/audio/msm8952" revision="p9x-8952" remote="ctr" />
<project name="hardware_qcom_display" path="hardware/qcom/display/msm8952" revision="p9x-8952" remote="ctr" />
<project name="hardware_qcom_media" path="hardware/qcom/media/msm8952" revision="p9x-8952" remote="ctr" />
<!-- MSM8953 -->
<!--project name="hardware_qcom_audio" path="hardware/qcom/audio/msm8953" revision="o8x-8953" remote="ctr" />
<project name="hardware_qcom_display" path="hardware/qcom/display/msm8953" revision="o8x-8953" remote="ctr" />
<project name="hardware_qcom_media" path="hardware/qcom/media/msm8953" revision="o8x-8953" remote="ctr" /-->
<!-- MSM8996 -->
<!--project name="hardware_qcom_audio" path="hardware/qcom/audio/msm8996" revision="o8x-8996" remote="ctr" />
<project name="hardware_qcom_display" path="hardware/qcom/display/msm8996" revision="o8x-8996" remote="ctr" />
<project name="hardware_qcom_media" path="hardware/qcom/media/msm8996" revision="o8x-8996" remote="ctr" /-->
<!-- MSM8998 -->
<project name="hardware_qcom_audio" path="hardware/qcom/audio/msm8998" revision="p9x-8998" remote="ctr" />
<project name="hardware_qcom_display" path="hardware/qcom/display/msm8998" revision="p9x-8998" remote="ctr" />
<project name="hardware_qcom_media" path="hardware/qcom/media/msm8998" revision="p9x-8998" remote="ctr" />
<!-- HALS -->
</manifest>