packaging: Remove unused deviced-plugin-profile-iot-headed package 42/297842/2
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 25 Aug 2023 08:59:45 +0000 (17:59 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 28 Aug 2023 09:18:35 +0000 (18:18 +0900)
Change-Id: I24d5b9f57bbc6895b0506be2f97111590b6f92c9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
conf/display-profile-iot-headed.conf [deleted file]
conf/power-profile-iot-headed.conf [deleted file]
packaging/deviced.spec

index 4c3c6ac4120212ff37e5474137685af5bc096506..44ef4c9b8fcc6cc49cfb418ca24c0189d9a01941 100644 (file)
@@ -290,7 +290,6 @@ IF(POWER_MODULE STREQUAL on)
        INSTALL_CONF(conf power-profile-mobile)
        INSTALL_CONF(conf power-profile-wearable)
        INSTALL_CONF(conf power-profile-tv)
-       INSTALL_CONF(conf power-profile-iot-headed)
 ENDIF()
 
 # USB connection
@@ -352,7 +351,6 @@ ADD_SUBDIRECTORY(isu)
 INSTALL_CONF(conf display-profile-mobile)
 INSTALL_CONF(conf display-profile-wearable)
 INSTALL_CONF(conf display-profile-tv)
-INSTALL_CONF(conf display-profile-iot-headed)
 
 # Tests
 ADD_SUBDIRECTORY(tests/deviced-common-private-test)
diff --git a/conf/display-profile-iot-headed.conf b/conf/display-profile-iot-headed.conf
deleted file mode 100644 (file)
index 123ba50..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-[Display]
-# deviced is pending lcd on until lock screen shows.
-# This is the maximum pending time.
-# LockScreenWaitingTime=0.3 (second)
-
-# Power-off popup is launched when power key is long pressed.
-# This is duration of pressing power key.
-# LongPressInterval=2 (second)
-
-# This is polling time of auto brightness.
-# LightSensorSamplingInterval=1 (second)
-
-# display state is changed to SLEEP state after this time.
-# If this value is large, it causes power consumption problem.
-# LCDOffTimeout=500 (milli second)
-
-# This is n step of auto brightness.
-# If brightness is change from a to b, brightness's changed n times from a to b.
-# BrightnessChangeStep=10
-
-# Just below application only allow to change display frame rate.
-# refer to enum refresh_app
-# ChangedFrameRateAllowed=setting (setting or all)
-# ControlDisplay=(yes or no)
-
-# LCD is not turned off when this value is yes and key double pressed
-# PowerKeyDoublePressSupport=(yes or no)
-
-# If this value is yes, LCD is always on except pressing power key.
-# Default value is no, LCD is turned off by lcd timeout.
-# LCDAlwaysOn=(yes or no)
-
-# If this value is yes, LCD is turned off by lcd timeout.
-# If this value is no, LCD is turned off just by external requests.
-# TimeoutEnable=(yes or no)
-
-# Turn on display on changing usbhost state
-# Default: yes
-# DisplayOnUsbConnChanged=(yes or no)
-
-# Display direction is horizontal or vertical when there is no rotation.
-# Default: horizontal
-# DisplayInitDirection=(horizontal or vertical)
-
-# This is the type of DPMS.
-# If DPMS type is window_manager, turning display on or off, it uses window manager DPMS.
-# If DPMS type is none, when the DPMS function is called, it does nothing just returns true.
-# Default value is window_manager.
-# DisplayDPMSType=(window_manager or none)
-
-LCDAlwaysOn=no
-TimeoutEnable=yes
-SleepSupport=no
-DisplayOnUsbConnChanged=yes
diff --git a/conf/power-profile-iot-headed.conf b/conf/power-profile-iot-headed.conf
deleted file mode 100644 (file)
index b98f41d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[PowerState]
-TimeoutSleepSupport=no
-ChangeStateMaxWaitSecond=10
-PowerOffDelaySecond=4
index e043e766c62b4ccae6f0f98bb6990fa7621bc726..94981bbf2b8289d3598d4e3d6e3897fdffe5a20b 100644 (file)
@@ -116,14 +116,6 @@ Requires:   %{name} = %{version}-%{release}
 %description plugin-profile-tv
 Plugin libraries for TV devices
 
-%package plugin-profile-iot-headed
-Summary:    Plugin libraries for IoT devices
-Group:      System/Management
-Requires:   %{name} = %{version}-%{release}
-
-%description plugin-profile-iot-headed
-Plugin libraries for IoT devices
-
 %isu_package
 
 %prep
@@ -242,11 +234,6 @@ mv %{_sysconfdir}/deviced/power-profile-tv.conf %{_sysconfdir}/deviced/power.con
 mkdir -p %{_libdir}/deviced
 mv %{_libdir}/tv-display.so %{_libdir}/deviced/display.so
 
-%post plugin-profile-iot-headed
-mv %{_sysconfdir}/deviced/display-profile-iot-headed.conf %{_sysconfdir}/deviced/display.conf
-mv %{_sysconfdir}/deviced/power-profile-iot-headed.conf %{_sysconfdir}/deviced/power.conf
-mkdir -p %{_libdir}/deviced
-
 %files
 %manifest %{name}.manifest
 %license LICENSE.Apache-2.0
@@ -362,12 +349,3 @@ mkdir -p %{_libdir}/deviced
 %{_libdir}/tv-display.so
 %{_unitdir}/rndis.service
 %{_bindir}/rndis.sh
-
-%files plugin-profile-iot-headed
-%manifest deviced.manifest
-%license LICENSE.Apache-2.0
-%defattr(-,root,root,-)
-%config %{_sysconfdir}/deviced/display-profile-iot-headed.conf
-%config %{_sysconfdir}/deviced/power-profile-iot-headed.conf
-%{_unitdir}/rndis.service
-%{_bindir}/rndis.sh