[Attach panel] Initial implement C# attach-panel API
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.AttachPanel / Interop / Interop.Libraries.cs
1 internal static partial class Interop
2 {
3     internal static partial class Libraries
4     {
5         public const string AttachPanel = "libattach-panel.so.0.1.0";
6     }
7 }