Fix build break for message-port
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 28 Mar 2016 11:17:15 +0000 (20:17 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 28 Mar 2016 11:17:15 +0000 (20:17 +0900)
Change-Id: I067ded04e6d6b127fcc6369cf9bffca3f1fb7acf

Tizen.Applications/Interop/Interop.Libraries.cs
Tizen.Applications/Tizen.Applications.csproj

index e1e5ff8..af1cf14 100755 (executable)
@@ -16,6 +16,7 @@ internal static partial class Interop
         public const string AppEvent = "libcapi-appfw-event.so.0";
         public const string AppcoreAgent = "libappcore-agent.so.1";
         public const string AppManager = "libcapi-appfw-app-manager.so.0";
+        public const string MessagePort = "libmessage-port.so.1";
         public const string Bundle = "libbundle.so.0";
         public const string Glib = "libglib-2.0.so.0";
         public const string Libc = "libc.so.6";
index b93ce18..fc6ce14 100755 (executable)
     <Compile Include="Interop\Interop.Glib.cs" />
     <Compile Include="Interop\Interop.Libc.cs" />
     <Compile Include="Interop\Interop.Libraries.cs" />
+    <Compile Include="Interop\Interop.MessagePort.cs" />
     <Compile Include="Interop\Interop.Service.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Tizen.Applications.Manager\ApplicationState.cs" />
     <Compile Include="Tizen.Applications.Manager\InstalledApplicationMetadataFilter.cs" />
+    <Compile Include="Tizen.Applications.MessagePort\MessagePort.cs" />
+    <Compile Include="Tizen.Applications.MessagePort\MessageReceivedEventArgs.cs" />
+    <Compile Include="Tizen.Applications.MessagePort\RemoteValues.cs" />
     <Compile Include="Tizen.Applications\ApplicationInfo.cs" />
     <Compile Include="Tizen.Applications\LocaleChangedEventArgs.cs" />
     <Compile Include="Tizen.Applications\LowMemoryEventArgs.cs" />