[TRE-2782] Remove unsupported TM1 board in building-blocks 09/262809/1 accepted/tizen/unified/20210820.101801 submit/tizen/20210820.062113
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 20 Aug 2021 05:12:53 +0000 (14:12 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 20 Aug 2021 05:15:16 +0000 (14:15 +0900)
TM1 board doesn't use building-block.
It doesn't need to maintain it in building-blocks.

Change-Id: I3bdcf4183e2723b3807fe896f2a4fd461e3902a5
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/domain-apis-multimedia.inc
packaging/domain-apis-network.inc
packaging/domain-apis-system.inc
packaging/domain-apis-ui.inc
packaging/platform-preset-boards-artik530.inc
packaging/platform-preset-boards-common.inc
packaging/platform-preset-boards-rpi3.inc
packaging/platform-preset-boards-tm1.inc [deleted file]
packaging/platform-preset-boards.inc

index 2d9973c788d88fae3b5d45803720d360d8363a79..76c35798c156cc9cd19105f0495b4545dc0c10ce 100644 (file)
@@ -70,9 +70,8 @@ Suggests:gst-plugins-good
 %description sub2-domain_API-Multimedia-Camera
 The camera provides the ability to capture photos and support setting up notifications for state changes of capturing, previewing, focusing, information about resolution and binary format and functions for picture manipulations like sepia negative and many more.
 OPTIONAL : You should choose packages depends on target and hardware.
-First, Check config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-tm1).
+First, Check config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-rpi3).
 Second, check camera plugin depends on target.
-TM1:camera-interface-sprd-sc7730, gst-plugins-camera-sc7730s, gst-plugins-good.
 
 %files sub2-domain_API-Multimedia-Camera
 
@@ -146,17 +145,13 @@ Requires: %{name}-sub2-domain_API-UI-TBM_Surface
 Requires: %{name}-sub2-domain_API-UI-EFL_NativeUIToolkit
 Requires: %{name}-sub2-domain_API-Network-WiFi_Manager
 
-# camera
-Suggests: camera-interface-sprd-sc7730
-
 %description sub2-domain_API-Multimedia-Media_Streamer
 This block supports constructing the custom player and it gives the ability to controlling playback attributes.<br>
 About OPTIONAL selection:<br>
 You should choose packages depends on target and hardware.<br>
-First, Select the config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-tm1).<br>
+First, Select the config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-rpi3).<br>
 Second, Select the audio HAL depends on target. <br>
 Third, Select the camera plugin depends on target. <br>
-TM1:camera-interface-sprd-sc7730, gst-plugins-camera-sc7730s <br>
 
 %files sub2-domain_API-Multimedia-Media_Streamer
 
@@ -335,7 +330,7 @@ Requires:%{name}-sub2-domain_API-System-Storage
 %description sub2-domain_API-Multimedia-Recorder
 The recorder provides the ability to create audio/video recorder, to start, stop and save the recorded content. It also provides methods to get/set various attributes of recorder.
 OPTIONAL : You should choose packages depends on target and hardware.
-First, Check config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-tm1).
+First, Check config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-rpi3).
 Second, Check audio HAL depends on target.
 
 %files sub2-domain_API-Multimedia-Recorder
@@ -360,7 +355,7 @@ Requires:%{name}-sub2-domain_API-Network-WiFi_Manager
 Requires:%{name}-sub2-domain_API-UI-TBM_Surface
 
 %description sub2-domain_API-Multimedia-Screen_Mirroring
-Screen Mirroiring provides the ability to connect to and disconnect from a screen mirroring source, start, pause, and resume the screen mirroring as a 'SINK' (source: Stream sender, sink:Stream receiver). It follows 'Miracast standard'. OPTIONAL : You should choose packages depends on target and hardware. First, Check config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-tm1). Second, check audio HAL depends on target.
+Screen Mirroiring provides the ability to connect to and disconnect from a screen mirroring source, start, pause, and resume the screen mirroring as a 'SINK' (source: Stream sender, sink:Stream receiver). It follows 'Miracast standard'. OPTIONAL : You should choose packages depends on target and hardware. First, Check config file 'media-config-target-{DEVICE_WHAT_YOU_WANT}'(e.g media-config-target-rpi3). Second, check audio HAL depends on target.
 %files sub2-domain_API-Multimedia-Screen_Mirroring
 
 %package sub2-domain_API-Multimedia-Sound_Manager
@@ -461,10 +456,6 @@ Suggests:pulseaudio-module-bluetooth
 Suggests:alsa-utils
 Suggests:pulseaudio-utils
 
-#TM1
-Suggests:audio-hal-sc7727
-Suggests:audio-config-sc-TM1-sc7730
-
 #TW1
 Suggests:audio-hal-wm1831
 Suggests:audio-config-wm1831-orbis
@@ -484,7 +475,6 @@ Suggests:alsa-ucm-data-rpi3
 %description sub2-domain_API-Multimedia-AudioCore
 AudioCore block includes core audio modules including pulseaudio and essential pulseaudio-modules.<br>
 Following optional H/W packages must be selected based on actual target.<br>
-TM1 : audio-hal-sc7727, audio-config-sc-TM1-sc7730<br>
 TW1 : audio-hal-wm1831, audio-config-wm1831-orbis<br>
 TW2 : audio-hal-wm1831-tw2, audio-config-wm1831-tw2<br>
 U3/XU3 : audio-hal-max98090, alsa-ucm-data-max98090<br>
@@ -496,7 +486,6 @@ RPI3 : audio-hal-bcm2837, alsa-ucm-data-rpi3<br>
 %package sub2-domain_API-Multimedia-Configuration
 Summary: Configuration
 
-Suggests:media-config-target-tm1
 Suggests:media-config-target-tw1
 Suggests:media-config-target-tw2
 Suggests:media-config-target-artik10
index d06477c2ab331e3dd0cfae1cbf1bb134b02836b8..46fc9ee70d2c142a9dbae67f01366f104180fb79 100644 (file)
@@ -57,7 +57,6 @@ Suggests: bluetooth-firmware-bcm
 Suggests: bluetooth-firmware-bcm-artik
 Suggests: bluetooth-firmware-bcm-exynos3250
 Suggests: bluetooth-firmware-bcm-exynos7270
-Suggests: bluetooth-firmware-sprd-TM1
 Suggests: bluetooth-firmware-bcm-rpi3
 
 #Profiles
@@ -85,7 +84,6 @@ Suggests: org.tizen.bt-syspopup-profile_common
 Enabling Bluetooth BREDR and it is possible to Bluetooth BREDR API<br>
 [Select Packages]<br>
 1. Firmware<br>
-- TM1 : bluetooth-firmware-sprd-TM1<br>
 - TW1 : bluetooth-firmware-bcm-exynos3250<br>
 - TW2 : bluetooth-firmware-bcm-exynos7270<br>
 - Artik : bluetooth-firmware-bcm-artik<br>
@@ -180,7 +178,6 @@ Suggests: bluetooth-firmware-bcm
 Suggests: bluetooth-firmware-bcm-artik
 Suggests: bluetooth-firmware-bcm-exynos3250
 Suggests: bluetooth-firmware-bcm-exynos7270
-Suggests: bluetooth-firmware-sprd-TM1
 Suggests: bluetooth-firmware-bcm-rpi3
 
 #Profiles
@@ -209,7 +206,6 @@ Suggests: org.tizen.bt-syspopup-profile_common
 Enabling Bluetooth LE Only functionality<br>
 [Select Packages]<br>
 1. Firmware<br>
-- TM1 : bluetooth-firmware-sprd-TM1<br>
 - TW1 : bluetooth-firmware-bcm-exynos3250<br>
 - TW2 : bluetooth-firmware-bcm-exynos7270<br>
 - Artik : bluetooth-firmware-bcm-artik<br>
@@ -335,12 +331,9 @@ Requires:  tayga
 Requires:      bind
 
 Suggests:      mobileap-agent-extension-headed
-Suggests:      mobileap-agent-extension-TM1
 
 %description sub2-domain_API-Network-SoftAP
 Tizen block (set of packages) for API sets of domain API-Network-SoftAP <br>
-TM1 target : mobileap-agent-extension-TM1 <br>
-Headed devices except TM1 : mobileap-agent-extension-headed
 
 %files sub2-domain_API-Network-SoftAP
 %posttrans sub2-domain_API-Network-SoftAP
@@ -445,7 +438,6 @@ Requires:   hal-api-wifi
 Requires:      clat
 
 #Profiles
-Suggests:      wpa_supplicant-extension-TM1
 Suggests:      wpa_supplicant-profile_common
 Suggests:      wpa_supplicant-profile_tv
 Suggests:      net-config-profile_tv
@@ -458,8 +450,6 @@ Suggests:   net-config-plugin-headed
 
 %description sub2-domain_API-Network-WiFi_Manager
 Tizen block (set of packages) for API sets of domain API-Network-WiFi_Manager <br>
-TM1 target (headed setting UI) : wpa_supplicant-extension-TM1, net-config-plugin-headed <br>
-TM1 target (headless) : wpa_supplicant-extension-TM1 <br>
 TW1 target (headed setting UI) : wpa_supplicant-profile_common, net-config-plugin-headed <br>
 TW1 target (headless) : wpa_supplicant-profile_common <br>
 TW2 target (headed setting UI) : wpa_supplicant-profile_common, net-config-profile_wearable, net-config-plugin-headed <br>
@@ -484,11 +474,9 @@ Suggests:  wifi-direct-manager-profile_common
 Suggests:      wifi-direct-manager-profile_mobile
 Suggests:      wifi-direct-manager-profile_tv
 Suggests:      wifi-direct-manager-profile_wearable
-Suggests:      wifi-direct-manager-extension-TM1
 
 %description sub2-domain_API-Network-WiFi_Direct
 Tizen block (set of packages) for API sets of domain API-Network-WiFiDirect <br>
-TM1 target : wifi-direct-manager-extension-TM1, wifi-direct-manager-profile_mobile <br>
 TW1 target : wifi-direct-manager-profile_wearable <br>
 TW2 target : wifi-direct-manager-profile_wearable <br>
 tv profile : wifi-direct-manager-profile_tv <br>
index 55c9d0f05abfb6b1fd05ae0a18cf004c90f4e824..a0a2001ea2fbd573af3d99b20d90bf31bb6f61e1 100644 (file)
@@ -30,7 +30,6 @@ Summary:  Device
 Requires: deviced
 Requires: capi-system-device
 Requires: hal-api-device
-Suggests: hal-backend-device-tm1
 Suggests: hal-backend-device-tw3
 Suggests: hal-backend-device-rpi
 Suggests: hal-backend-device-rpi3
@@ -44,8 +43,7 @@ However, if you want to use them, you have to choose at least one item in each h
 Those have a dependancy on Hardware.
 So, before you select, you have to make sure that which hardware you have.
 Then choose proper combination.
-For example, hal-backend-device-tm1 for mobile
-             hal-backend-device-rpi and hal-backend-device-rpi3 for rpi3
+For example, hal-backend-device-rpi and hal-backend-device-rpi3 for rpi3
 %files sub2-domain_API-System-Device
 
 %package sub2-domain_API-System-Device_Haptic
@@ -53,7 +51,6 @@ Summary:  Device_Haptic
 Requires: feedbackd
 Requires: capi-system-device
 Requires: hal-api-device
-Suggests: hal-backend-device-tm1
 Suggests: hal-backend-device-tw3
 Suggests: hal-backend-device-rpi
 Suggests: hal-backend-device-artik
@@ -76,7 +73,6 @@ Requires: %{name}-sub2-domain_API-Multimedia-Audio_IO
 Requires: feedbackd
 Requires: libfeedback
 Requires: hal-api-device
-Suggests: hal-backend-device-tm1
 Suggests: hal-backend-device-tw3
 Suggests: hal-backend-device-rpi
 Suggests: hal-backend-device-artik
@@ -115,13 +111,12 @@ Summary:    Sensor_Listener
 Requires:   capi-system-sensor
 Requires:   hal-api-sensor
 Requires:   sensord
-Suggests:   hal-backend-sensor-tm1
 Suggests:   hal-backend-sensor-tw3
 
 %description sub2-domain_API-System-Sensor_Listener
 This block supports sensor listener API to detect sensors and monitor sensor events.<br>
 You should choose HAL packages depends on target and hardware.
-For example, if you want to make a binary for TM1, you can choose the hal-backend-sensor-tm1 package.<br>
+For example, if you want to make a binary for TW3, you can choose the hal-backend-sensor-tw3 package.<br>
 
 %files sub2-domain_API-System-Sensor_Listener
 
@@ -133,7 +128,7 @@ Requires:   %{name}-sub2-domain_API-System-Sensor_Listener
 %description sub2-domain_API-System-Sensor_Recorder
 This block supports sensor recorder API to record sensor data.<br>
 You should choose HAL packages depends on target and hardware. HAL packages are listed in the Sensor_Listener block.
-For example, if you want to make a binary for TM1, you can choose the hal-backend-sensor-tm1 package.<br>
+For example, if you want to make a binary for TW3, you can choose the hal-backend-sensor-tw3 package.<br>
 
 %files sub2-domain_API-System-Sensor_Recorder
 
index 825e428c7e802784d41477c596d9275c261c5ed1..6e82e32863f072f3ecf1e1dfe18b3188cb3c9dce 100644 (file)
@@ -392,7 +392,6 @@ Suggests:   e-tizen-data-profile_tv
 Suggests:   e-tizen-data-profile_ivi
 
 #DisplayHAL-TBM
-Suggests:   hal-backend-tbm-sprd
 Suggests:   libtbm-exynos
 Suggests:   hal-backend-tbm-exynos-tgm
 Suggests:   hal-backend-tbm-nexell
@@ -401,7 +400,6 @@ Suggests:   hal-backend-tbm-vigs
 Suggests:   libtbm-dumb
 
 #DisplayHAL-TDM
-Suggests:   hal-backend-tdm-sprd
 Suggests:   libtdm-exynos
 Suggests:   hal-backend-tdm-exynos-deconfb
 Suggests:   hal-backend-tdm-nexell
@@ -423,7 +421,7 @@ There are three categories to choose.<br>
 2. Tizen Buffer Manager(TBM) Backend<br>
 3. Tizen Display Manager(TDM) Backend<br>
    You should choose a tbm and tdm backend for your target.<br>
-   For example, if you want make binary for TM1, you can choose the hal-backend-tbm-sprd and the hal-backend-tdm-sprd<br>
+   For example, if you want make binary for RPI3/4, you can choose the hal-backend-tbm-vc4 and the hal-backend-tdm-vc4<br>
 
 %files sub2-domain_API-UI-Display_Server
 %posttrans sub2-domain_API-UI-Display_Server
index 5b0cbe47f0300221054a50c4e03433169e888ac9..d968718bf8ce72b8074b84f06189ae6341c9b5c6 100644 (file)
@@ -32,7 +32,6 @@ Suggests:     %{name}-sub2-Preset_boards-ARTIK530-DALi2
 Suggests:      %{name}-sub2-Preset_boards-ARTIK530-EFL
 Suggests:      %{name}-sub2-Preset_boards-ARTIK530-IM
 
-Conflicts:     %{name}-sub1-Preset_boards-TM1
 Conflicts:     %{name}-sub1-Preset_boards-RPI3
 Conflicts:     %{name}-sub1-Preset_boards-COMMON
 
index 052726a19def4901e20210179b73766717d3e5da..df1a2315618e8da3d551743927603cb7808bd555 100644 (file)
@@ -33,7 +33,6 @@ Suggests:     %{name}-sub2-Preset_boards-COMMON-IM
 Suggests:      %{name}-sub2-Preset_boards-COMMON-Power
 Suggests:      %{name}-sub2-Preset_boards-COMMON-UserAwareness
 
-Conflicts:     %{name}-sub1-Preset_boards-TM1
 Conflicts:     %{name}-sub1-Preset_boards-ARTIK530
 Conflicts:     %{name}-sub1-Preset_boards-RPI3
 
index 53a6e8d06cf9b28f3bd2e904e97a10251d6e5d40..8a3879715479426329653a847d8fd2bad9a1bc8e 100644 (file)
@@ -33,7 +33,6 @@ Suggests:     %{name}-sub2-Preset_boards-RPI3-IM
 Suggests:      %{name}-sub2-Preset_boards-RPI3-Power
 Suggests:      %{name}-sub2-Preset_boards-RPI3-UserAwareness
 
-Conflicts:     %{name}-sub1-Preset_boards-TM1
 Conflicts:     %{name}-sub1-Preset_boards-ARTIK530
 Conflicts:     %{name}-sub1-Preset_boards-COMMON
 
diff --git a/packaging/platform-preset-boards-tm1.inc b/packaging/platform-preset-boards-tm1.inc
deleted file mode 100644 (file)
index 9f27db0..0000000
+++ /dev/null
@@ -1,372 +0,0 @@
-# Maintainer: Tizen PM?
-# You need ACK (+1) from the maintainer to be reviewed by building-block maintainers.
-
-#############
-###  TM1  ###
-#############
-%package sub1-Preset_boards-TM1
-Summary:       TM1 Selection for HAL and Feature
-Requires:      %{name}-sub2-Preset_boards-TM1-System
-Requires:      %{name}-sub2-Preset_boards-TM1-System_Device
-Suggests:      %{name}-sub2-Preset_boards-TM1-Audio
-Suggests:      %{name}-sub2-Preset_boards-TM1-Audio_Recording
-Suggests:      %{name}-sub2-Preset_boards-TM1-GPS
-Suggests:      %{name}-sub2-Preset_boards-TM1-Camera
-Suggests:      %{name}-sub2-Preset_boards-TM1-Radio
-Suggests:      %{name}-sub2-Preset_boards-TM1-Display
-Suggests:      %{name}-sub2-Preset_boards-TM1-Wifi
-Suggests:      %{name}-sub2-Preset_boards-TM1-WifiDirect
-Suggests:      %{name}-sub2-Preset_boards-TM1-Bluetooth
-Suggests:      %{name}-sub2-Preset_boards-TM1-Bluetooth_CallAudio
-Suggests:      %{name}-sub2-Preset_boards-TM1-BLE
-Suggests:      %{name}-sub2-Preset_boards-TM1-NFC
-Suggests:      %{name}-sub2-Preset_boards-TM1-Telephony
-Suggests:      %{name}-sub2-Preset_boards-TM1-Feedback
-Suggests:      %{name}-sub2-Preset_boards-TM1-Sensor
-Suggests:      %{name}-sub2-Preset_boards-TM1-DALi
-Suggests:      %{name}-sub2-Preset_boards-TM1-DALi2
-Suggests:      %{name}-sub2-Preset_boards-TM1-EFL
-Suggests:      %{name}-sub2-Preset_boards-TM1-IM
-
-Conflicts:     %{name}-sub1-Preset_boards-RPI3
-Conflicts:     %{name}-sub1-Preset_boards-ARTIK530
-Conflicts:     %{name}-sub1-Preset_boards-COMMON
-
-%description sub1-Preset_boards-TM1
-Firstly select HALs and Feature to add to your image.
-%files sub1-Preset_boards-TM1
-%posttrans sub1-Preset_boards-TM1
-%tizen_feature tizen.org/system/platform.processor SC7727S
-%tizen_feature tizen.org/system/platform.communication_processor SC7727S
-%tizen_feature tizen.org/feature/platform.core.cpu.arch armv7
-%tizen_feature tizen.org/feature/platform.core.cpu.arch.armv7 true
-%tizen_feature tizen.org/feature/platform.core.cpu.arch.armv8 false
-%tizen_feature tizen.org/feature/platform.core.cpu.frequency 1300
-%tizen_feature tizen.org/feature/platform.core.fpu.arch vfpv3
-%tizen_feature tizen.org/feature/platform.core.fpu.arch.vfpv3 true
-%tizen_feature tizen.org/feature/platform.core.fpu.arch.vfpv4 false
-%tizen_feature tizen.org/feature/profile mobile
-%tizen_feature tizen.org/feature/location.batch false
-%tizen_feature tizen.org/feature/network.ethernet false
-%tizen_feature tizen.org/feature/network.wifi.tdls false
-%tizen_feature tizen.org/feature/screen.auto_rotation true
-%tizen_feature tizen.org/feature/screen.height 1280
-%tizen_feature tizen.org/feature/screen.output.hdmi false
-%tizen_feature tizen.org/feature/screen.output.rca false
-%tizen_feature tizen.org/feature/screen.shape.circle false
-%tizen_feature tizen.org/feature/screen.shape.rectangle true
-%tizen_feature tizen.org/feature/screen.size.normal.720.1280 true
-%tizen_feature tizen.org/feature/screen.width 720
-%tizen_feature tizen.org/feature/sensor.accelerometer true
-%tizen_feature tizen.org/feature/sensor.gravity true
-%tizen_feature tizen.org/feature/sensor.linear_acceleration true
-%tizen_feature tizen.org/feature/sensor.proximity true
-%tizen_feature tizen.org/feature/sensor.temperature false
-%tizen_feature tizen.org/feature/sensor.heart_rate_monitor.batch false
-%tizen_feature tizen.org/feature/sensor.heart_rate_monitor.led_green.batch false
-%tizen_feature tizen.org/feature/storage.external true
-%tizen_feature tizen.org/feature/accessibility.grayscale false
-%tizen_feature tizen.org/feature/accessibility.negativee false
-
-
-### TM1-System ###
-%package sub2-Preset_boards-TM1-System
-Summary:       TM1_System
-Requires:      system-plugin-config-env-headless
-Requires:      system-plugin-device-spreadtrum
-Requires:      deviced-plugin-profile-mobile
-Requires:      model-config-tm1
-
-%description sub2-Preset_boards-TM1-System
-Packages for System HAL and Feature. They are mandatory.
-%files sub2-Preset_boards-TM1-System
-
-
-### TM1-System_Device ###
-%package sub2-Preset_boards-TM1-System_Device
-Summary:     TM1_Deviced Plugin
-Requires:    hal-backend-device-tm1
-Requires:    %{name}-sub2-domain_API-System-Device
-
-%description sub2-Preset_boards-TM1-System_Device
-Packages for Deviced HAL and Feature.
-%files sub2-Preset_boards-TM1-System_Device
-%posttrans sub2-Preset_boards-TM1-System_Device
-%tizen_feature tizen.org/feature/battery true
-%tizen_feature tizen.org/feature/led true
-%tizen_feature tizen.org/feature/thermistor.ap true
-%tizen_feature tizen.org/feature/thermistor.battery true
-
-### TM1-Audio ###
-%package sub2-Preset_boards-TM1-Audio
-Summary:       TM1_Audio
-Requires:      audio-hal-sc7727
-Requires:      audio-config-sc-TM1-sc7730
-Requires:      media-config-target-tm1
-
-Suggests:      %{name}-sub2-domain_API-Multimedia-Audio_IO
-Suggests:      %{name}-sub2-domain_API-Multimedia-Player
-Suggests:      %{name}-sub2-domain_API-Multimedia-WAV_Player
-Suggests:      %{name}-sub2-domain_API-Multimedia-Tone_Player
-Suggests:      %{name}-sub2-domain_API-Multimedia-OpenAL
-Suggests:      %{name}-sub2-domain_API-Multimedia-Media_Streamer
-Suggests:      %{name}-sub2-domain_API-Multimedia-Sound_Pool
-Suggests:      %{name}-sub2-domain_API-Multimedia-Radio
-Suggests:      %{name}-sub2-domain_API-Multimedia-Screen_Mirroring
-Suggests:      %{name}-sub2-domain_API-Multimedia-Webrtc
-
-%description sub2-Preset_boards-TM1-Audio
-Packages of Audio HAL and Feature for TM1.
-If you select Bluetooth, you can select pulseaudio-modules-bluetooth.
-%files sub2-Preset_boards-TM1-Audio
-
-### TM1-Audio_Recording ###
-%package sub2-Preset_boards-TM1-Audio_Recording
-Summary:       TM1_AudioRecording
-Requires:      %{name}-sub2-Preset_boards-TM1-Audio
-
-Suggests:      %{name}-sub2-domain_API-Multimedia-Recorder
-Suggests:      %{name}-sub2-domain_API-Multimedia-Audio_IO
-Suggests:      %{name}-sub2-domain_API-Multimedia-Media_Streamer
-Suggests:      %{name}-sub2-domain_API-Multimedia-Webrtc
-
-%description sub2-Preset_boards-TM1-Audio_Recording
-Packages of Audio HAL and Feature for TM1.
-
-%files sub2-Preset_boards-TM1-Audio_Recording
-%posttrans sub2-Preset_boards-TM1-Audio_Recording
-%tizen_feature tizen.org/feature/microphone true
-%tizen_feature tizen.org/feature/media.audio_recording true
-
-### TM1-GPS ###
-%package sub2-Preset_boards-TM1-GPS
-Summary:       TM1_GPS
-Requires:      %{name}-sub2-domain_API-Location-Location_Manager
-
-%description sub2-Preset_boards-TM1-GPS
-Packages of GPS HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-GPS
-
-### TM1-Camera ###
-%package sub2-Preset_boards-TM1-Camera
-Summary:       TM1_Camera
-Requires:      %{name}-sub2-domain_API-Multimedia-Camera
-Requires:      %{name}-sub2-Preset_boards-TM1-Display
-Requires:      media-config-target-tm1
-
-%description sub2-Preset_boards-TM1-Camera
-Packages of Camera HAL and Feature for TM1.
-Not Implemented.
-%files sub2-Preset_boards-TM1-Camera
-%posttrans sub2-Preset_boards-TM1-Camera
-%tizen_feature tizen.org/feature/camera true
-%tizen_feature tizen.org/feature/camera.back true
-%tizen_feature tizen.org/feature/camera.back.flash true
-%tizen_feature tizen.org/feature/camera.front true
-%tizen_feature tizen.org/feature/camera.front.flash false
-%tizen_feature tizen.org/feature/media.video_recording true
-
-### TM1-Radio ###
-%package sub2-Preset_boards-TM1-Radio
-Summary:       TM1_Radio
-Requires:      %{name}-sub2-domain_API-Multimedia-Radio
-Requires:      %{name}-sub2-Preset_boards-TM1-Audio
-Requires:      media-config-target-tm1
-Requires:      bluez
-Requires:      rfkill
-Requires:      bluetooth-firmware-sprd-TM1
-
-%description sub2-Preset_boards-TM1-Radio
-Packages of Radio Feature for TM1.
-%files sub2-Preset_boards-TM1-Radio
-%posttrans sub2-Preset_boards-TM1-Radio
-%tizen_feature tizen.org/feature/fmradio true
-
-### TM1-Display ###
-%package sub2-Preset_boards-TM1-Display
-Summary:       TM1_Display
-Requires:      %{name}-sub2-domain_API-UI-Display_Server
-Requires:      e-tizen-data-profile_mobile
-Requires:      hal-backend-tbm-sprd
-Requires:      hal-backend-tdm-sprd
-Requires:      coregl
-
-%description sub2-Preset_boards-TM1-Display
-Packages of Display HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-Display
-%posttrans sub2-Preset_boards-TM1-Display
-%tizen_feature tizen.org/feature/graphics.acceleration true
-%tizen_feature tizen.org/feature/multi_point_touch.pinch_zoom true
-%tizen_feature tizen.org/feature/opengles true
-%tizen_feature tizen.org/feature/opengles.version.1_1 true
-%tizen_feature tizen.org/feature/opengles.version.2_0 true
-%tizen_feature tizen.org/feature/opengles.version.3_0 false
-%tizen_feature tizen.org/feature/opengles.version.3_1 false
-%tizen_feature tizen.org/feature/opengles.version.3_2 false
-%tizen_feature tizen.org/feature/vulkan.version.1_0 false
-%tizen_feature tizen.org/feature/screen true
-
-### TM1-Wifi ###
-%package sub2-Preset_boards-TM1-Wifi
-Summary:       TM1_Wifi
-Requires:      %{name}-sub2-domain_API-Network-WiFi_Manager
-Requires:      wpa_supplicant-extension-TM1
-Suggests:      net-config-plugin-headed
-
-%description sub2-Preset_boards-TM1-Wifi
-Packages of Wifi HAL and Feature for TM1.
-If you enable the UI, you can select net-config-plugin-headed.
-%files sub2-Preset_boards-TM1-Wifi
-
-
-### TM1-WifiDirect ###
-%package sub2-Preset_boards-TM1-WifiDirect
-Summary:       TM1_WifiDirect
-Requires:      %{name}-sub2-domain_API-Network-WiFi_Direct
-Requires:      %{name}-sub2-Preset_boards-TM1-Wifi
-Requires:      wifi-direct-manager-extension-TM1
-
-%description sub2-Preset_boards-TM1-WifiDirect
-Packages of WifiDirect HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-WifiDirect
-
-### TM1-Bluetooth ###
-%package sub2-Preset_boards-TM1-Bluetooth
-Summary:       TM1_Bluetooth
-Requires:      %{name}-sub2-domain_API-Network-Bluetooth_BREDR
-Requires:      bluetooth-firmware-sprd-TM1
-Requires:      bluetooth-frwk-profile_mobile
-Requires:      bluetooth-tools-profile_mobile
-Requires:      bluez-profile_common
-Suggests:      bluez-extension-bredr
-Suggests: bluetooth-frwk-plugin-headed
-Suggests: org.tizen.bt-syspopup
-Suggests: org.tizen.bt-syspopup-profile_common
-
-%description sub2-Preset_boards-TM1-Bluetooth
-Packages of Bluetooth HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-Bluetooth
-%posttrans sub2-Preset_boards-TM1-Bluetooth
-%tizen_feature tizen.org/feature/network.bluetooth.le.5_0 false
-
-### TM1-Bluetooth_CallAudio ###
-%package sub2-Preset_boards-TM1-Bluetooth_CallAudio
-Summary:       TM1_Bluetooth CallAudio Function
-Requires:      %{name}-sub2-Preset_boards-TM1-Bluetooth
-Requires:      %{name}-sub2-domain_API-Network-Bluetooth_Call_Audio
-Requires:      bluetooth-agent-hfp_ag
-
-%description sub2-Preset_boards-TM1-Bluetooth_CallAudio
-Packages of Bluetooth Call Audio Function for TM1.
-%files sub2-Preset_boards-TM1-Bluetooth_CallAudio
-
-### TM1-BLE ###
-%package sub2-Preset_boards-TM1-BLE
-Summary:       TM1_BLE
-Requires:      %{name}-sub2-domain_API-Network-Bluetooth_LE
-Requires: bluetooth-firmware-sprd-TM1
-Requires: bluetooth-frwk-profile_mobile
-Requires: bluetooth-tools-profile_mobile
-Requires: bluez-profile_common
-Suggests: bluetooth-frwk-plugin-headed
-Suggests: org.tizen.bt-syspopup
-Suggests: org.tizen.bt-syspopup-profile_common
-
-%description sub2-Preset_boards-TM1-BLE
-Packages of BLE HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-BLE
-
-### TM1-NFC ###
-%package sub2-Preset_boards-TM1-NFC
-Summary:       TM1_NFC
-Requires:      %{name}-sub2-domain_API-Network-NFC
-
-%description sub2-Preset_boards-TM1-NFC
-Packages of NFC HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-NFC
-
-### TM1-Telephony ###
-%package sub2-Preset_boards-TM1-Telephony
-Summary:       TM1_Telephony (Not Yet)
-Requires:      %{name}-sub1-domain_API-Telephony
-
-%description sub2-Preset_boards-TM1-Telephony
-Packages of Telephony HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-Telephony
-%posttrans sub2-Preset_boards-TM1-Telephony
-%tizen_feature tizen.org/feature/network.telephony.service.cdma false
-%tizen_feature tizen.org/feature/network.telephony.service.edge true
-%tizen_feature tizen.org/feature/network.telephony.service.gprs true
-%tizen_feature tizen.org/feature/network.telephony.service.gsm true
-%tizen_feature tizen.org/feature/network.telephony.service.hsdpa true
-%tizen_feature tizen.org/feature/network.telephony.service.hspa true
-%tizen_feature tizen.org/feature/network.telephony.service.hsupa true
-%tizen_feature tizen.org/feature/network.telephony.service.lte true
-%tizen_feature tizen.org/feature/network.telephony.service.umts true
-
-### TM1-Feedback ###
-%package sub2-Preset_boards-TM1-Feedback
-Summary:       TM1_Feedback
-Requires:      %{name}-sub2-domain_API-System-Feedback
-Requires:      %{name}-sub2-Preset_boards-TM1-Audio
-Requires:      hal-backend-device-tm1
-Requires:      svi-data-profile_mobile
-
-%description sub2-Preset_boards-TM1-Feedback
-Packages of Feedback HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-Feedback
-
-### TM1-Sensor ###
-%package sub2-Preset_boards-TM1-Sensor
-Summary:       TM1_Sensor
-Requires:      %{name}-sub2-domain_API-System-Sensor_Listener
-Requires:      hal-backend-sensor-tm1
-
-%description sub2-Preset_boards-TM1-Sensor
-Packages of Sensor HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-Sensor
-
-### TM1-DALi ###
-%package sub2-Preset_boards-TM1-DALi
-Summary:       TM1_DALi (Not Implemented)
-
-%description sub2-Preset_boards-TM1-DALi
-Packages of DALi HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-DALi
-
-### TM1-DALi2 ###
-%package sub2-Preset_boards-TM1-DALi2
-Summary:       TM1_DALi2 (Not Implemented)
-
-%description sub2-Preset_boards-TM1-DALi2
-Packages of DALi2 HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-DALi2
-
-### TM1-EFL ###
-%package sub2-Preset_boards-TM1-EFL
-Summary:       TM1_EFL
-Requires:      %{name}-sub2-Preset_boards-TM1-Display
-Requires:      %{name}-sub2-domain_API-UI-EFL_NativeUIToolkit
-Requires:      efl-misc-profile_mobile
-Requires:      efl-modules-profile_mobile
-Requires:      efl-theme-tizen-mobile
-Requires:   elementary-tizen
-Suggests:   download-fonts-service
-
-
-%description sub2-Preset_boards-TM1-EFL
-Packages of EFL HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-EFL
-
-### TM1-IM ###
-%package sub2-Preset_boards-TM1-IM
-Summary:       TM1_IM
-Requires:      %{name}-sub2-domain_API-UIX-Input_Method
-Requires:      isf-config-mobile
-Requires:      ise-default-profile_mobile
-Requires:      org.tizen.inputmethod-setting-profile_mobile
-Requires:      %{name}-sub2-Preset_boards-TM1-EFL
-
-%description sub2-Preset_boards-TM1-IM
-Packages of IM HAL and Feature for TM1.
-%files sub2-Preset_boards-TM1-IM
index adfc3308ff77e9bd294791fcf5c422cfc95e153e..d2ae5bebc28da90bade5ace9e65364b8357b1099 100644 (file)
@@ -5,7 +5,6 @@
 Summary:       Board (Hardware Set) Support Packages (BSP) Presets
 %ifarch armv7l
 Suggests:      %{name}-sub1-Preset_boards-ARTIK530
-Suggests:      %{name}-sub1-Preset_boards-TM1
 Suggests:      %{name}-sub1-Preset_boards-ARTIK530_HAL_Backend
 %endif
 %ifarch armv7l aarch64