source: azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/inc/internal/iothub_client_hsm_ll.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 641 bytes
Line 
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4/** @file iothub_client_version.h
5* @brief Functions for managing the client SDK version.
6*/
7
8#ifndef IOTHUB_CLIENT_PROVISIONING_H
9#define IOTHUB_CLIENT_PROVISIONING_H
10
11#include "azure_macro_utils/macro_utils.h"
12#include "umock_c/umock_c_prod.h"
13
14#ifdef USE_PROV_MODULE
15#include "azure_prov_client/internal/iothub_auth_client.h"
16#endif
17
18#include "iothub_client_ll.h"
19
20/*This header is DEPREPCATED and mainatined only for backward compatibility*/
21
22#endif // IOTHUB_CLIENT_PROVISIONING_H
Note: See TracBrowser for help on using the repository browser.