diff options
author | Yeongjong Lee <yj34.lee@samsung.com> | 2019-10-28 17:10:48 -0300 |
---|---|---|
committer | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-10-31 12:06:26 -0300 |
commit | 460daee7a8e9f0e0f5c3cdfe404282f01de47d1c (patch) | |
tree | 29721faea127f42e2fddbfa4186be501771ea943 /src/bindings/mono/efl_mono/AssemblyInfo.cs.in | |
parent | 36c14a2a0599d27c56c23bd6667e952e8738ca3f (diff) |
mono: introduce friend assembly
Summary:
Friend assemblies can access efl_mono assembly's internal types and members.
If `build-tests` option is true, `efl-mono-suite.exe` and `efl_mono_test.dll`
will become friend assemblies.
Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true
Reviewers: lauromoura, segfaultxavi, Jaehyun_Cho
Reviewed By: lauromoura
Subscribers: felipealmeida, cedric, #reviewers, woohyun, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D10337
Diffstat (limited to 'src/bindings/mono/efl_mono/AssemblyInfo.cs.in')
-rw-r--r-- | src/bindings/mono/efl_mono/AssemblyInfo.cs.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bindings/mono/efl_mono/AssemblyInfo.cs.in b/src/bindings/mono/efl_mono/AssemblyInfo.cs.in new file mode 100644 index 0000000000..e22d0a4140 --- /dev/null +++ b/src/bindings/mono/efl_mono/AssemblyInfo.cs.in | |||
@@ -0,0 +1,3 @@ | |||
1 | using System.Runtime.CompilerServices; | ||
2 | |||
3 | @MONO_FRIEND_ASSEMBLIES@ | ||