diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-10-12 14:48:12 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-10-12 14:56:10 +0900 |
commit | 5c0addeecfb03660f3ae772ad70c4f7be3e8a734 (patch) | |
tree | 2a86197ae370d3bb59b41861037e06ae9b1eed5e | |
parent | dcf52443c151f12e6ed1f880fb0d4fad9e5d7fce (diff) | |
download | building-blocks-5c0addeecfb03660f3ae772ad70c4f7be3e8a734.tar.gz building-blocks-5c0addeecfb03660f3ae772ad70c4f7be3e8a734.tar.bz2 building-blocks-5c0addeecfb03660f3ae772ad70c4f7be3e8a734.zip |
Add a new feature for display controlsubmit/tizen_5.0/20181106.000001submit/tizen_5.0/20181105.035036submit/tizen_5.0/20181101.000009submit/tizen/20181012.024418accepted/tizen/unified/20181012.083525accepted/tizen/5.0/unified/20181106.202225
tizen.org/feature/display.state (e.g., true for IoT-headed, false for IoT-headless)
Change-Id: Ie5907ac8638ea41bf59a2dd6c8796a66a4943cdd
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/domain-apis-ui.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/domain-apis-ui.inc b/packaging/domain-apis-ui.inc index ecfe9b5..041cf93 100644 --- a/packaging/domain-apis-ui.inc +++ b/packaging/domain-apis-ui.inc @@ -369,6 +369,8 @@ There are three categories to choose.<br> For example, if you want make binary for TM1, you can choose the libtbm-sprd and the libtdm-sprd<br> %files sub2-domain_API-UI-Display_Server +%posttrans sub2-domain_API-UI-Display_Server +%tizen_feature tizen.org/feature/display.state true %package sub2-domain_API-UI-Display_Server_Headless Summary: Display_Server(Headless) @@ -382,4 +384,5 @@ Display Server Block is core block for UI. It contains the wayland display serve support just simple protocol for user input and buffer management. %files sub2-domain_API-UI-Display_Server_Headless - +%posttrans sub2-domain_API-UI-Display_Server_Headless +%tizen_feature tizen.org/feature/display.state false |