[AudioManager] Add properties for the preferred device (#987)
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / AssemblyAttrs.cs
1 /*
2  * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
3  *
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
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
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.
15  */
16
17 // This file specifies any assembly attributes.
18 // Note that InternalsVisibleToAttribute can be removed or added and needs to be Multimedia packages only.
19
20 using System.Runtime.CompilerServices;
21
22 [assembly: InternalsVisibleTo("Tizen.Multimedia.AudioIO, " + PublicKey.Value)]
23
24 [assembly: InternalsVisibleTo("Tizen.Multimedia.Camera, " + PublicKey.Value)]
25
26 [assembly: InternalsVisibleTo("Tizen.Multimedia.MediaCodec, " + PublicKey.Value)]
27
28 [assembly: InternalsVisibleTo("Tizen.Multimedia.MediaPlayer, " + PublicKey.Value)]
29
30 [assembly: InternalsVisibleTo("Tizen.Multimedia.Recorder, " + PublicKey.Value)]
31
32 [assembly: InternalsVisibleTo("Tizen.Multimedia.StreamRecorder, " + PublicKey.Value)]
33
34 [assembly: InternalsVisibleTo("Tizen.Multimedia.Remoting, " + PublicKey.Value)]
35
36 [assembly: InternalsVisibleTo("Tizen.Multimedia.Util, " + PublicKey.Value)]
37
38 [assembly: InternalsVisibleTo("Tizen.Multimedia.Vision, " + PublicKey.Value)]
39
40 [assembly: InternalsVisibleTo("Tizen.Multimedia.Radio, " + PublicKey.Value)]
41
42 internal static class PublicKey
43 {
44     internal const string Value =
45         "PublicKey=0024000004800000940000000602000000240000525341310004000001000100d115b100424841" +
46         "6b12d21b626cfb17149c9303fe394693fd3b32d7872e89559a4fa96c98110c2e62eea48aca693b" +
47         "ddbe17094ca8ea2e2cd79970ca590fb672b9b371b5d7002076817321f62d6483ea50c56dbd1f37" +
48         "b185a4c24c47718876e6ae6d266508c551170d4cbdda3f82edaff9405ee3d7857282d8269e8e518d2f0fb2";
49 }