summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt11
-rw-r--r--data/bluetooth_image_macro.edc32
-rw-r--r--data/bluetooth_images.edc45
-rw-r--r--data/images/A01-4_device_Medical.pngbin0 -> 2295 bytes
-rw-r--r--data/images/A01-4_device_Medical_connect.pngbin0 -> 2295 bytes
-rw-r--r--data/images/A01-4_device_Medical_press.pngbin0 -> 630 bytes
-rw-r--r--data/images/A01-4_device_activated_connect.PNGbin0 -> 3015 bytes
-rw-r--r--data/images/A01-4_device_camera.pngbin0 -> 1787 bytes
-rw-r--r--data/images/A01-4_device_camera_connect.pngbin0 -> 1787 bytes
-rw-r--r--data/images/A01-4_device_camera_press.pngbin0 -> 500 bytes
-rw-r--r--data/images/A01-4_device_computer.pngbin0 -> 853 bytes
-rw-r--r--data/images/A01-4_device_computer_connect.pngbin0 -> 853 bytes
-rw-r--r--data/images/A01-4_device_computer_press.pngbin0 -> 276 bytes
-rw-r--r--data/images/A01-4_device_display.pngbin0 -> 1010 bytes
-rw-r--r--data/images/A01-4_device_display_connect.pngbin0 -> 1010 bytes
-rw-r--r--data/images/A01-4_device_display_press.pngbin0 -> 295 bytes
-rw-r--r--data/images/A01-4_device_gaming.pngbin0 -> 1765 bytes
-rw-r--r--data/images/A01-4_device_gaming_connect.pngbin0 -> 1765 bytes
-rw-r--r--data/images/A01-4_device_gaming_press.pngbin0 -> 481 bytes
-rw-r--r--data/images/A01-4_device_headphone.pngbin0 -> 409 bytes
-rw-r--r--data/images/A01-4_device_headphone_connect.pngbin0 -> 1187 bytes
-rw-r--r--data/images/A01-4_device_headphone_press.pngbin0 -> 389 bytes
-rw-r--r--data/images/A01-4_device_headset.pngbin0 -> 1682 bytes
-rw-r--r--data/images/A01-4_device_headset_connect.pngbin0 -> 1682 bytes
-rw-r--r--data/images/A01-4_device_headset_press.pngbin0 -> 437 bytes
-rw-r--r--data/images/A01-4_device_input_device.pngbin0 -> 1573 bytes
-rw-r--r--data/images/A01-4_device_input_device_connect.pngbin0 -> 1573 bytes
-rw-r--r--data/images/A01-4_device_input_device_press.pngbin0 -> 304 bytes
-rw-r--r--data/images/A01-4_device_mouse.pngbin0 -> 1054 bytes
-rw-r--r--data/images/A01-4_device_mouse_connect.pngbin0 -> 1054 bytes
-rw-r--r--data/images/A01-4_device_mouse_press.pngbin0 -> 332 bytes
-rw-r--r--data/images/A01-4_device_network_infrastructure.pngbin0 -> 1290 bytes
-rw-r--r--data/images/A01-4_device_network_infrastructure_connect.pngbin0 -> 1290 bytes
-rw-r--r--data/images/A01-4_device_network_infrastructure_press.pngbin0 -> 352 bytes
-rw-r--r--data/images/A01-4_device_printer.pngbin0 -> 1087 bytes
-rw-r--r--data/images/A01-4_device_printer_connect.pngbin0 -> 1087 bytes
-rw-r--r--data/images/A01-4_device_printer_press.pngbin0 -> 367 bytes
-rw-r--r--data/images/A01-4_device_telephone.pngbin0 -> 918 bytes
-rw-r--r--data/images/A01-4_device_telephone_connect.pngbin0 -> 918 bytes
-rw-r--r--data/images/A01-4_device_telephone_press.pngbin0 -> 320 bytes
-rw-r--r--data/images/A01-4_device_unknown.pngbin0 -> 1587 bytes
-rw-r--r--data/images/A01-4_device_unknown_connect.pngbin0 -> 1587 bytes
-rw-r--r--data/images/A01-4_device_unknown_press.pngbin0 -> 445 bytes
-rw-r--r--data/images/B03_Processing_download_ani_06.pngbin0 -> 3158 bytes
-rw-r--r--data/images/B03_Processing_upload_ani_06.pngbin0 -> 3161 bytes
-rw-r--r--data/images/Q02_Notification_Bluetooth_file_received.pngbin0 -> 672 bytes
-rw-r--r--data/images/Q02_Notification_Bluetooth_file_sending.pngbin0 -> 666 bytes
-rw-r--r--data/images/Q02_Notification_Bluetooth_file_sent.pngbin0 -> 663 bytes
-rw-r--r--data/images/Q02_Notification_bluetooth.pngbin0 -> 465 bytes
-rw-r--r--data/images/Q02_Notification_bluetooth_file_receiving.pngbin0 -> 672 bytes
-rw-r--r--data/images/ug-bluetooth-efl.pngbin0 -> 7501 bytes
-rw-r--r--data/ug-bluetooth-efl.xml36
52 files changed, 124 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
new file mode 100644
index 0000000..49a1568
--- /dev/null
+++ b/data/CMakeLists.txt
@@ -0,0 +1,11 @@
+ADD_CUSTOM_TARGET(bluetooth_images.edj
+ COMMAND edje_cc -id ${CMAKE_CURRENT_SOURCE_DIR}/images
+ ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_images.edc
+ ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_images.edj
+ DEPENDS
+ ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_images.edc
+ )
+ADD_DEPENDENCIES(${PROJECT_NAME} bluetooth_images.edj)
+
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_images.edj DESTINATION ${EDJDIR})
+
diff --git a/data/bluetooth_image_macro.edc b/data/bluetooth_image_macro.edc
new file mode 100644
index 0000000..2818891
--- /dev/null
+++ b/data/bluetooth_image_macro.edc
@@ -0,0 +1,32 @@
+#define RESOURCE_IMAGE( FILE_NAME ) \
+ group { \
+ name: FILE_NAME; \
+ images.image: FILE_NAME COMP; \
+ parts { \
+ part { name: "image"; \
+ description { \
+ state: "default" 0.0; \
+ image.normal: FILE_NAME; \
+ aspect: 1 1; \
+ aspect_preference: BOTH; \
+ } \
+ } \
+ } \
+ }
+
+#define RESOURCE_IMAGE_LOSSY( FILE_NAME ) \
+ group { \
+ name: FILE_NAME; \
+ images.image: FILE_NAME LOSSY 85; \
+ parts { \
+ part { name: "image"; \
+ description { \
+ state: "default" 0.0; \
+ image.normal: FILE_NAME; \
+ aspect: 1 1; \
+ aspect_preference: BOTH; \
+ } \
+ } \
+ } \
+ }
+
diff --git a/data/bluetooth_images.edc b/data/bluetooth_images.edc
new file mode 100644
index 0000000..f5fe3c3
--- /dev/null
+++ b/data/bluetooth_images.edc
@@ -0,0 +1,45 @@
+#include "bluetooth_image_macro.edc"
+
+collections {
+ RESOURCE_IMAGE("A01-4_device_camera.png");
+ RESOURCE_IMAGE("A01-4_device_camera_connect.png");
+ RESOURCE_IMAGE("A01-4_device_camera_press.png");
+ RESOURCE_IMAGE("A01-4_device_computer.png");
+ RESOURCE_IMAGE("A01-4_device_computer_connect.png");
+ RESOURCE_IMAGE("A01-4_device_computer_press.png");
+ RESOURCE_IMAGE("A01-4_device_display.png");
+ RESOURCE_IMAGE("A01-4_device_display_connect.png");
+ RESOURCE_IMAGE("A01-4_device_display_press.png");
+ RESOURCE_IMAGE("A01-4_device_gaming.png");
+ RESOURCE_IMAGE("A01-4_device_gaming_connect.png");
+ RESOURCE_IMAGE("A01-4_device_gaming_press.png");
+ RESOURCE_IMAGE("A01-4_device_headphone.png");
+ RESOURCE_IMAGE("A01-4_device_headphone_connect.png");
+ RESOURCE_IMAGE("A01-4_device_headphone_press.png");
+ RESOURCE_IMAGE("A01-4_device_headset.png");
+ RESOURCE_IMAGE("A01-4_device_headset_connect.png");
+ RESOURCE_IMAGE("A01-4_device_headset_press.png");
+ RESOURCE_IMAGE("A01-4_device_input_device.png");
+ RESOURCE_IMAGE("A01-4_device_input_device_connect.png");
+ RESOURCE_IMAGE("A01-4_device_input_device_press.png");
+ RESOURCE_IMAGE("A01-4_device_Medical.png");
+ RESOURCE_IMAGE("A01-4_device_Medical_connect.png");
+ RESOURCE_IMAGE("A01-4_device_Medical_press.png");
+ RESOURCE_IMAGE("A01-4_device_mouse.png");
+ RESOURCE_IMAGE("A01-4_device_mouse_connect.png");
+ RESOURCE_IMAGE("A01-4_device_mouse_press.png");
+ RESOURCE_IMAGE("A01-4_device_network_infrastructure.png");
+ RESOURCE_IMAGE("A01-4_device_network_infrastructure_connect.png");
+ RESOURCE_IMAGE("A01-4_device_network_infrastructure_press.png");
+ RESOURCE_IMAGE("A01-4_device_printer.png");
+ RESOURCE_IMAGE("A01-4_device_printer_connect.png");
+ RESOURCE_IMAGE("A01-4_device_printer_press.png");
+ RESOURCE_IMAGE("A01-4_device_telephone.png");
+ RESOURCE_IMAGE("A01-4_device_telephone_connect.png");
+ RESOURCE_IMAGE("A01-4_device_telephone_press.png");
+ RESOURCE_IMAGE("A01-4_device_unknown.png");
+ RESOURCE_IMAGE("A01-4_device_unknown_connect.png");
+ RESOURCE_IMAGE("A01-4_device_unknown_press.png");
+ RESOURCE_IMAGE("ug-bluetooth-efl.png");
+}
+
diff --git a/data/images/A01-4_device_Medical.png b/data/images/A01-4_device_Medical.png
new file mode 100644
index 0000000..ec25a57
--- /dev/null
+++ b/data/images/A01-4_device_Medical.png
Binary files differ
diff --git a/data/images/A01-4_device_Medical_connect.png b/data/images/A01-4_device_Medical_connect.png
new file mode 100644
index 0000000..773fff1
--- /dev/null
+++ b/data/images/A01-4_device_Medical_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_Medical_press.png b/data/images/A01-4_device_Medical_press.png
new file mode 100644
index 0000000..e536e1c
--- /dev/null
+++ b/data/images/A01-4_device_Medical_press.png
Binary files differ
diff --git a/data/images/A01-4_device_activated_connect.PNG b/data/images/A01-4_device_activated_connect.PNG
new file mode 100644
index 0000000..69dd7f1
--- /dev/null
+++ b/data/images/A01-4_device_activated_connect.PNG
Binary files differ
diff --git a/data/images/A01-4_device_camera.png b/data/images/A01-4_device_camera.png
new file mode 100644
index 0000000..0cda7da
--- /dev/null
+++ b/data/images/A01-4_device_camera.png
Binary files differ
diff --git a/data/images/A01-4_device_camera_connect.png b/data/images/A01-4_device_camera_connect.png
new file mode 100644
index 0000000..9e1e571
--- /dev/null
+++ b/data/images/A01-4_device_camera_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_camera_press.png b/data/images/A01-4_device_camera_press.png
new file mode 100644
index 0000000..a08988d
--- /dev/null
+++ b/data/images/A01-4_device_camera_press.png
Binary files differ
diff --git a/data/images/A01-4_device_computer.png b/data/images/A01-4_device_computer.png
new file mode 100644
index 0000000..e818b8b
--- /dev/null
+++ b/data/images/A01-4_device_computer.png
Binary files differ
diff --git a/data/images/A01-4_device_computer_connect.png b/data/images/A01-4_device_computer_connect.png
new file mode 100644
index 0000000..3b3f34f
--- /dev/null
+++ b/data/images/A01-4_device_computer_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_computer_press.png b/data/images/A01-4_device_computer_press.png
new file mode 100644
index 0000000..9553b73
--- /dev/null
+++ b/data/images/A01-4_device_computer_press.png
Binary files differ
diff --git a/data/images/A01-4_device_display.png b/data/images/A01-4_device_display.png
new file mode 100644
index 0000000..a4d64a4
--- /dev/null
+++ b/data/images/A01-4_device_display.png
Binary files differ
diff --git a/data/images/A01-4_device_display_connect.png b/data/images/A01-4_device_display_connect.png
new file mode 100644
index 0000000..d145218
--- /dev/null
+++ b/data/images/A01-4_device_display_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_display_press.png b/data/images/A01-4_device_display_press.png
new file mode 100644
index 0000000..1c87c37
--- /dev/null
+++ b/data/images/A01-4_device_display_press.png
Binary files differ
diff --git a/data/images/A01-4_device_gaming.png b/data/images/A01-4_device_gaming.png
new file mode 100644
index 0000000..3572df9
--- /dev/null
+++ b/data/images/A01-4_device_gaming.png
Binary files differ
diff --git a/data/images/A01-4_device_gaming_connect.png b/data/images/A01-4_device_gaming_connect.png
new file mode 100644
index 0000000..84341a1
--- /dev/null
+++ b/data/images/A01-4_device_gaming_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_gaming_press.png b/data/images/A01-4_device_gaming_press.png
new file mode 100644
index 0000000..8e977ef
--- /dev/null
+++ b/data/images/A01-4_device_gaming_press.png
Binary files differ
diff --git a/data/images/A01-4_device_headphone.png b/data/images/A01-4_device_headphone.png
new file mode 100644
index 0000000..a898f74
--- /dev/null
+++ b/data/images/A01-4_device_headphone.png
Binary files differ
diff --git a/data/images/A01-4_device_headphone_connect.png b/data/images/A01-4_device_headphone_connect.png
new file mode 100644
index 0000000..8a50e0c
--- /dev/null
+++ b/data/images/A01-4_device_headphone_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_headphone_press.png b/data/images/A01-4_device_headphone_press.png
new file mode 100644
index 0000000..be2f2a1
--- /dev/null
+++ b/data/images/A01-4_device_headphone_press.png
Binary files differ
diff --git a/data/images/A01-4_device_headset.png b/data/images/A01-4_device_headset.png
new file mode 100644
index 0000000..5ec8052
--- /dev/null
+++ b/data/images/A01-4_device_headset.png
Binary files differ
diff --git a/data/images/A01-4_device_headset_connect.png b/data/images/A01-4_device_headset_connect.png
new file mode 100644
index 0000000..b60f5ad
--- /dev/null
+++ b/data/images/A01-4_device_headset_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_headset_press.png b/data/images/A01-4_device_headset_press.png
new file mode 100644
index 0000000..8b53126
--- /dev/null
+++ b/data/images/A01-4_device_headset_press.png
Binary files differ
diff --git a/data/images/A01-4_device_input_device.png b/data/images/A01-4_device_input_device.png
new file mode 100644
index 0000000..7eb0c0f
--- /dev/null
+++ b/data/images/A01-4_device_input_device.png
Binary files differ
diff --git a/data/images/A01-4_device_input_device_connect.png b/data/images/A01-4_device_input_device_connect.png
new file mode 100644
index 0000000..8e7416c
--- /dev/null
+++ b/data/images/A01-4_device_input_device_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_input_device_press.png b/data/images/A01-4_device_input_device_press.png
new file mode 100644
index 0000000..6b570d3
--- /dev/null
+++ b/data/images/A01-4_device_input_device_press.png
Binary files differ
diff --git a/data/images/A01-4_device_mouse.png b/data/images/A01-4_device_mouse.png
new file mode 100644
index 0000000..6ff52b7
--- /dev/null
+++ b/data/images/A01-4_device_mouse.png
Binary files differ
diff --git a/data/images/A01-4_device_mouse_connect.png b/data/images/A01-4_device_mouse_connect.png
new file mode 100644
index 0000000..ace254a
--- /dev/null
+++ b/data/images/A01-4_device_mouse_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_mouse_press.png b/data/images/A01-4_device_mouse_press.png
new file mode 100644
index 0000000..096f06c
--- /dev/null
+++ b/data/images/A01-4_device_mouse_press.png
Binary files differ
diff --git a/data/images/A01-4_device_network_infrastructure.png b/data/images/A01-4_device_network_infrastructure.png
new file mode 100644
index 0000000..eed9b74
--- /dev/null
+++ b/data/images/A01-4_device_network_infrastructure.png
Binary files differ
diff --git a/data/images/A01-4_device_network_infrastructure_connect.png b/data/images/A01-4_device_network_infrastructure_connect.png
new file mode 100644
index 0000000..97dc55f
--- /dev/null
+++ b/data/images/A01-4_device_network_infrastructure_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_network_infrastructure_press.png b/data/images/A01-4_device_network_infrastructure_press.png
new file mode 100644
index 0000000..39377d5
--- /dev/null
+++ b/data/images/A01-4_device_network_infrastructure_press.png
Binary files differ
diff --git a/data/images/A01-4_device_printer.png b/data/images/A01-4_device_printer.png
new file mode 100644
index 0000000..c8f19fe
--- /dev/null
+++ b/data/images/A01-4_device_printer.png
Binary files differ
diff --git a/data/images/A01-4_device_printer_connect.png b/data/images/A01-4_device_printer_connect.png
new file mode 100644
index 0000000..27fb123
--- /dev/null
+++ b/data/images/A01-4_device_printer_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_printer_press.png b/data/images/A01-4_device_printer_press.png
new file mode 100644
index 0000000..c3e027a
--- /dev/null
+++ b/data/images/A01-4_device_printer_press.png
Binary files differ
diff --git a/data/images/A01-4_device_telephone.png b/data/images/A01-4_device_telephone.png
new file mode 100644
index 0000000..aa5387c
--- /dev/null
+++ b/data/images/A01-4_device_telephone.png
Binary files differ
diff --git a/data/images/A01-4_device_telephone_connect.png b/data/images/A01-4_device_telephone_connect.png
new file mode 100644
index 0000000..706765f
--- /dev/null
+++ b/data/images/A01-4_device_telephone_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_telephone_press.png b/data/images/A01-4_device_telephone_press.png
new file mode 100644
index 0000000..e8ef990
--- /dev/null
+++ b/data/images/A01-4_device_telephone_press.png
Binary files differ
diff --git a/data/images/A01-4_device_unknown.png b/data/images/A01-4_device_unknown.png
new file mode 100644
index 0000000..207bd33
--- /dev/null
+++ b/data/images/A01-4_device_unknown.png
Binary files differ
diff --git a/data/images/A01-4_device_unknown_connect.png b/data/images/A01-4_device_unknown_connect.png
new file mode 100644
index 0000000..e0eedd5
--- /dev/null
+++ b/data/images/A01-4_device_unknown_connect.png
Binary files differ
diff --git a/data/images/A01-4_device_unknown_press.png b/data/images/A01-4_device_unknown_press.png
new file mode 100644
index 0000000..44193ae
--- /dev/null
+++ b/data/images/A01-4_device_unknown_press.png
Binary files differ
diff --git a/data/images/B03_Processing_download_ani_06.png b/data/images/B03_Processing_download_ani_06.png
new file mode 100644
index 0000000..36c5f4b
--- /dev/null
+++ b/data/images/B03_Processing_download_ani_06.png
Binary files differ
diff --git a/data/images/B03_Processing_upload_ani_06.png b/data/images/B03_Processing_upload_ani_06.png
new file mode 100644
index 0000000..d29fa52
--- /dev/null
+++ b/data/images/B03_Processing_upload_ani_06.png
Binary files differ
diff --git a/data/images/Q02_Notification_Bluetooth_file_received.png b/data/images/Q02_Notification_Bluetooth_file_received.png
new file mode 100644
index 0000000..eae48f3
--- /dev/null
+++ b/data/images/Q02_Notification_Bluetooth_file_received.png
Binary files differ
diff --git a/data/images/Q02_Notification_Bluetooth_file_sending.png b/data/images/Q02_Notification_Bluetooth_file_sending.png
new file mode 100644
index 0000000..854e4b2
--- /dev/null
+++ b/data/images/Q02_Notification_Bluetooth_file_sending.png
Binary files differ
diff --git a/data/images/Q02_Notification_Bluetooth_file_sent.png b/data/images/Q02_Notification_Bluetooth_file_sent.png
new file mode 100644
index 0000000..e657276
--- /dev/null
+++ b/data/images/Q02_Notification_Bluetooth_file_sent.png
Binary files differ
diff --git a/data/images/Q02_Notification_bluetooth.png b/data/images/Q02_Notification_bluetooth.png
new file mode 100644
index 0000000..cf2a211
--- /dev/null
+++ b/data/images/Q02_Notification_bluetooth.png
Binary files differ
diff --git a/data/images/Q02_Notification_bluetooth_file_receiving.png b/data/images/Q02_Notification_bluetooth_file_receiving.png
new file mode 100644
index 0000000..45705c9
--- /dev/null
+++ b/data/images/Q02_Notification_bluetooth_file_receiving.png
Binary files differ
diff --git a/data/images/ug-bluetooth-efl.png b/data/images/ug-bluetooth-efl.png
new file mode 100644
index 0000000..7c01e4c
--- /dev/null
+++ b/data/images/ug-bluetooth-efl.png
Binary files differ
diff --git a/data/ug-bluetooth-efl.xml b/data/ug-bluetooth-efl.xml
new file mode 100644
index 0000000..c01a63e
--- /dev/null
+++ b/data/ug-bluetooth-efl.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" package="ug-bluetooth-efl" version="2.0.25" install-location="internal-only">
+ <label>Bluetooth</label>
+ <author email="dh79.pyun@samsung.com" href="www.samsung.com">DoHyun Pyun</author>
+ <description>Bluetooth AppControl</description>
+ <ui-application appid="ug-bluetooth-efl" exec="/usr/ug/bin/setting-bluetooth-efl" nodisplay="true" multiple="true" type="capp" taskmanage="false">
+ <label>Bluetooth</label>
+ <label xml:lang="ar-ar">البلوتوث</label>
+ <label xml:lang="ar-ae">البلوتوث</label>
+ <label xml:lang="hi-hi">ब्लूटूथ</label>
+ <label xml:lang="hi-in">ब्लूटूथ</label>
+ <label xml:lang="ko-kr">블루투스</label>
+ <label xml:lang="zh-cn">蓝牙</label>
+ <label xml:lang="zh-hk">藍牙</label>
+ <label xml:lang="zh-sg">蓝牙</label>
+ <label xml:lang="zh-tw">藍牙</label>
+ <icon>/usr/share/icons/default/small/ug-bluetooth-efl.png</icon>
+ <application-service>
+ <operation name="http://tizen.org/appcontrol/operation/share"/>
+ <mime name="*/*"/>
+ </application-service>
+ <application-service>
+ <operation name="http://tizen.org/appcontrol/operation/multi_share"/>
+ <mime name="*/*"/>
+ </application-service>
+ <application-service>
+ <operation name="http://tizen.org/appcontrol/operation/share_text"/>
+ </application-service>
+ <application-service>
+ <operation name="http://tizen.org/appcontrol/operation/bluetooth/pick"/>
+ </application-service>
+ <application-service>
+ <operation name="http://tizen.org/appcontrol/operation/configure/bluetooth/visibility"/>
+ </application-service>
+ </ui-application>
+</manifest>