[Tizen][Push] added x86_tv to build code for TV emulator 08/74708/1 accepted/tizen/ivi/20160616.003157 accepted/tizen/mobile/20160616.003245 accepted/tizen/tv/20160616.003155 accepted/tizen/wearable/20160616.003237 submit/tizen/20160615.092418
authorIckhee Woo <ickhee.woo@samsung.com>
Wed, 15 Jun 2016 09:20:11 +0000 (18:20 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 15 Jun 2016 09:20:11 +0000 (18:20 +0900)
Change-Id: I891455a1142e8cdffe16883adfb0cdb15bc0623a
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
29 files changed:
aarch64/bin/push_tool
aarch64/bin/pushd
aarch64/lib64/libpush.so.0.2.12
arm/bin/push_tool
arm/bin/pushd
arm/lib/libpush.so.0.2.12
arm_tv/bin/push_tool
arm_tv/bin/pushd
arm_tv/lib/libpush.so.0.2.12
arm_wearable/bin/push_tool
arm_wearable/bin/pushd
arm_wearable/lib/libpush.so.0.2.12
packaging/push.spec
x86/bin/push_tool
x86/bin/pushd
x86/lib/libpush.so.0.2.12
x86_64/bin/push_tool
x86_64/bin/pushd
x86_64/lib64/libpush.so.0.2.12
x86_tv/LICENSE [new file with mode: 0644]
x86_tv/bin/push_tool [new file with mode: 0755]
x86_tv/bin/pushd [new file with mode: 0755]
x86_tv/lib/libpush.so [new symlink]
x86_tv/lib/libpush.so.0 [new symlink]
x86_tv/lib/libpush.so.0.2.12 [new file with mode: 0644]
x86_tv/share/push/PushServerTrust.cer [new file with mode: 0644]
x86_wearable/bin/push_tool
x86_wearable/bin/pushd
x86_wearable/lib/libpush.so.0.2.12

index 26a335e..a39f5aa 100755 (executable)
Binary files a/aarch64/bin/push_tool and b/aarch64/bin/push_tool differ
index b36fc54..4eda82e 100755 (executable)
Binary files a/aarch64/bin/pushd and b/aarch64/bin/pushd differ
index 6f015c1..87345cc 100644 (file)
Binary files a/aarch64/lib64/libpush.so.0.2.12 and b/aarch64/lib64/libpush.so.0.2.12 differ
index 47ae680..600c669 100755 (executable)
Binary files a/arm/bin/push_tool and b/arm/bin/push_tool differ
index c731da2..151f458 100755 (executable)
Binary files a/arm/bin/pushd and b/arm/bin/pushd differ
index d1a6069..51f5da8 100644 (file)
Binary files a/arm/lib/libpush.so.0.2.12 and b/arm/lib/libpush.so.0.2.12 differ
index 47ae680..600c669 100755 (executable)
Binary files a/arm_tv/bin/push_tool and b/arm_tv/bin/push_tool differ
index ec2440b..c2e97e5 100755 (executable)
Binary files a/arm_tv/bin/pushd and b/arm_tv/bin/pushd differ
index d1a6069..51f5da8 100644 (file)
Binary files a/arm_tv/lib/libpush.so.0.2.12 and b/arm_tv/lib/libpush.so.0.2.12 differ
index 47ae680..600c669 100755 (executable)
Binary files a/arm_wearable/bin/push_tool and b/arm_wearable/bin/push_tool differ
index 82c5eea..e2fa155 100755 (executable)
Binary files a/arm_wearable/bin/pushd and b/arm_wearable/bin/pushd differ
index a155c35..f13f5e7 100644 (file)
Binary files a/arm_wearable/lib/libpush.so.0.2.12 and b/arm_wearable/lib/libpush.so.0.2.12 differ
index ac28dae..6e4fdd8 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name:       push
 Summary:    Push services and client library
-Version:    0.4.33
+Version:    0.4.38
 Release:    1
 Group:      Application Framework/Service
 License:    Apache-2.0
@@ -166,6 +166,20 @@ cp -a x86/share/push/*.cer %{buildroot}/usr/share/push/
 %endif
 %endif
 
+%if "%{profile}" == "tv"
+#libpush
+cp -a x86_tv/lib/libpush.so.* %{buildroot}%{_libdir}
+#libpus-devel
+cp -a x86_tv/lib/libpush.so %{buildroot}%{_libdir}
+#push-bin
+cp -a x86_tv/bin/pushd %{buildroot}%{_bindir}
+cp -a x86_tv/bin/push_tool %{buildroot}%{_bindir}
+cp -a x86_tv/share/push/*.cer %{buildroot}/usr/share/push/
+%if %{_support_weblog}
+       x86_tv/bin/pushlog_tool
+%endif
+%endif
+
 %if "%{profile}" == "wearable"
 #libpush
 cp -a x86_wearable/lib/libpush.so.* %{buildroot}%{_libdir}
index 9a7bf9e..6757b5a 100755 (executable)
Binary files a/x86/bin/push_tool and b/x86/bin/push_tool differ
index abc1d99..1c9d4d3 100755 (executable)
Binary files a/x86/bin/pushd and b/x86/bin/pushd differ
index e1d6c54..742e0b6 100644 (file)
Binary files a/x86/lib/libpush.so.0.2.12 and b/x86/lib/libpush.so.0.2.12 differ
index d62f64c..7a7cdec 100755 (executable)
Binary files a/x86_64/bin/push_tool and b/x86_64/bin/push_tool differ
index e543a1e..9e9f59a 100755 (executable)
Binary files a/x86_64/bin/pushd and b/x86_64/bin/pushd differ
index 6e26cec..2863872 100644 (file)
Binary files a/x86_64/lib64/libpush.so.0.2.12 and b/x86_64/lib64/libpush.so.0.2.12 differ
diff --git a/x86_tv/LICENSE b/x86_tv/LICENSE
new file mode 100644 (file)
index 0000000..3457772
--- /dev/null
@@ -0,0 +1,18 @@
+Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.\r
+\r
+Any software product designated as "Samsung Proprietary Software," including\r
+computer software and may include associated media, printed materials, and\r
+"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and\r
+proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”).\r
+\r
+The SOFTWARE PRODUCT must\r
+(i)   be used for Samsung’s approved business purposes only,\r
+(ii)  not be contaminated by open source codes,\r
+(iii) must not be used in any ways that will require it to be disclosed or\r
+      licensed freely to third parties or public,\r
+(vi)  must not be subject to reverse engineering, decompling or diassembling.\r
+\r
+Samsung does not grant the recipient any intellectual property rights,\r
+indemnities or warranties and takes on no obligations regarding the SOFTWARE\r
+PRODUCT except as otherwise agreed to under a separate written agreement with\r
+the recipient.
\ No newline at end of file
diff --git a/x86_tv/bin/push_tool b/x86_tv/bin/push_tool
new file mode 100755 (executable)
index 0000000..6757b5a
Binary files /dev/null and b/x86_tv/bin/push_tool differ
diff --git a/x86_tv/bin/pushd b/x86_tv/bin/pushd
new file mode 100755 (executable)
index 0000000..660f385
Binary files /dev/null and b/x86_tv/bin/pushd differ
diff --git a/x86_tv/lib/libpush.so b/x86_tv/lib/libpush.so
new file mode 120000 (symlink)
index 0000000..42d3ebb
--- /dev/null
@@ -0,0 +1 @@
+libpush.so.0
\ No newline at end of file
diff --git a/x86_tv/lib/libpush.so.0 b/x86_tv/lib/libpush.so.0
new file mode 120000 (symlink)
index 0000000..e8cbc23
--- /dev/null
@@ -0,0 +1 @@
+libpush.so.0.2.12
\ No newline at end of file
diff --git a/x86_tv/lib/libpush.so.0.2.12 b/x86_tv/lib/libpush.so.0.2.12
new file mode 100644 (file)
index 0000000..742e0b6
Binary files /dev/null and b/x86_tv/lib/libpush.so.0.2.12 differ
diff --git a/x86_tv/share/push/PushServerTrust.cer b/x86_tv/share/push/PushServerTrust.cer
new file mode 100644 (file)
index 0000000..7fb8bb2
--- /dev/null
@@ -0,0 +1,19 @@
+-----BEGIN CERTIFICATE-----
+MIIDGDCCAoGgAwIBAgIJAPMld7YDENSnMA0GCSqGSIb3DQEBBQUAMIGkMQswCQYD
+VQQGEwJLUjEUMBIGA1UECAwLR3llb25nZ2kgZG8xDjAMBgNVBAcMBVN1d29uMSUw
+IwYDVQQKDBxTQU1TVU5HIEVMRUNUUk9OSUNTIENPLiwgTFREMR4wHAYDVQQDDBUq
+LnB1c2guc2Ftc3VuZ29zcC5jb20xKDAmBgkqhkiG9w0BCQEWGWFkbWluQHB1c2gu
+c2Ftc3VuZ29zcC5jb20wHhcNOTkxMjMxMTUwMjEwWhcNNDkxMjE4MTUwMjEwWjCB
+pDELMAkGA1UEBhMCS1IxFDASBgNVBAgMC0d5ZW9uZ2dpIGRvMQ4wDAYDVQQHDAVT
+dXdvbjElMCMGA1UECgwcU0FNU1VORyBFTEVDVFJPTklDUyBDTy4sIExURDEeMBwG
+A1UEAwwVKi5wdXNoLnNhbXN1bmdvc3AuY29tMSgwJgYJKoZIhvcNAQkBFhlhZG1p
+bkBwdXNoLnNhbXN1bmdvc3AuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
+gQDS/wx087bX6AA7bz/rPd/AOtm8g1ebRfENevGCnMrnU43PlryjjQjgKxwMO1R5
+Mdvv9IsSdoGIKj5h5VZlWbuiCx5pPqf62Owu3DjVLLuHWmlFkb7y6mKfshAcGCVq
+azjayWF9NpmOPnJDlFOZHTu+5X0+KEyx/W7kS6gcB5WIRwIDAQABo1AwTjAdBgNV
+HQ4EFgQUWMjZPBPgzaBussvwASa64F2DMFEwHwYDVR0jBBgwFoAUWMjZPBPgzaBu
+ssvwASa64F2DMFEwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQBpsXfr
+Fyd3rdKRzyBh/aJgY+XLZf5/TZYhtv2OLv5kMK0EkS0CEduPK5LeZwOhWgLIGpsl
+m8F2WNFttqP6fsAHExLTUlyqt4HT0CdzUtypjgsUPK5GBqEvz6+iQP+hZ4NKuxNB
+kci9Q85y89ANKtHvKxN1vu7gqArGFyIOJDVC8w==
+-----END CERTIFICATE-----
index 9a7bf9e..6757b5a 100755 (executable)
Binary files a/x86_wearable/bin/push_tool and b/x86_wearable/bin/push_tool differ
index 1acd9f0..edb03c2 100755 (executable)
Binary files a/x86_wearable/bin/pushd and b/x86_wearable/bin/pushd differ
index bfb9cfb..2ce4210 100644 (file)
Binary files a/x86_wearable/lib/libpush.so.0.2.12 and b/x86_wearable/lib/libpush.so.0.2.12 differ