diff options
author | dh79pyun <dh79.pyun@samsung.com> | 2021-08-24 09:05:12 +0900 |
---|---|---|
committer | dh79pyun <dh79.pyun@samsung.com> | 2021-08-24 09:05:12 +0900 |
commit | 621e8f3856b99388f4107ab3fc8b9c156c11d395 (patch) | |
tree | 02071071372b23e9a9727f17a7205e7e22f68d21 | |
parent | edccc8ebeda17c49fa9517f8513d42ad91829fc8 (diff) | |
download | building-blocks-621e8f3856b99388f4107ab3fc8b9c156c11d395.tar.gz building-blocks-621e8f3856b99388f4107ab3fc8b9c156c11d395.tar.bz2 building-blocks-621e8f3856b99388f4107ab3fc8b9c156c11d395.zip |
[Non-ACR] Disable the ocf feature by default
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: I2a6887090ceb898f52632ac7d40a538a2093cd65
-rw-r--r-- | packaging/domain-apis-network.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index 46fc9ee..96a024b 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -296,7 +296,7 @@ It supports resource management, remote resource management, CRUDN request/respo To use this feature, Wi-Fi connection is required. %files sub2-domain_API-Network-IoTCon %posttrans sub2-domain_API-Network-IoTCon -%tizen_feature tizen.org/feature/iot.ocf true +%tizen_feature tizen.org/feature/iot.ocf false %package sub2-domain_API-Network-MTP Summary: MTP |