diff options
author | lokilee73 <changjoo.lee@samsung.com> | 2019-07-30 20:10:44 +0900 |
---|---|---|
committer | lokilee73 <changjoo.lee@samsung.com> | 2019-07-31 10:53:39 +0900 |
commit | d1a0f72f5ab74e036f1a3ba3e4a1dde20a016e41 (patch) | |
tree | fd21e07479795ab3813e4d93643476429ec62dfd /tw2 | |
parent | fda81a65a68b5acb3a32118d4234284843cf9d88 (diff) | |
download | unified-model-config-d1a0f72f5ab74e036f1a3ba3e4a1dde20a016e41.tar.gz unified-model-config-d1a0f72f5ab74e036f1a3ba3e4a1dde20a016e41.tar.bz2 unified-model-config-d1a0f72f5ab74e036f1a3ba3e4a1dde20a016e41.zip |
[ACR-1426] Add a new feature to check display control
- tizen.org/feature/display is added
- if this feature is true, it means it supports below CAPIs including h/w supports
ex) int device_add_callback(device_callback_e type, device_changed_cb callback, void *user_data)
int device_remove_callback(device_callback_e type, device_changed_cb callback)
int device_display_get_brightness(int display_index, int *brightness)
int device_display_get_max_brightness(int display_index, int *max_brightness)
int device_display_get_numbers(int *device_number)
int device_display_get_state(display_state_e *state)
int device_display_set_brightness(int display_index, int brightness)
- if the feature is false, then the CAPIs will return DEVICE_ERROR_NOT_SUPPORTED
Change-Id: I4418a05be4d11d3e8499abe32d756dc438dddc2b
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
Diffstat (limited to 'tw2')
-rw-r--r-- | tw2/model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tw2/model-config.xml b/tw2/model-config.xml index 13cee99..1eac695 100644 --- a/tw2/model-config.xml +++ b/tw2/model-config.xml @@ -29,6 +29,7 @@ <key name="tizen.org/feature/database.encryption" type="bool">false</key> <key name="tizen.org/feature/datacontrol" type="bool">true</key> <key name="tizen.org/feature/datasync" type="bool">false</key> + <key name="tizen.org/feature/display" type="bool">true</key> <key name="tizen.org/feature/display.state" type="bool">true</key> <key name="tizen.org/feature/download" type="bool">true</key> <key name="tizen.org/feature/email" type="bool">true</key> |