diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2023-06-14 11:32:04 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2023-06-14 11:33:13 +0900 |
commit | 629d8f68f9844e2089e8c2b5956922c2f68fe62a (patch) | |
tree | 4e9af2f4fbb8861e7dbf9974f8c8df8db4d54f9a | |
parent | fb21640b30af8fc615481644f595df9d0829742b (diff) | |
download | building-blocks-629d8f68f9844e2089e8c2b5956922c2f68fe62a.tar.gz building-blocks-629d8f68f9844e2089e8c2b5956922c2f68fe62a.tar.bz2 building-blocks-629d8f68f9844e2089e8c2b5956922c2f68fe62a.zip |
Adding the missing nfc/smartcard tct to mapping tct file
Change-Id: I3a7f7cdfc94e51c39097c6d70dfb93dd51675709
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
-rw-r--r-- | mapping-bb-tct.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index 88cec29..a6a652f 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -375,6 +375,14 @@ <tct_info>tct-mtp-native-itc</tct_info> <tct_info>tct-mtp-native-utc</tct_info> </bb_info> + <bb_info name="building-blocks-sub2-domain_API-Network-NFC"> + <tct_info>tct-nfc-native-itc</tct_info> + <tct_info>tct-nfc-native-utc</tct_info> + </bb_info> + <bb_info name="building-blocks-sub2-domain_API-Network-Smartcard"> + <tct_info>tct-smartcard-native-itc</tct_info> + <tct_info>tct-smartcard-native-utc</tct_info> + </bb_info> <bb_info name="building-blocks-sub2-domain_API-Network-WiFi_Direct"> <tct_info>tct-wifi-direct-native-ctc</tct_info> <tct_info>tct-wifi-direct-native-itc</tct_info> |