Added InternalsVisbleToAttribute for MediaCodec assembly.
authorcoderhyme <jhyo.kim@samsung.com>
Fri, 12 May 2017 05:08:20 +0000 (14:08 +0900)
committercoderhyme <jhyo.kim@samsung.com>
Fri, 12 May 2017 06:04:35 +0000 (15:04 +0900)
MediaCodec will be a seperated assembly.
This path must be merged first.

Change-Id: I10b2ed68275e2887068b9fcf2014f61a5c66bdd5
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
packaging/csapi-multimedia.spec
src/Tizen.Multimedia/Common/InternalsVisibleDefinitions.cs [new file with mode: 0644]
src/Tizen.Multimedia/Tizen.Multimedia.csproj

index 1583f0c36f90c7f2728628375931ddc44f407f8b..34e7ea69e7529aa6f28270117a28691686028ce9 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-multimedia
 Summary:    Tizen Multimedia API for C#
-Version:    1.0.55
+Version:    1.1.0
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
diff --git a/src/Tizen.Multimedia/Common/InternalsVisibleDefinitions.cs b/src/Tizen.Multimedia/Common/InternalsVisibleDefinitions.cs
new file mode 100644 (file)
index 0000000..6c2e0bf
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+using System.Runtime.CompilerServices;
+
+[assembly: InternalsVisibleTo("Tizen.Multimedia.MediaCodec, " +
+    "PublicKey=002400000480000094000000060200000024000052534131000400000100010085f7b7a5984e7e995" +
+    "d5f86234bfd1d4b2609b9334d5cb6cd3076c5faab98f8c4922d88fec96bea747fec274bceedc2bd1adb28c38a33" +
+    "c66182245adec7fbcee69cc556c337758646936500b770e19a562ebd10a527787f176eba8fdcf58c8e220042580" +
+    "75fe2903b3b5090953ac1d41c587993377cde63269a7cdd6cbf98efda")]
index a46b2a699533ce93c8b109533aec9d05fd7db17a..f71933d63fd55bc8d773aef04a71a9f8eb4cc8e9 100755 (executable)
@@ -88,6 +88,7 @@
     <Compile Include="Camera\PreviewEventArgs.cs" />
     <Compile Include="Camera\SinglePlane.cs" />
     <Compile Include="Camera\TriplePlane.cs" />
+    <Compile Include="Common\InternalsVisibleDefinitions.cs" />
     <Compile Include="Common\Display.cs" />
     <Compile Include="Common\FileFormatException.cs" />
     <Compile Include="Common\IBufferOwner.cs" />