conf: Remove unused headless configuration 03/297903/1
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 28 Aug 2023 09:19:55 +0000 (18:19 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 28 Aug 2023 09:19:55 +0000 (18:19 +0900)
Change-Id: Ib9dc254d73cd4c22fdcef61bd1e2ed13034792af
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
conf/input-profile-iot-headless.conf [deleted file]
conf/power-profile-iot-headless.conf [deleted file]

diff --git a/conf/input-profile-iot-headless.conf b/conf/input-profile-iot-headless.conf
deleted file mode 100644 (file)
index 1518e1c..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# [EventAction] - define event and corresponding action
-#  Name=string
-#   - define mnemonic for the event, and it is only used for logging
-#  Enum=integer
-#   - define an integer that represents the event. deviced uses this
-#     integer in broadcasting dbus signal.
-#  Keycode=integer
-#   - define keycode to filter key event
-#  DetectionRangeMsec=integer,integer
-#   - define time window in milisecond for filtering key event. -1 means no limit.
-#  TriggerType=level/edge
-#   - define event type
-#  ActionBroadcast=yes
-#   - Broadcast upon occuring an event, default no.
-#  ActionChangeState=current,next
-#   - define state transition action for the event.
-#  WakeLockDurationSec=
-#   - acquire wakelock for a specfied timeout
-
-#[EventAction]
-#Name=PWKEY_SHORT_EDGE
-#Enum=1000
-#Keycode=power
-#DetectionRangeMsec=0,2000
-#TriggerType=edge
-#ActionBroadcast=yes
-#WakeLockDurationSec=5
-
-#[EventAction]
-#Name=PWKEY_LONG_LEVEL
-#Enum=1001
-#Keycode=power
-#DetectionRangeMsec=2000,-1
-#TriggerType=level
-#ActionBroadcast=yes
-#WakeLockDurationSec=5
-
-#[EventAction]
-#Name=PWKEY_LONG_EDGE
-#Enum=1002
-#Keycode=power
-#DetectionRangeMsec=2000,7000
-#TriggerType=edge
-#ActionChangeState=normal,sleep
-#ActionChangeState=sleep,normal
-
-#[EventAction]
-#Name=PWKEY_LONGEST_LEVEL
-#Enum=1003
-#Keycode=power
-#DetectionRangeMsec=7000,-1
-#TriggerType=level
-#ActionBroadcast=yes
-#WakeLockDurationSec=5
-
-#[EventAction]
-#Name=PWKEY_LONGEST_EDGE_WO_CHARGER
-#Enum=1004
-#Keycode=power
-#DetectionRangeMsec=7000,-1
-#TriggerType=edge
-#ConditionVconf=memory/sysman/charger_status,int,0
-#ActionChangeState=normal,poweroff
-#ActionChangeState=sleep,normal
-
-#[EventAction]
-#Name=PWKEY_LONGEST_EDGE_W_CHARGER
-#Enum=1004
-#Keycode=power
-#DetectionRangeMsec=7000,-1
-#TriggerType=edge
-#ConditionVconf=memory/sysman/charger_status,int,1
-#ActionChangeState=normal,sleep
-#ActionChangeState=sleep,normal
-
-#[EventAction]
-#Name=BTKEY_SHORT_EDGE
-#Enum=1005
-#Keycode=bluetooth
-#DetectionRangeMsec=0,2000
-#TriggerType=edge
-#ActionBroadcast=yes
-#WakeLockDurationSec=5
-
-#[EventAction]
-#Name=BTKEY_LONG_LEVEL
-#Enum=1006
-#Keycode=bluetooth
-#DetectionRangeMsec=2000,-1
-#TriggerType=level
-#ActionBroadcast=yes
-#WakeLockDurationSec=5
-
-#[EventAction]
-#Name=BTKEY_LONG_EDGE
-#Enum=1007
-#Keycode=bluetooth
-#DetectionRangeMsec=2000,7000
-#TriggerType=edge
-#ActionBroadcast=yes
diff --git a/conf/power-profile-iot-headless.conf b/conf/power-profile-iot-headless.conf
deleted file mode 100644 (file)
index 0001706..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[PowerState]
-TimeoutSleepSupport=yes
-ChangeStateMaxWaitSecond=10
-PowerOffDelaySecond=0