mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge changes from topic "add-vehicle-binding-util-sc-v2-dev" into sc-v2-dev
* changes: Remove vehicle binding seed property in emulator Move vehicle hal to start in early_hal
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
service vendor.vehicle-hal-2.0 /vendor/bin/hw/android.hardware.automotive.vehicle@2.0-service
|
||||
class hal
|
||||
class early_hal
|
||||
user vehicle_network
|
||||
group system inet
|
||||
|
||||
@@ -1024,14 +1024,6 @@ const ConfigDeclaration kVehicleProperties[]{
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
},
|
||||
{
|
||||
.config =
|
||||
{
|
||||
.prop = toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
},
|
||||
{
|
||||
.config =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user