03cd34e246
This CL adds a JsonConfigLoader to parse the vehicle proeprty config file in JSON format. This CL also adds DefaultConfigTest to verify the JSON file is compatible with the existing header file. Test: atest JsonConfigLoaderUnitTest atest VehicleHalDefaultConfigTest Bug: 238685398 Change-Id: If679afd2245cb7e2a49fd964f343b660c9bcea25
48 lines
881 B
Text
48 lines
881 B
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "VehicleHalAidlHidlCompatibilityTest"
|
|
},
|
|
{
|
|
"name": "VehicleHalDefaultConfigTest"
|
|
},
|
|
{
|
|
"name": "VehicleHalDefaultConfigTestEnableTestProperties"
|
|
},
|
|
{
|
|
"name": "JsonConfigLoaderUnitTest"
|
|
},
|
|
{
|
|
"name": "JsonConfigLoaderUnitTestEnableTestProperties"
|
|
},
|
|
{
|
|
"name": "VehicleHalVehicleUtilsTest"
|
|
},
|
|
{
|
|
"name": "VehiclePropertyAnnotationCppTest"
|
|
},
|
|
{
|
|
"name": "VehiclePropertyAnnotationJavaTest"
|
|
},
|
|
{
|
|
"name": "FakeVehicleHardwareTest"
|
|
},
|
|
{
|
|
"name": "FakeVehicleHalValueGeneratorsTest"
|
|
},
|
|
{
|
|
"name": "FakeObd2FrameTest"
|
|
},
|
|
{
|
|
"name": "FakeUserHalTest"
|
|
},
|
|
{
|
|
"name": "DefaultVehicleHalTest"
|
|
}
|
|
],
|
|
"auto-presubmit": [
|
|
{
|
|
"name": "VtsHalAutomotiveVehicle_TargetTest"
|
|
}
|
|
]
|
|
}
|