[ABS] Remove deprecated media folder API. accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_wearable_hotfix_mobile_tpk accepted/tizen/5.5/unified/wearable/hotfix/20201027.092534 submit/tizen_5.5_wearable_hotfix_mobile_tpk/20201026.184309
authoralone <yooduck.seo@samsung.com>
Mon, 26 Oct 2020 11:14:08 +0000 (20:14 +0900)
committeralone <yooduck.seo@samsung.com>
Mon, 26 Oct 2020 11:14:08 +0000 (20:14 +0900)
This patch remove following deprecated API,
1. media_folder_get_modified_time().

Reference: submit/tizen_5.5_wearable_hotfix/20201026.184309
Commit id: e102e9e8e7ec90a11fdc48a68271efab77e8146c
Requested by: None
SDK rootstrap version: 20201019_1

org.tizen.ug-gallery-efl-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.ug-gallery-efl-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.ug-gallery-efl-1.0.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.ug-gallery-efl-1.0.0-x86.tpk [new file with mode: 0644]
packaging/org.tizen.ug-gallery-efl.spec [new file with mode: 0644]

diff --git a/org.tizen.ug-gallery-efl-1.0.0-arm-debug.tpk b/org.tizen.ug-gallery-efl-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..1580a69
Binary files /dev/null and b/org.tizen.ug-gallery-efl-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.ug-gallery-efl-1.0.0-arm.tpk b/org.tizen.ug-gallery-efl-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..502cd11
Binary files /dev/null and b/org.tizen.ug-gallery-efl-1.0.0-arm.tpk differ
diff --git a/org.tizen.ug-gallery-efl-1.0.0-x86-debug.tpk b/org.tizen.ug-gallery-efl-1.0.0-x86-debug.tpk
new file mode 100644 (file)
index 0000000..d58eab5
Binary files /dev/null and b/org.tizen.ug-gallery-efl-1.0.0-x86-debug.tpk differ
diff --git a/org.tizen.ug-gallery-efl-1.0.0-x86.tpk b/org.tizen.ug-gallery-efl-1.0.0-x86.tpk
new file mode 100644 (file)
index 0000000..dba4335
Binary files /dev/null and b/org.tizen.ug-gallery-efl-1.0.0-x86.tpk differ
diff --git a/packaging/org.tizen.ug-gallery-efl.spec b/packaging/org.tizen.ug-gallery-efl.spec
new file mode 100644 (file)
index 0000000..afc73c1
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.ug-gallery-efl
+#VCS_FROM:   profile/mobile/apps/native/ug-gallery-efl#e102e9e8e7ec90a11fdc48a68271efab77e8146c
+#RS_Ver:    20201019_1
+Summary:    Gallery UX
+Version:    1.0.0
+Release:    1
+Group:      Applications/Multimedia Applications
+License:    Flora-1.1
+Source0:    %{name}-%{version}.tar.gz
+
+ExclusiveArch:  i586 x86 i486 i686 i386 armv7l arm
+
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.ug-gallery-efl
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
+
+%define build_mode %{nil}
+
+%ifarch arm armv7l
+%define target arm
+%endif
+%ifarch aarch64
+%define target aarch64
+%endif
+%ifarch x86_64
+%define target x86_64
+%endif
+%ifarch i386 i486 i586 i686
+%define target x86
+%endif
+
+%description
+profile/mobile/apps/native/ug-gallery-efl#e102e9e8e7ec90a11fdc48a68271efab77e8146c
+This is a container package which have preload TPK/WGT files
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*
+