sm8250-common: Sort and reorganize blob list
Signed-off-by: ata-kaner <ata.kaner03@gmail.com>
This commit is contained in:
-17
@@ -1,17 +0,0 @@
|
||||
[
|
||||
{
|
||||
"temp": 360, "freq": -1
|
||||
},
|
||||
{
|
||||
"temp": 380, "freq": 1500000
|
||||
},
|
||||
{
|
||||
"temp": 400, "freq": 1200000
|
||||
},
|
||||
{
|
||||
"temp": 420, "freq": 1000000
|
||||
},
|
||||
{
|
||||
"temp": 440, "freq": 850000
|
||||
}
|
||||
]
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
service vendor.drm-clearkey-hal-1-3 /vendor/bin/hw/android.hardware.drm@1.3-service.clearkey
|
||||
interface android.hardware.drm@1.0::ICryptoFactory clearkey
|
||||
interface android.hardware.drm@1.0::IDrmFactory clearkey
|
||||
interface android.hardware.drm@1.1::ICryptoFactory clearkey
|
||||
interface android.hardware.drm@1.1::IDrmFactory clearkey
|
||||
interface android.hardware.drm@1.2::ICryptoFactory clearkey
|
||||
interface android.hardware.drm@1.2::IDrmFactory clearkey
|
||||
interface android.hardware.drm@1.3::ICryptoFactory clearkey
|
||||
interface android.hardware.drm@1.3::IDrmFactory clearkey
|
||||
class hal
|
||||
user media
|
||||
group media mediadrm
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
@@ -0,0 +1,11 @@
|
||||
#! /vendor/etc/init
|
||||
#=============================================================================
|
||||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#=============================================================================
|
||||
|
||||
on early-init
|
||||
# Set ro.boot.product.vendor.sku to soc_name
|
||||
exec u:r:vendor_qti_init_shell:s0 -- /vendor/bin/init.qti.qcv.sh
|
||||
setprop ro.boot.product.vendor.sku ${ro.vendor.qti.soc_name}
|
||||
Binary file not shown.
-23
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2019 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.
|
||||
-->
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.drm</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@1.3::ICryptoFactory/clearkey</fqname>
|
||||
<fqname>@1.3::IDrmFactory/clearkey</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user