diff options
author | dh79pyun <dh79.pyun@samsung.com> | 2021-08-24 09:02:47 +0900 |
---|---|---|
committer | dh79pyun <dh79.pyun@samsung.com> | 2021-08-24 09:26:08 +0900 |
commit | 9d84f6c5763c6a187fe4612ec96ec66aec66b4b9 (patch) | |
tree | b92e2e511cf3ab45765566f40d7471f5b64135eb /xu3/model-config.xml | |
parent | b813d0951ca68757601b45754386b5f2b74c25b5 (diff) | |
download | unified-model-config-9d84f6c5763c6a187fe4612ec96ec66aec66b4b9.tar.gz unified-model-config-9d84f6c5763c6a187fe4612ec96ec66aec66b4b9.tar.bz2 unified-model-config-9d84f6c5763c6a187fe4612ec96ec66aec66b4b9.zip |
Disable the ocf feature on all profilessubmit/tizen/20210824.003556accepted/tizen/unified/20210824.003120
iotcon API is a wrapper of iotivity, and applications or services
use iotivity API directlry in now. After disable this feature,
we will deprecate iotcon APIs in platform.
Change-Id: I90cb045e6cbaf118558a68506718b075b49538c0
Diffstat (limited to 'xu3/model-config.xml')
-rw-r--r-- | xu3/model-config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xu3/model-config.xml b/xu3/model-config.xml index c255b92..5a27957 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -43,7 +43,7 @@ <key name="tizen.org/feature/input.keyboard" type="bool">false</key> <key name="tizen.org/feature/input.keyboard.layout" type="string">none</key> <key name="tizen.org/feature/input.rotating_bezel" type="bool">false</key> - <key name="tizen.org/feature/iot.ocf" type="bool">true</key> + <key name="tizen.org/feature/iot.ocf" type="bool">false</key> <key name="tizen.org/feature/led" type="bool">false</key> <key name="tizen.org/feature/location" type="bool">false</key> <key name="tizen.org/feature/location.batch" type="bool">false</key> |