projects
/
platform
/
adaptation
/
emulator
/
nfc-plugin-emul.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
587ac90
)
Remove deprecated abi_version field
02/316802/1
accepted/tizen_unified_x_asan
accepted/tizen/unified/20241224.165028
accepted/tizen/unified/x/20241225.030232
accepted/tizen/unified/x/asan/20250113.002139
author
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 18 Dec 2024 06:44:29 +0000
(15:44 +0900)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 18 Dec 2024 06:44:29 +0000
(15:44 +0900)
Change-Id: Ia830651b0f75ed8f14471d32ba1d96782ed35186
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/oem_emul.c
patch
|
blob
|
history
diff --git
a/src/oem_emul.c
b/src/oem_emul.c
index 169dc6111ba951d5a23f717e370c674cfeb62f55..1ce9e31d71c887d4c87add48f659687fe40385ce 100644
(file)
--- a/
src/oem_emul.c
+++ b/
src/oem_emul.c
@@
-3357,7
+3357,6
@@
static int nfc_backend_exit(void *data)
EXPORT hal_backend hal_backend_nfc_data = {
.name = "nfc-backend",
.vendor = "Samsung",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
.init = nfc_backend_init,
.exit = nfc_backend_exit,
.major_version = 1,