Release 4.0.0-preview1-00286
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.AttachPanel / Interop / Interop.Libraries.cs
1 /// <summary>
2 /// Interoperability support class for the attach panel APIs
3 /// </summary>
4 internal static partial class Interop
5 {
6     /// <summary>
7     /// Interoperability support class for the API library
8     /// </summary>
9     internal static partial class Libraries
10     {
11         public const string AttachPanel = "libattach-panel.so.0.1.0";
12     }
13 }