pass-hal: tw3: v1.1.0
[platform/adaptation/tw3/pass-hal-tw3.git] / scripts / pass-resource0.conf
1 [Pass]
2 pass_support=1
3 pass_gov_type=1
4
5 pass_num_scenario_levels=4
6 pass_init_scenario_level=0
7
8 ####################################################
9 ### Scenario Level for PMQoS and Thermal Monitor ###
10 ####################################################
11 [ScenarioLevel0]
12 limit_min_freq=449000
13 limit_max_freq=1144000
14 limit_min_cpu=0
15 limit_max_cpu=2
16
17 [ScenarioLevel1]
18 limit_min_freq=1144000
19 limit_max_freq=1144000
20 limit_min_cpu=2
21 limit_max_cpu=2
22
23 [ScenarioLevel2]
24 limit_min_freq=449000
25 limit_max_freq=449000
26 limit_min_cpu=0
27 limit_max_cpu=1
28
29 [ScenarioLevel3]
30 limit_min_freq=449000
31 limit_max_freq=1014000
32
33 #########################
34 ### Scenario of PMQoS ###
35 #########################
36 [PassScenario]
37 pass_scenario_support=yes
38 pass_num_scenarios=3
39
40 [Scenario0]
41 name=AppLaunch
42 support=yes
43 scenario_level=1
44
45 [Scenario1]
46 name=UltraPowerSaving
47 support=yes
48 scenario_level=2
49
50 [Scenario2]
51 name=Doze
52 support=yes
53 scenario_level=3
54
55 ###################################
56 ### Scenario of Thermal Monitor ###
57 ###################################
58
59 # Following action name are defiend on Tizen platform.
60 # The 'temperature' of thermal.scenario must be defined in descending order.
61 # If you change the following name, doesn't guarantee the compatibility.
62 # - Release, Warning, LimitAction, Shutdown
63
64 [thermal]
65 thermal_support=yes
66 thermal_number_of_scenario=4
67 thermal_timer_interval_ms=10000
68
69 [thermal.scenario0]
70 support=yes
71 name=Release
72 temperature=44
73 timer_interval_ms=10000
74 scenario_level=0
75
76 [thermal.scenario1]
77 support=yes
78 name=Warning
79 temperature=46
80 timer_interval_ms=5000
81
82 [thermal.scenario2]
83 support=yes
84 name=LimitAction
85 temperature=48
86 timer_interval_ms=3000
87
88 [thermal.scenario3]
89 support=yes
90 name=Shutdown
91 temperature=53
92 timer_interval_ms=1000