vcpkg/ports/azure-c-shared-utility/vcpkg.json
Mollie Munoz 0bf2f4e517
[Azure IoT C SDK] Public-preview install fix (#23343)
* update public-preview install and cleanup patches

* Update port-versions

* Update deprecated functions

* Add license info

* bot instructions

* Fix updated function arguments

* Update CONFIG_PATH.  in progress.

* Fix uamqp dependency issue, update public preview patches

* Fix versions

* update preview patch

* bot instructions

Co-authored-by: Mollie Munoz <momuno@microsoft.com>
2022-03-03 12:24:47 -08:00

57 lines
1.1 KiB
JSON

{
"name": "azure-c-shared-utility",
"version-date": "2022-01-21",
"port-version": 2,
"description": "Azure C SDKs common code",
"homepage": "https://github.com/Azure/azure-c-shared-utility",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"azure-macro-utils-c",
{
"name": "curl",
"platform": "linux"
},
{
"name": "openssl",
"platform": "linux"
},
"umock-c",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"public-preview": {
"description": "Azure C SDKs common code (public preview)",
"dependencies": [
{
"name": "azure-macro-utils-c",
"features": [
"public-preview"
]
},
{
"name": "curl",
"platform": "linux"
},
{
"name": "openssl",
"platform": "linux"
},
{
"name": "umock-c",
"features": [
"public-preview"
]
}
]
}
}
}