mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 22:58:10 +08:00
6374fcd755
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.
30 lines
647 B
JSON
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"
|
|
}
|
|
}
|
|
}
|