[NUI] Add friend assembly for FLUX.Extension by request of user
authordongsug.song <dongsug.song@samsung.com>
Thu, 23 Jan 2025 06:35:14 +0000 (15:35 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 23 Jan 2025 11:35:08 +0000 (20:35 +0900)
src/Tizen.NUI/src/internal/Common/FriendAssembly.cs

index eb5a6771a8807358852435350afc52e04f3e7ea5..00edfc7e02d14b15963799f253f63f20c15e3aaf 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021-2025 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -36,6 +36,7 @@ using System.Runtime.CompilerServices;
 [assembly: InternalsVisibleTo("Tizen.TV.FLUX.Component, " + Tizen.NUI.PublicKey.TizenTV)]
 [assembly: InternalsVisibleTo("Tizen.TV.FLUX.Example, " + Tizen.NUI.PublicKey.TizenTV)]
 [assembly: InternalsVisibleTo("Tizen.TV.NUI.Example, " + Tizen.NUI.PublicKey.TizenTV)]
+[assembly: InternalsVisibleTo("Tizen.TV.FLUX.Extension, " + Tizen.NUI.PublicKey.TizenTV)]
 
 [assembly: InternalsVisibleTo("NuiSample, " + Tizen.NUI.PublicKey.Sample)]
 [assembly: InternalsVisibleTo("Tizen.NUI.Devel.Tests, " + Tizen.NUI.PublicKey.Sample)]