From 8821e74aeb6b962a34b00096f42aba50ac6e3d94 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Wed, 6 Jul 2016 16:50:43 +0900 Subject: [PATCH] Change assembly installation path The assembly installation path is changed to /usr/share/assembly/ as default. This path can be overrided by the macro %dotnet_assembly_path also. Change-Id: Ia3e9562183449fa064b6f45c9613e4d5122eff37 --- LICENSE | 202 +++++++++++++++++++++ Tizen.Content.MediaContent.sln | 28 --- Tizen.Content.MediaContent.v12.suo | Bin 101864 -> 0 bytes packaging/csapi-media-content.pc.in | 5 - packaging/csapi-media-content.spec | 54 +++--- .../Interop/Interop.AudioInformation.cs | 0 .../Interop/Interop.Glib.cs | 0 .../Interop/Interop.ImageInformation.cs | 0 .../Interop/Interop.Libc.cs | 0 .../Interop/Interop.Libraries.cs | 0 .../Interop/Interop.MediaBookmark.cs | 0 .../Interop/Interop.MediaContent.cs | 0 .../Interop/Interop.MediaFace.cs | 0 .../Interop/Interop.MediaFilter.cs | 0 .../Interop/Interop.MediaFolder.cs | 0 .../Interop/Interop.MediaGroup.cs | 0 .../Interop/Interop.MediaInformation.cs | 0 .../Interop/Interop.MediaPlaylist.cs | 0 .../Interop/Interop.MediaStorage.cs | 0 .../Interop/Interop.MediaTag.cs | 0 .../Interop/Interop.VideoInformation.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Tizen.Content.MediaContent.csproj | 8 +- .../Tizen.Content.MediaContent.snk | Bin .../Tizen.Content.MediaContent/Album.cs | 0 .../Tizen.Content.MediaContent/AudioInformation.cs | 0 .../ContentCollection.cs | 0 .../Tizen.Content.MediaContent/ContentDatabase.cs | 0 .../Tizen.Content.MediaContent/ContentEventArgs.cs | 0 .../Tizen.Content.MediaContent/ContentFilter.cs | 0 .../Tizen.Content.MediaContent/ContentManager.cs | 0 .../Tizen.Content.MediaContent/FaceRect.cs | 0 .../Tizen.Content.MediaContent/Group.cs | 0 .../Tizen.Content.MediaContent/ImageInformation.cs | 0 .../Tizen.Content.MediaContent/MediaBookmark.cs | 0 .../MediaContentEnums.cs | 0 .../MediaContentErrorFactory.cs | 0 .../MediaContentTypes.cs | 0 .../Tizen.Content.MediaContent/MediaFace.cs | 0 .../Tizen.Content.MediaContent/MediaFolder.cs | 0 .../Tizen.Content.MediaContent/MediaInformation.cs | 0 .../Tizen.Content.MediaContent/PlayList.cs | 0 .../Tizen.Content.MediaContent/Storage.cs | 0 .../Tizen.Content.MediaContent/Tag.cs | 0 .../Tizen.Content.MediaContent/VideoInformation.cs | 0 45 files changed, 235 insertions(+), 62 deletions(-) create mode 100644 LICENSE delete mode 100644 Tizen.Content.MediaContent.sln delete mode 100644 Tizen.Content.MediaContent.v12.suo delete mode 100644 packaging/csapi-media-content.pc.in rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.AudioInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.Glib.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.ImageInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.Libc.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.Libraries.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaBookmark.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaContent.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaFace.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaFilter.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaFolder.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaGroup.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaPlaylist.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaStorage.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.MediaTag.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Interop/Interop.VideoInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Properties/AssemblyInfo.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent.csproj (90%) rename Tizen.Content/Tizen.Content.snk => src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.snk (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/Album.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/AudioInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/ContentCollection.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/ContentDatabase.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/ContentEventArgs.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/ContentFilter.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/ContentManager.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/FaceRect.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/Group.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/ImageInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaBookmark.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaContentEnums.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaContentErrorFactory.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaContentTypes.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaFace.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaFolder.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/MediaInformation.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/PlayList.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/Storage.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/Tag.cs (100%) rename {Tizen.Content => src/Tizen.Content.MediaContent}/Tizen.Content.MediaContent/VideoInformation.cs (100%) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. diff --git a/Tizen.Content.MediaContent.sln b/Tizen.Content.MediaContent.sln deleted file mode 100644 index c235aee..0000000 --- a/Tizen.Content.MediaContent.sln +++ /dev/null @@ -1,28 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Content", "Tizen.Content\Tizen.Content.csproj", "{A106C68E-0E2F-4A1F-9E87-113DC4F78787}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaContentTest", "MediaContentTest\MediaContentTest.csproj", "{38D73AD8-5F12-4FE1-8C08-5FB46F0D6DAE}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A106C68E-0E2F-4A1F-9E87-113DC4F78787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A106C68E-0E2F-4A1F-9E87-113DC4F78787}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A106C68E-0E2F-4A1F-9E87-113DC4F78787}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A106C68E-0E2F-4A1F-9E87-113DC4F78787}.Release|Any CPU.Build.0 = Release|Any CPU - {38D73AD8-5F12-4FE1-8C08-5FB46F0D6DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {38D73AD8-5F12-4FE1-8C08-5FB46F0D6DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {38D73AD8-5F12-4FE1-8C08-5FB46F0D6DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {38D73AD8-5F12-4FE1-8C08-5FB46F0D6DAE}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Tizen.Content.MediaContent.v12.suo b/Tizen.Content.MediaContent.v12.suo deleted file mode 100644 index 1a695b643e7a88c491a13075a013e6b25978472d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 101864 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 diff --git a/packaging/csapi-media-content.pc.in b/packaging/csapi-media-content.pc.in deleted file mode 100644 index e103c74..0000000 --- a/packaging/csapi-media-content.pc.in +++ /dev/null @@ -1,5 +0,0 @@ -Name: csapi-media-content -Description: Tizen Media Content API for C# -Version: @version@ -Libs: -r:@dllpath@/@dllname@ -Requires: diff --git a/packaging/csapi-media-content.spec b/packaging/csapi-media-content.spec index 3daa866..997f9dd 100755 --- a/packaging/csapi-media-content.spec +++ b/packaging/csapi-media-content.spec @@ -1,4 +1,10 @@ +%{!?dotnet_assembly_path: %define dotnet_assembly_path %{_datadir}/assembly} + +%if 0%{?tizen_build_devel_mode} %define BUILDCONF Debug +%else +%define BUILDCONF Release +%endif Name: csapi-media-content Summary: Tizen Media Content API for C# @@ -9,46 +15,46 @@ License: Apache-2.0 URL: https://www.tizen.org Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest -Source2: %{name}.pc.in +# Mono BuildRequires: mono-compiler BuildRequires: mono-devel + +# P/Invoke Build Requires BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(csapi-tizen) BuildRequires: pkgconfig(capi-content-media-content) -%description -Tizen API for C# - -%package devel -Summary: Development package for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +# C# API Requires +BuildRequires: csapi-tizen -%description devel -Development package for %{name} +%description +Tizen Media Content API for C# %prep %setup -q - cp %{SOURCE1} . +%define Assemblies Tizen.Content.MediaContent + %build -xbuild Tizen.Content/Tizen.Content.MediaContent.csproj /p:Configuration=%{BUILDCONF} +for ASM in %{Assemblies}; do +xbuild $ASM/$ASM.csproj \ + /p:Configuration=%{BUILDCONF} \ + /p:ReferencePath=%{dotnet_assembly_path} +done %install -gacutil -i Tizen.Content/bin/%{BUILDCONF}/Tizen.Content.MediaContent.dll -root "%{buildroot}%{_libdir}" -package tizen +# Assemblies +mkdir -p %{buildroot}%{dotnet_assembly_path} +for ASM in %{Assemblies}; do +install -p -m 644 $ASM/bin/%{BUILDCONF}/$ASM.dll %{buildroot}%{dotnet_assembly_path} +done -# generate pkgconfig -mkdir -p %{buildroot}%{_libdir}/pkgconfig -sed -e "s#@version@#%{version}#g" \ - -e "s#@dllpath@#%{dllpath}#g" \ - -e "s#@dllname@#%{dllname}#g" \ - %{SOURCE2} > %{buildroot}%{_libdir}/pkgconfig/%{name}.pc +# License +mkdir -p %{buildroot}%{_datadir}/license +cp LICENSE %{buildroot}%{_datadir}/license/%{name} %files %manifest %{name}.manifest -%{_libdir}/mono/ - -%files devel -%{_libdir}/pkgconfig/%{name}.pc +%attr(644,root,root) %{dotnet_assembly_path}/*.dll +%attr(644,root,root) %{_datadir}/license/%{name} diff --git a/Tizen.Content/Interop/Interop.AudioInformation.cs b/src/Tizen.Content.MediaContent/Interop/Interop.AudioInformation.cs similarity index 100% rename from Tizen.Content/Interop/Interop.AudioInformation.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.AudioInformation.cs diff --git a/Tizen.Content/Interop/Interop.Glib.cs b/src/Tizen.Content.MediaContent/Interop/Interop.Glib.cs similarity index 100% rename from Tizen.Content/Interop/Interop.Glib.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.Glib.cs diff --git a/Tizen.Content/Interop/Interop.ImageInformation.cs b/src/Tizen.Content.MediaContent/Interop/Interop.ImageInformation.cs similarity index 100% rename from Tizen.Content/Interop/Interop.ImageInformation.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.ImageInformation.cs diff --git a/Tizen.Content/Interop/Interop.Libc.cs b/src/Tizen.Content.MediaContent/Interop/Interop.Libc.cs similarity index 100% rename from Tizen.Content/Interop/Interop.Libc.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.Libc.cs diff --git a/Tizen.Content/Interop/Interop.Libraries.cs b/src/Tizen.Content.MediaContent/Interop/Interop.Libraries.cs similarity index 100% rename from Tizen.Content/Interop/Interop.Libraries.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.Libraries.cs diff --git a/Tizen.Content/Interop/Interop.MediaBookmark.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaBookmark.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaBookmark.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaBookmark.cs diff --git a/Tizen.Content/Interop/Interop.MediaContent.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaContent.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaContent.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaContent.cs diff --git a/Tizen.Content/Interop/Interop.MediaFace.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaFace.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaFace.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaFace.cs diff --git a/Tizen.Content/Interop/Interop.MediaFilter.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaFilter.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaFilter.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaFilter.cs diff --git a/Tizen.Content/Interop/Interop.MediaFolder.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaFolder.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaFolder.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaFolder.cs diff --git a/Tizen.Content/Interop/Interop.MediaGroup.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaGroup.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaGroup.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaGroup.cs diff --git a/Tizen.Content/Interop/Interop.MediaInformation.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaInformation.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaInformation.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaInformation.cs diff --git a/Tizen.Content/Interop/Interop.MediaPlaylist.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaPlaylist.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaPlaylist.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaPlaylist.cs diff --git a/Tizen.Content/Interop/Interop.MediaStorage.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaStorage.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaStorage.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaStorage.cs diff --git a/Tizen.Content/Interop/Interop.MediaTag.cs b/src/Tizen.Content.MediaContent/Interop/Interop.MediaTag.cs similarity index 100% rename from Tizen.Content/Interop/Interop.MediaTag.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.MediaTag.cs diff --git a/Tizen.Content/Interop/Interop.VideoInformation.cs b/src/Tizen.Content.MediaContent/Interop/Interop.VideoInformation.cs similarity index 100% rename from Tizen.Content/Interop/Interop.VideoInformation.cs rename to src/Tizen.Content.MediaContent/Interop/Interop.VideoInformation.cs diff --git a/Tizen.Content/Properties/AssemblyInfo.cs b/src/Tizen.Content.MediaContent/Properties/AssemblyInfo.cs similarity index 100% rename from Tizen.Content/Properties/AssemblyInfo.cs rename to src/Tizen.Content.MediaContent/Properties/AssemblyInfo.cs diff --git a/Tizen.Content/Tizen.Content.MediaContent.csproj b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj similarity index 90% rename from Tizen.Content/Tizen.Content.MediaContent.csproj rename to src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj index 95dfb63..d2c52a0 100755 --- a/Tizen.Content/Tizen.Content.MediaContent.csproj +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj @@ -1,5 +1,5 @@  - + Debug @@ -33,7 +33,7 @@ true - Tizen.Content.snk + Tizen.Content.MediaContent.snk @@ -53,11 +53,9 @@ - csapi-tizen ..\..\tizen\Tizen\bin\Debug\Tizen.dll - csapi-tizen ..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll @@ -74,7 +72,7 @@ -