af1cf14666f9941475e8618073027dfa78922418
[platform/core/csapi/tizenfx.git] / Tizen.Applications / Interop / Interop.Libraries.cs
1 /// Copyright 2016 by Samsung Electronics, Inc.,
2 ///
3 /// This software is the confidential and proprietary information
4 /// of Samsung Electronics, Inc. ("Confidential Information"). You
5 /// shall not disclose such Confidential Information and shall use
6 /// it only in accordance with the terms of the license agreement
7 /// you entered into with Samsung.
8
9 internal static partial class Interop
10 {
11     internal static partial class Libraries
12     {
13         public const string Application = "libcapi-appfw-application.so.0";
14         public const string AppCommon = "libcapi-appfw-app-common.so.0";
15         public const string AppControl = "libcapi-appfw-app-control.so.0";
16         public const string AppEvent = "libcapi-appfw-event.so.0";
17         public const string AppcoreAgent = "libappcore-agent.so.1";
18         public const string AppManager = "libcapi-appfw-app-manager.so.0";
19         public const string MessagePort = "libmessage-port.so.1";
20         public const string Bundle = "libbundle.so.0";
21         public const string Glib = "libglib-2.0.so.0";
22         public const string Libc = "libc.so.6";
23     }
24 }