Initialize major_version and minor_version as v1.0
in order to support the new HAL API versioning method
and then remove the deprecated abi_version field.
Change-Id: Ifd8de23f137fd51de092bf763c9162da0a93101c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
hal_backend hal_backend_audio_data = {
.name = "audio-emul",
.vendor = "Tizen",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
.init = audio_emul_init,
.exit = audio_emul_exit,
+ .major_version = 1,
+ .minor_version = 0,
};