diff options
author | Felix <google@ix5.org> | 2019-06-24 10:46:26 +0200 |
---|---|---|
committer | Felix <google@ix5.org> | 2019-06-25 20:00:07 +0200 |
commit | 551b8d15ce56661f012a37772ffd611c0fa4915a (patch) | |
tree | 48d1d3de9bfd51500743d5941801dd55a592ba29 /nfc | |
parent | b575cedd7448c5fe4183bc8e87a61a1e434217cb (diff) |
Add interface info to .rc files
Signed-off-by: Felix <google@ix5.org>
Change-Id: I6d70bbdb66c3dce280bf6908c3750316a6f6cf70
Diffstat (limited to 'nfc')
-rw-r--r-- | nfc/1.0/default/android.hardware.nfc@1.0-service.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nfc/1.0/default/android.hardware.nfc@1.0-service.rc b/nfc/1.0/default/android.hardware.nfc@1.0-service.rc index 3a5c776147..27e35d22ff 100644 --- a/nfc/1.0/default/android.hardware.nfc@1.0-service.rc +++ b/nfc/1.0/default/android.hardware.nfc@1.0-service.rc @@ -1,4 +1,5 @@ service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.0-service + interface android.hardware.nfc@1.0::INfc default class hal user nfc group nfc |