[M120 Migration][MM] Merge tizen tv audio input device patches
[platform/framework/web/chromium-efl.git] / tizen_src / build / BUILD.gn
index ff72301..9c1e976 100644 (file)
@@ -616,6 +616,32 @@ config("capi-media-audio-io-public") {
   }
 }
 
+config("capi-network-bluetooth") {
+  if (tizen_product_tv) {
+    ldflags = [ "-lcapi-network-bluetooth" ]
+  }
+}
+
+tizen_pkg_config("libcapi-network-bluetooth") {
+  packages = []
+  if (tizen_product_tv) {
+    packages = [ "capi-network-bluetooth" ]
+  }
+}
+
+config("capi-network-bluetooth-tv") {
+  if (tizen_product_tv) {
+    ldflags = [ "-lcapi-network-bluetooth-tv" ]
+  }
+}
+
+tizen_pkg_config("libcapi-network-bluetooth-tv") {
+  packages = []
+  if (tizen_product_tv) {
+    packages = [ "capi-network-bluetooth-tv" ]
+  }
+}
+
 config("capi-media-player") {
   if (is_tizen) {
     #ldflags = [ "-capi-media-player" ]