summaryrefslogtreecommitdiff
path: root/automotive
diff options
context:
space:
mode:
authorSean Hong <seanhong@google.com>2022-09-08 19:01:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-09-08 19:01:32 +0000
commit1c81f278378367a81356cf3ad1c7d8678b1d345f (patch)
treea8a1aaec087c9f0fb515bce43d0f94d443e91d34 /automotive
parent8e3480edfe9933306f82c1656deb8e6b7090273c (diff)
parent6562855190773b194aa1daa353e2b57a0bc73765 (diff)
Merge "DO NOT MERGE Add INFO_VIN to DefaultConfig.h for CTS tests" into tm-qpr-dev
Diffstat (limited to 'automotive')
-rw-r--r--automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h
index 99bf452757..9a93e1a11a 100644
--- a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h
+++ b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h
@@ -125,6 +125,13 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
{.config =
{
+ .prop = toInt(VehicleProperty::INFO_VIN),
+ .access = VehiclePropertyAccess::READ,
+ .changeMode = VehiclePropertyChangeMode::STATIC,
+ },
+ .initialValue = {.stringValue = "1GCARVIN123456789"}},
+ {.config =
+ {
.prop = toInt(VehicleProperty::INFO_MAKE),
.access = VehiclePropertyAccess::READ,
.changeMode = VehiclePropertyChangeMode::STATIC,