Release 4.0.0-preview1-00051
[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 }