a71-common: Get rid of Samsung manifest

* Generated by AOSP build system.

Change-Id: Ib15dfebae3ede815060eeb57ee1020a107367e4e
This commit is contained in:
Haky86
2024-07-31 13:55:48 +02:00
parent 5d7c3f807e
commit 98ed10ad49
4 changed files with 3 additions and 54 deletions

View File

@@ -3,6 +3,8 @@
// This file is generated by device/samsung/a71-common/setup-makefiles.sh
soong_namespace {
imports: [
],
}
cc_prebuilt_library_shared {
@@ -153,15 +155,6 @@ prebuilt_etc_xml {
soc_specific: true,
}
prebuilt_etc_xml {
name: "android.hardware.health@2.1-samsung",
owner: "samsung",
src: "proprietary/vendor/etc/vintf/manifest/android.hardware.health@2.1-samsung.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}
prebuilt_etc_xml {
name: "manifest_android.hardware.drm@1.3-service.clearkey",
owner: "samsung",
@@ -180,12 +173,3 @@ prebuilt_etc_xml {
soc_specific: true,
}
prebuilt_etc_xml {
name: "vendor.samsung.hardware.thermal@1.0-manifest",
owner: "samsung",
src: "proprietary/vendor/etc/vintf/manifest/vendor.samsung.hardware.thermal@1.0-manifest.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}

View File

@@ -681,7 +681,5 @@ PRODUCT_PACKAGES += \
audiosphere \
vendor.qti.voiceprint-V1.0-java \
android.hardware.gnss@2.1-service-qti \
android.hardware.health@2.1-samsung \
manifest_android.hardware.drm@1.3-service.clearkey \
manifest_android.hardware.drm@1.3-service.widevine \
vendor.samsung.hardware.thermal@1.0-manifest
manifest_android.hardware.drm@1.3-service.widevine

View File

@@ -1,16 +0,0 @@
<manifest version="1.0" type="device">
<hal override="true" format="hidl">
<name>android.hardware.health</name>
<transport>hwbinder</transport>
<fqname>@2.1::IHealth/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.samsung.hardware.health</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ISehHealth</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View File

@@ -1,17 +0,0 @@
<manifest version="1.0" type="device">
<hal override="true" format="hidl">
<name>android.hardware.thermal</name>
<transport>hwbinder</transport>
<fqname>@1.0::IThermal/default</fqname>
<fqname>@2.0::IThermal/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.samsung.hardware.thermal</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISehThermal</name>
<instance>default</instance>
</interface>
</hal>
</manifest>