diff options
author | Wootak Jung <wootak.jung@samsung.com> | 2023-06-14 11:25:29 +0900 |
---|---|---|
committer | Wootak Jung <wootak.jung@samsung.com> | 2023-06-14 11:25:51 +0900 |
commit | cfc71f4c1f4f5a800f0d3921cc9ac6968482a527 (patch) | |
tree | 78b3daccac63e722b69f12f650671c2096fd99ce | |
parent | fb21640b30af8fc615481644f595df9d0829742b (diff) | |
download | building-blocks-cfc71f4c1f4f5a800f0d3921cc9ac6968482a527.tar.gz building-blocks-cfc71f4c1f4f5a800f0d3921cc9ac6968482a527.tar.bz2 building-blocks-cfc71f4c1f4f5a800f0d3921cc9ac6968482a527.zip |
Adding the missing telephony tct to tct mapping file
Change-Id: Ifd394ea4ec6a40ccf8fded9c9c7a80760720998d
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
-rw-r--r-- | mapping-bb-tct.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index 88cec29..e0bb4e2 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -359,6 +359,11 @@ <tct_info>tct-http-native-itc</tct_info> <tct_info>tct-http-native-utc</tct_info> </bb_info> + <bb_info name="building-blocks-sub1-domain_API-Telephony"> + <tct_info>tct-telephony-native-ctc</tct_info> + <tct_info>tct-telephony-native-itc</tct_info> + <tct_info>tct-telephony-native-utc</tct_info> + </bb_info> <bb_info name="building-blocks-sub2-domain_API-Network-STC"> <tct_info>tct-stc-native-itc</tct_info> <tct_info>tct-stc-native-utc</tct_info> |