2 * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
4 * Licensed under the Apache License, Version 2.0 (the License);
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an AS IS BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
17 // This file specifies any assembly attributes.
18 // Note that InternalsVisibleToAttribute can be removed or added and needs to be Multimedia packages only.
20 using System.Runtime.CompilerServices;
22 [assembly: InternalsVisibleTo("Tizen.Multimedia.AudioIO, " + PublicKey.Value)]
24 [assembly: InternalsVisibleTo("Tizen.Multimedia.Camera, " + PublicKey.Value)]
26 [assembly: InternalsVisibleTo("Tizen.Multimedia.MediaCodec, " + PublicKey.Value)]
28 [assembly: InternalsVisibleTo("Tizen.Multimedia.MediaPlayer, " + PublicKey.Value)]
30 [assembly: InternalsVisibleTo("Tizen.Multimedia.Recorder, " + PublicKey.Value)]
32 [assembly: InternalsVisibleTo("Tizen.Multimedia.StreamRecorder, " + PublicKey.Value)]
34 [assembly: InternalsVisibleTo("Tizen.Multimedia.Remoting, " + PublicKey.Value)]
36 [assembly: InternalsVisibleTo("Tizen.Multimedia.Util, " + PublicKey.Value)]
38 [assembly: InternalsVisibleTo("Tizen.Multimedia.Vision, " + PublicKey.Value)]
40 [assembly: InternalsVisibleTo("Tizen.Multimedia.Radio, " + PublicKey.Value)]
42 internal static class PublicKey
44 internal const string Value =
45 "PublicKey=0024000004800000940000000602000000240000525341310004000001000100d115b100424841" +
46 "6b12d21b626cfb17149c9303fe394693fd3b32d7872e89559a4fa96c98110c2e62eea48aca693b" +
47 "ddbe17094ca8ea2e2cd79970ca590fb672b9b371b5d7002076817321f62d6483ea50c56dbd1f37" +
48 "b185a4c24c47718876e6ae6d266508c551170d4cbdda3f82edaff9405ee3d7857282d8269e8e518d2f0fb2";