mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Change AP_POWER_STATE_REPORT's access property."
am: 86331df20a
Change-Id: I640166d093da89996e922aab032dcf108c89afe5
This commit is contained in:
@@ -671,7 +671,7 @@ const ConfigDeclaration kVehicleProperties[]{
|
|||||||
.initialValue = {.int32Values = {toInt(VehicleApPowerStateReq::ON), 0}}},
|
.initialValue = {.int32Values = {toInt(VehicleApPowerStateReq::ON), 0}}},
|
||||||
|
|
||||||
{.config = {.prop = toInt(VehicleProperty::AP_POWER_STATE_REPORT),
|
{.config = {.prop = toInt(VehicleProperty::AP_POWER_STATE_REPORT),
|
||||||
.access = VehiclePropertyAccess::WRITE,
|
.access = VehiclePropertyAccess::READ_WRITE,
|
||||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE},
|
.changeMode = VehiclePropertyChangeMode::ON_CHANGE},
|
||||||
.initialValue = {.int32Values = {toInt(VehicleApPowerStateReport::WAIT_FOR_VHAL), 0}}},
|
.initialValue = {.int32Values = {toInt(VehicleApPowerStateReport::WAIT_FOR_VHAL), 0}}},
|
||||||
|
|
||||||
|
|||||||
@@ -1282,7 +1282,7 @@ enum VehicleProperty : int32_t {
|
|||||||
|
|
||||||
*
|
*
|
||||||
* @change_mode VehiclePropertyChangeMode:ON_CHANGE
|
* @change_mode VehiclePropertyChangeMode:ON_CHANGE
|
||||||
* @access VehiclePropertyAccess:WRITE
|
* @access VehiclePropertyAccess:READ_WRITE
|
||||||
*/
|
*/
|
||||||
AP_POWER_STATE_REPORT = (
|
AP_POWER_STATE_REPORT = (
|
||||||
0x0A01
|
0x0A01
|
||||||
|
|||||||
Reference in New Issue
Block a user