aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-iot-sdk-c/CONTROL
diff options
context:
space:
mode:
authorJohn Spaith <jspaith@windows.microsoft.com>2019-09-25 12:55:34 -0700
committerJohn Spaith <jspaith@windows.microsoft.com>2019-09-25 12:55:34 -0700
commite892c2e7c2e321ed8b044996f17fc62e75dbb7fa (patch)
treeaa0508206f85a7fb03f567f3d55778b597c640f4 /ports/azure-iot-sdk-c/CONTROL
parent3532a7cf3cb81ad4c56775a2b02039ee77a96eb2 (diff)
downloadvcpkg-e892c2e7c2e321ed8b044996f17fc62e75dbb7fa.tar.gz
vcpkg-e892c2e7c2e321ed8b044996f17fc62e75dbb7fa.zip
Add use_prov_client as a FEATURE
Diffstat (limited to 'ports/azure-iot-sdk-c/CONTROL')
-rw-r--r--ports/azure-iot-sdk-c/CONTROL5
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/azure-iot-sdk-c/CONTROL b/ports/azure-iot-sdk-c/CONTROL
index 33349bef1..af84a4543 100644
--- a/ports/azure-iot-sdk-c/CONTROL
+++ b/ports/azure-iot-sdk-c/CONTROL
@@ -3,6 +3,9 @@ Version: 2019-08-20.1
Build-Depends: azure-uamqp-c, azure-umqtt-c, azure-c-shared-utility, parson, azure-uhttp-c, azure-macro-utils-c, umock-c
Description: A C99 SDK for connecting devices to Microsoft Azure IoT services
-Feature: public-preview
+Feature: public-preview
Description: A version of the azure-iot-sdk-c containing public-preview features.
Build-Depends: azure-uamqp-c[public-preview], azure-umqtt-c[public-preview], azure-c-shared-utility[public-preview], azure-uhttp-c[public-preview], azure-macro-utils-c, umock-c
+
+Feature: use_prov_client
+Description: Enables device provisioning client for DPS \ No newline at end of file