[AudioSystem] Made audiosystem extension IVI specific.
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Thu, 3 Jul 2014 08:08:16 +0000 (11:08 +0300)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Thu, 3 Jul 2014 08:23:24 +0000 (11:23 +0300)
AudioSystem API is not part of Tizen Common, it was intended only for Tizen IVI.
Hence moving under 'ivi' check.

tizen-wrt.gyp

index 0d8a703..f2e8abb 100644 (file)
@@ -26,7 +26,6 @@
           'dependencies': [
             'alarm/alarm.gyp:*',
             'application/application.gyp:*',
-            'audiosystem/audiosystem.gyp:*',
             'bookmark/bookmark.gyp:*',
             'content/content.gyp:*',
             'download/download.gyp:*',
@@ -41,6 +40,7 @@
         }],
         [ 'extension_host_os == "ivi"', {
           'dependencies': [
+            'audiosystem/audiosystem.gyp:*',
             'vehicle/vehicle.gyp:*',
           ],
         }],