Loading automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +7 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,13 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { }, .initialValue = {.int32Values = {CHARGE_PORT_FRONT_LEFT, CHARGE_PORT_REAR_LEFT}}}, {.config = { .prop = toInt(VehicleProperty::INFO_VIN), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::STATIC, }, .initialValue = {.stringValue = "1GCARVIN123456789"}}, {.config = { .prop = toInt(VehicleProperty::INFO_MAKE), Loading Loading
automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +7 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,13 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { }, .initialValue = {.int32Values = {CHARGE_PORT_FRONT_LEFT, CHARGE_PORT_REAR_LEFT}}}, {.config = { .prop = toInt(VehicleProperty::INFO_VIN), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::STATIC, }, .initialValue = {.stringValue = "1GCARVIN123456789"}}, {.config = { .prop = toInt(VehicleProperty::INFO_MAKE), Loading