vcpkg/ports/azure-iot-sdk-c/vcpkg.json
Denis Deniz 6374fcd755
[azure-iot-sdk-c] Add use-prov-client feature to enable device provisioning client (#38841)
The `use-prov-client` feature in the `vcpkg.json` manifest file was
removed in PR #29046, ~probably by mistake when removing the
`public-preview` feature,~ and therefore it is not possible to enable
the device provisioning client.
2024-06-11 18:05:39 -07:00

30 lines
647 B
JSON

{
"name": "azure-iot-sdk-c",
"version-date": "2024-05-21",
"description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
"homepage": "https://github.com/Azure/azure-iot-sdk-c",
"license": "MIT",
"dependencies": [
"azure-c-shared-utility",
"azure-macro-utils-c",
"azure-uamqp-c",
"azure-uhttp-c",
"azure-umqtt-c",
"parson",
"umock-c",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"use-prov-client": {
"description": "Enables device provisioning client for DPS"
}
}
}