﻿<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
    <metadata>
        <id>Microsoft.Azure.IoTHub.IoTHubClient</id>
        <version>1.2.4</version>
        <title>Microsoft Azure IoTHub IoTHubClient</title>
        <authors>Microsoft</authors>
        <licenseUrl>https://github.com/Azure/azure-iot-sdk-c/blob/master/LICENSE</licenseUrl>
        <projectUrl>https://github.com/Azure/azure-iot-sdk-c</projectUrl>
        <requireLicenseAcceptance>true</requireLicenseAcceptance>
        <description>Microsoft Azure IoTHub Client</description>
        <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
        <summary>This nuget package contains common interface shared between AMQP, MQTT and HTTP transports to IoTHub</summary>
        <releaseNotes/>
        <copyright>© Microsoft Corporation. All rights reserved.</copyright>
        <tags>Microsoft Azure IoT Native x86 x64 arm native package IoTHubClient</tags>
        <dependencies>
            <dependency id="Microsoft.Azure.C.SharedUtility" version="1.1.4"/>
        </dependencies>
    </metadata>
    <files>
        <!-- these are files for x86 plaform -->
        <file src="..\..\..\cmake\iot_sdk_output\c\win32\debug\iothub_client.lib" target="build\native\Win32\Debug"/>
        <file src="..\..\..\cmake\iot_sdk_output\c\win32\debug\iothub_client.pdb" target="build\native\Win32\Debug"/>
        <file src="..\..\..\cmake\iot_sdk_output\c\win32\release\iothub_client.lib" target="build\native\Win32\Release"/>

        <!-- these are files for x64 plaform -->
        <file src="..\..\..\cmake\iot_sdk_output\c\x64\debug\iothub_client.lib" target="build\native\x64\Debug"/>
        <file src="..\..\..\cmake\iot_sdk_output\c\x64\debug\iothub_client.pdb" target="build\native\x64\Debug"/>
        <file src="..\..\..\cmake\iot_sdk_output\c\x64\release\iothub_client.lib" target="build\native\x64\Release"/>

        <!-- these are files for arm plaform -->
        <file src="..\..\..\cmake\iot_sdk_output\c\arm\debug\iothub_client.lib" target="build\native\arm\Debug"/>
        <file src="..\..\..\cmake\iot_sdk_output\c\arm\debug\iothub_client.pdb" target="build\native\arm\Debug"/>
        <file src="..\..\..\cmake\iot_sdk_output\c\arm\release\iothub_client.lib" target="build\native\arm\Release"/>

        <file src="Microsoft.Azure.IoTHub.IoTHubClient.targets" target="build\native"/>

        <file src="..\..\..\iothub_client\inc\iothub_client.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_client_ll.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_client_options.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_message.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_client_version.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_transport_ll.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_client_edge.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_client_ll_edge.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_module_client.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub_module_client_ll.h" target="build\native\include"/>
        <file src="..\..\..\iothub_client\inc\iothub.h" target="build\native\include"/>
    </files>
</package>