From: Amritanshu Date: Tue, 27 Aug 2019 12:34:34 +0000 (+0530) Subject: Modify animation in Iot profile for resolution 1280x720 X-Git-Tag: submit/tizen/20190829.053220^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5_tv;p=apps%2Fnative%2Fboot-animation.git Modify animation in Iot profile for resolution 1280x720 Change-Id: I505346fb6ca9d715bab6e938fc5032aa57e814d8 Signed-off-by: Amritanshu --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ad24b40..c51365d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,21 @@ ADD_CUSTOM_COMMAND(OUTPUT 720x1280_PowerOff.edj ${CMAKE_SOURCE_DIR}/res/edje/720x1280/720x1280_PowerOff_image.h ${CMAKE_SOURCE_DIR}/res/edje/720x1280/720x1280_PowerOff_part.h ) -ADD_CUSTOM_TARGET(edj_build DEPENDS 360x360_PowerOn.edj 360x360_PowerOff.edj 480x800_PowerOn.edj 480x800_PowerOff.edj 720x1280_PowerOn.edj 720x1280_PowerOff.edj) +ADD_CUSTOM_COMMAND(OUTPUT 1280x720_PowerOn.edj + COMMAND edje_cc -id ${CMAKE_SOURCE_DIR}/res/images/ + ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOn.edc ${CMAKE_BINARY_DIR}/1280x720_PowerOn.edj + DEPENDS ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOn.edc + ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOn_image.h + ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOn_part.h +) +ADD_CUSTOM_COMMAND(OUTPUT 1280x720_PowerOff.edj + COMMAND edje_cc -id ${CMAKE_SOURCE_DIR}/res/images/ + ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOff.edc ${CMAKE_BINARY_DIR}/1280x720_PowerOff.edj + DEPENDS ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOff.edc + ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOff_image.h + ${CMAKE_SOURCE_DIR}/res/edje/1280x720/1280x720_PowerOff_part.h +) +ADD_CUSTOM_TARGET(edj_build DEPENDS 360x360_PowerOn.edj 360x360_PowerOff.edj 480x800_PowerOn.edj 480x800_PowerOff.edj 720x1280_PowerOn.edj 720x1280_PowerOff.edj 1280x720_PowerOn.edj 1280x720_PowerOff.edj) ADD_DEPENDENCIES(${PROJECT_NAME} edj_build) INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin) @@ -119,6 +133,8 @@ INSTALL(FILES ${CMAKE_BINARY_DIR}/480x800_PowerOn.edj DESTINATION share/edje) INSTALL(FILES ${CMAKE_BINARY_DIR}/480x800_PowerOff.edj DESTINATION share/edje) INSTALL(FILES ${CMAKE_BINARY_DIR}/720x1280_PowerOn.edj DESTINATION share/edje) INSTALL(FILES ${CMAKE_BINARY_DIR}/720x1280_PowerOff.edj DESTINATION share/edje) +INSTALL(FILES ${CMAKE_BINARY_DIR}/1280x720_PowerOn.edj DESTINATION share/edje) +INSTALL(FILES ${CMAKE_BINARY_DIR}/1280x720_PowerOff.edj DESTINATION share/edje) INSTALL(FILES ${CMAKE_SOURCE_DIR}/res/sound/poweron.sdk.wav DESTINATION share/keysound) INSTALL(FILES ${CMAKE_SOURCE_DIR}/res/sound/poweron.wearable.ogg DESTINATION share/keysound) INSTALL(FILES ${CMAKE_SOURCE_DIR}/res/sound/poweron.ogg DESTINATION share/keysound) diff --git a/packaging/boot-animation.spec b/packaging/boot-animation.spec index 7585628..17babe7 100644 --- a/packaging/boot-animation.spec +++ b/packaging/boot-animation.spec @@ -103,6 +103,8 @@ mv /usr/share/keysound/poweron.wav /usr/share/keysound/poweron.sdk.wav %manifest boot-animation.manifest /usr/share/edje/720x1280_PowerOn.edj /usr/share/edje/720x1280_PowerOff.edj +/usr/share/edje/1280x720_PowerOn.edj +/usr/share/edje/1280x720_PowerOff.edj %license LICENSE %{_bindir}/boot-animation /usr/lib/systemd/system/boot-animation.service @@ -114,6 +116,8 @@ mv /usr/share/keysound/poweron.wav /usr/share/keysound/poweron.sdk.wav /usr/share/keysound/poweron.ogg /usr/share/edje/720x1280_PowerOn.edj /usr/share/edje/720x1280_PowerOff.edj +/usr/share/edje/1280x720_PowerOn.edj +/usr/share/edje/1280x720_PowerOff.edj %files sound-file-profile_wearable /usr/share/keysound/poweron.wearable.ogg @@ -128,3 +132,5 @@ mv /usr/share/keysound/poweron.wav /usr/share/keysound/poweron.sdk.wav /usr/share/edje/480x800_PowerOff.edj /usr/share/edje/720x1280_PowerOn.edj /usr/share/edje/720x1280_PowerOff.edj +/usr/share/edje/1280x720_PowerOn.edj +/usr/share/edje/1280x720_PowerOff.edj diff --git a/res/edje/1280x720/1280x720_PowerOff.edc b/res/edje/1280x720/1280x720_PowerOff.edc new file mode 100755 index 0000000..1980178 --- /dev/null +++ b/res/edje/1280x720/1280x720_PowerOff.edc @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2009-2019 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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. + * + */ + + +images { +#include "1280x720_PowerOff_image.h" +} + +collections { + group { name: "animation"; + + parts { + part { name: "poweroff"; + mouse_events: 0; + description { + state: "default" 0.0; + image { +#include "1280x720_PowerOff_part.h" + } + visible: 1; + } + } + } + + programs { + program { + name: "poweroff"; + signal: "show"; + action: STATE_SET "default" 0.0; + target: "poweroff"; + transition: LINEAR 2; + after: "poweroff_end"; + } + + program { + name: "poweroff_end"; + action: SIGNAL_EMIT "end" "animation"; + } + } + } +} + diff --git a/res/edje/1280x720/1280x720_PowerOff_image.h b/res/edje/1280x720/1280x720_PowerOff_image.h new file mode 100755 index 0000000..62ce7fb --- /dev/null +++ b/res/edje/1280x720/1280x720_PowerOff_image.h @@ -0,0 +1,68 @@ +/* + * Copyright (c) 2009-2019 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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. + * + */ + + image:"1280x720_PowerOff/power_off_1280_720__00000.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00001.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00002.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00003.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00004.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00005.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00006.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00007.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00008.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00009.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00010.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00011.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00012.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00013.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00014.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00015.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00016.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00017.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00018.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00019.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00020.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00021.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00022.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00023.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00024.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00025.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00026.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00027.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00028.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00029.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00030.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00031.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00032.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00033.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00034.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00035.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00036.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00037.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00038.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00039.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00040.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00041.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00042.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00043.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00044.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00045.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00046.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00047.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00048.png" LOSSY 85; + image:"1280x720_PowerOff/power_off_1280_720__00049.png" LOSSY 85; + diff --git a/res/edje/1280x720/1280x720_PowerOff_part.h b/res/edje/1280x720/1280x720_PowerOff_part.h new file mode 100755 index 0000000..4841f9b --- /dev/null +++ b/res/edje/1280x720/1280x720_PowerOff_part.h @@ -0,0 +1,69 @@ +/* + * Copyright (c) 2009-2019 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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. + * + */ + + + normal:"1280x720_PowerOff/power_off_1280_720__00049.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00000.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00001.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00002.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00003.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00004.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00005.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00006.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00007.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00008.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00009.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00010.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00011.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00012.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00013.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00014.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00015.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00016.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00017.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00018.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00019.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00020.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00021.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00022.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00023.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00024.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00025.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00026.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00027.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00028.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00029.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00030.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00031.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00032.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00033.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00034.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00035.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00036.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00037.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00038.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00039.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00040.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00041.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00042.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00043.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00044.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00045.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00046.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00047.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00048.png"; + tween:"1280x720_PowerOff/power_off_1280_720__00049.png"; diff --git a/res/edje/1280x720/1280x720_PowerOn.edc b/res/edje/1280x720/1280x720_PowerOn.edc new file mode 100755 index 0000000..e810eab --- /dev/null +++ b/res/edje/1280x720/1280x720_PowerOn.edc @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2009-2019 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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. + * + */ + + +images { +#include "1280x720_PowerOn_image.h" +} + +collections { + group { + name: "animation"; + + parts { + part { + name: "poweron"; + mouse_events: 0; + description { + state: "default" 0.0; + image { +#include "1280x720_PowerOn_part.h" + } + visible: 1; + } + } + } + + programs { + program { + name: "poweron"; + signal: "show"; + action: STATE_SET "default" 0.0; + target: "poweron"; + transition: LINEAR 6; + after: "poweron_end"; + } + program { + name: "poweron_end"; + action: SIGNAL_EMIT "end" "animation"; + } + } + } +} + diff --git a/res/edje/1280x720/1280x720_PowerOn_image.h b/res/edje/1280x720/1280x720_PowerOn_image.h new file mode 100755 index 0000000..5f468bf --- /dev/null +++ b/res/edje/1280x720/1280x720_PowerOn_image.h @@ -0,0 +1,105 @@ +/* + * Copyright (c) 2009-2019 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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. + * + */ + + + image:"1280x720_PowerOn/power_on_1280_720__00000.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00001.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00002.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00003.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00004.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00005.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00006.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00007.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00008.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00009.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00010.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00011.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00012.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00013.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00014.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00015.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00016.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00017.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00018.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00019.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00020.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00021.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00022.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00023.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00024.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00025.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00026.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00027.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00028.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00029.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00030.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00031.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00032.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00033.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00034.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00035.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00036.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00037.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00038.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00039.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00040.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00041.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00042.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00043.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00044.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00045.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00046.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00047.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00048.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00049.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00050.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00051.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00052.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00053.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00054.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00055.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00056.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00057.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00058.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00059.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00060.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00061.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00062.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00063.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00064.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00065.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00066.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00067.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00068.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00069.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00070.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00071.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00072.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00073.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00074.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00075.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00076.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00077.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00078.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00079.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00080.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00081.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00082.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00083.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00084.png" LOSSY 85; + image:"1280x720_PowerOn/power_on_1280_720__00085.png" LOSSY 85; + diff --git a/res/edje/1280x720/1280x720_PowerOn_part.h b/res/edje/1280x720/1280x720_PowerOn_part.h new file mode 100755 index 0000000..71bb8ef --- /dev/null +++ b/res/edje/1280x720/1280x720_PowerOn_part.h @@ -0,0 +1,105 @@ +/* + * Copyright (c) 2009-2019 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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. + * + */ + + + normal:"1280x720_PowerOn/power_on_1280_720__00000.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00000.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00001.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00002.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00003.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00004.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00005.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00006.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00007.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00008.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00009.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00010.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00011.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00012.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00013.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00014.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00015.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00016.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00017.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00018.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00019.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00020.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00021.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00022.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00023.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00024.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00025.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00026.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00027.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00028.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00029.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00030.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00031.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00032.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00033.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00034.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00035.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00036.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00037.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00038.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00039.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00040.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00041.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00042.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00043.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00044.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00045.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00046.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00047.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00048.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00049.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00050.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00051.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00052.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00053.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00054.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00055.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00056.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00057.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00058.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00059.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00060.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00061.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00062.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00063.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00064.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00065.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00066.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00067.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00068.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00069.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00070.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00071.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00072.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00073.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00074.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00075.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00076.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00077.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00078.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00079.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00080.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00081.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00082.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00083.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00084.png"; + tween:"1280x720_PowerOn/power_on_1280_720__00085.png"; diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00000.png b/res/images/1280x720_PowerOff/power_off_1280_720__00000.png new file mode 100755 index 0000000..59cd53c Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00000.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00001.png b/res/images/1280x720_PowerOff/power_off_1280_720__00001.png new file mode 100755 index 0000000..1241bae Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00001.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00002.png b/res/images/1280x720_PowerOff/power_off_1280_720__00002.png new file mode 100755 index 0000000..d5a328a Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00002.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00003.png b/res/images/1280x720_PowerOff/power_off_1280_720__00003.png new file mode 100755 index 0000000..97df690 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00003.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00004.png b/res/images/1280x720_PowerOff/power_off_1280_720__00004.png new file mode 100755 index 0000000..e163aa0 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00004.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00005.png b/res/images/1280x720_PowerOff/power_off_1280_720__00005.png new file mode 100755 index 0000000..482578a Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00005.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00006.png b/res/images/1280x720_PowerOff/power_off_1280_720__00006.png new file mode 100755 index 0000000..76b7b0d Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00006.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00007.png b/res/images/1280x720_PowerOff/power_off_1280_720__00007.png new file mode 100755 index 0000000..caa1088 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00007.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00008.png b/res/images/1280x720_PowerOff/power_off_1280_720__00008.png new file mode 100755 index 0000000..bec618f Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00008.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00009.png b/res/images/1280x720_PowerOff/power_off_1280_720__00009.png new file mode 100755 index 0000000..30953c6 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00009.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00010.png b/res/images/1280x720_PowerOff/power_off_1280_720__00010.png new file mode 100755 index 0000000..fdba748 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00010.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00011.png b/res/images/1280x720_PowerOff/power_off_1280_720__00011.png new file mode 100755 index 0000000..d825eb1 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00011.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00012.png b/res/images/1280x720_PowerOff/power_off_1280_720__00012.png new file mode 100755 index 0000000..e80daed Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00012.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00013.png b/res/images/1280x720_PowerOff/power_off_1280_720__00013.png new file mode 100755 index 0000000..c0b5542 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00013.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00014.png b/res/images/1280x720_PowerOff/power_off_1280_720__00014.png new file mode 100755 index 0000000..1b68d33 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00014.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00015.png b/res/images/1280x720_PowerOff/power_off_1280_720__00015.png new file mode 100755 index 0000000..5552d1c Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00015.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00016.png b/res/images/1280x720_PowerOff/power_off_1280_720__00016.png new file mode 100755 index 0000000..837e447 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00016.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00017.png b/res/images/1280x720_PowerOff/power_off_1280_720__00017.png new file mode 100755 index 0000000..b2f2253 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00017.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00018.png b/res/images/1280x720_PowerOff/power_off_1280_720__00018.png new file mode 100755 index 0000000..45a8b3d Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00018.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00019.png b/res/images/1280x720_PowerOff/power_off_1280_720__00019.png new file mode 100755 index 0000000..cdd8396 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00019.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00020.png b/res/images/1280x720_PowerOff/power_off_1280_720__00020.png new file mode 100755 index 0000000..aa64276 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00020.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00021.png b/res/images/1280x720_PowerOff/power_off_1280_720__00021.png new file mode 100755 index 0000000..ecc29ab Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00021.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00022.png b/res/images/1280x720_PowerOff/power_off_1280_720__00022.png new file mode 100755 index 0000000..8170e07 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00022.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00023.png b/res/images/1280x720_PowerOff/power_off_1280_720__00023.png new file mode 100755 index 0000000..a261bbf Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00023.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00024.png b/res/images/1280x720_PowerOff/power_off_1280_720__00024.png new file mode 100755 index 0000000..ed07ed2 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00024.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00025.png b/res/images/1280x720_PowerOff/power_off_1280_720__00025.png new file mode 100755 index 0000000..6ed10ed Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00025.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00026.png b/res/images/1280x720_PowerOff/power_off_1280_720__00026.png new file mode 100755 index 0000000..16e34f4 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00026.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00027.png b/res/images/1280x720_PowerOff/power_off_1280_720__00027.png new file mode 100755 index 0000000..d6d7087 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00027.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00028.png b/res/images/1280x720_PowerOff/power_off_1280_720__00028.png new file mode 100755 index 0000000..1dcd90e Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00028.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00029.png b/res/images/1280x720_PowerOff/power_off_1280_720__00029.png new file mode 100755 index 0000000..781638f Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00029.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00030.png b/res/images/1280x720_PowerOff/power_off_1280_720__00030.png new file mode 100755 index 0000000..93b6da4 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00030.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00031.png b/res/images/1280x720_PowerOff/power_off_1280_720__00031.png new file mode 100755 index 0000000..a475b31 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00031.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00032.png b/res/images/1280x720_PowerOff/power_off_1280_720__00032.png new file mode 100755 index 0000000..27155cf Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00032.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00033.png b/res/images/1280x720_PowerOff/power_off_1280_720__00033.png new file mode 100755 index 0000000..b6529f2 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00033.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00034.png b/res/images/1280x720_PowerOff/power_off_1280_720__00034.png new file mode 100755 index 0000000..2ea65ba Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00034.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00035.png b/res/images/1280x720_PowerOff/power_off_1280_720__00035.png new file mode 100755 index 0000000..985f46f Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00035.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00036.png b/res/images/1280x720_PowerOff/power_off_1280_720__00036.png new file mode 100755 index 0000000..13ca7d3 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00036.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00037.png b/res/images/1280x720_PowerOff/power_off_1280_720__00037.png new file mode 100755 index 0000000..76c94c0 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00037.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00038.png b/res/images/1280x720_PowerOff/power_off_1280_720__00038.png new file mode 100755 index 0000000..5108659 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00038.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00039.png b/res/images/1280x720_PowerOff/power_off_1280_720__00039.png new file mode 100755 index 0000000..0ceaa38 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00039.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00040.png b/res/images/1280x720_PowerOff/power_off_1280_720__00040.png new file mode 100755 index 0000000..2e0a1c8 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00040.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00041.png b/res/images/1280x720_PowerOff/power_off_1280_720__00041.png new file mode 100755 index 0000000..b3fb551 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00041.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00042.png b/res/images/1280x720_PowerOff/power_off_1280_720__00042.png new file mode 100755 index 0000000..ffe9780 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00042.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00043.png b/res/images/1280x720_PowerOff/power_off_1280_720__00043.png new file mode 100755 index 0000000..5f4a30f Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00043.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00044.png b/res/images/1280x720_PowerOff/power_off_1280_720__00044.png new file mode 100755 index 0000000..41d9491 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00044.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00045.png b/res/images/1280x720_PowerOff/power_off_1280_720__00045.png new file mode 100755 index 0000000..ef7157e Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00045.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00046.png b/res/images/1280x720_PowerOff/power_off_1280_720__00046.png new file mode 100755 index 0000000..4f85c58 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00046.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00047.png b/res/images/1280x720_PowerOff/power_off_1280_720__00047.png new file mode 100755 index 0000000..8beab8a Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00047.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00048.png b/res/images/1280x720_PowerOff/power_off_1280_720__00048.png new file mode 100755 index 0000000..90946e4 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00048.png differ diff --git a/res/images/1280x720_PowerOff/power_off_1280_720__00049.png b/res/images/1280x720_PowerOff/power_off_1280_720__00049.png new file mode 100755 index 0000000..80c45f6 Binary files /dev/null and b/res/images/1280x720_PowerOff/power_off_1280_720__00049.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00000.png b/res/images/1280x720_PowerOn/power_on_1280_720__00000.png new file mode 100755 index 0000000..917ac6a Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00000.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00001.png b/res/images/1280x720_PowerOn/power_on_1280_720__00001.png new file mode 100755 index 0000000..5e3b5ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00001.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00002.png b/res/images/1280x720_PowerOn/power_on_1280_720__00002.png new file mode 100755 index 0000000..c023f75 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00002.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00003.png b/res/images/1280x720_PowerOn/power_on_1280_720__00003.png new file mode 100755 index 0000000..c8c2dba Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00003.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00004.png b/res/images/1280x720_PowerOn/power_on_1280_720__00004.png new file mode 100755 index 0000000..747a324 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00004.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00005.png b/res/images/1280x720_PowerOn/power_on_1280_720__00005.png new file mode 100755 index 0000000..16970e1 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00005.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00006.png b/res/images/1280x720_PowerOn/power_on_1280_720__00006.png new file mode 100755 index 0000000..5789cf7 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00006.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00007.png b/res/images/1280x720_PowerOn/power_on_1280_720__00007.png new file mode 100755 index 0000000..35b37ed Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00007.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00008.png b/res/images/1280x720_PowerOn/power_on_1280_720__00008.png new file mode 100755 index 0000000..fbb1d7e Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00008.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00009.png b/res/images/1280x720_PowerOn/power_on_1280_720__00009.png new file mode 100755 index 0000000..80f7d89 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00009.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00010.png b/res/images/1280x720_PowerOn/power_on_1280_720__00010.png new file mode 100755 index 0000000..d678aac Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00010.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00011.png b/res/images/1280x720_PowerOn/power_on_1280_720__00011.png new file mode 100755 index 0000000..02fbb81 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00011.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00012.png b/res/images/1280x720_PowerOn/power_on_1280_720__00012.png new file mode 100755 index 0000000..2c98d2b Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00012.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00013.png b/res/images/1280x720_PowerOn/power_on_1280_720__00013.png new file mode 100755 index 0000000..520f5af Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00013.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00014.png b/res/images/1280x720_PowerOn/power_on_1280_720__00014.png new file mode 100755 index 0000000..6b80b3c Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00014.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00015.png b/res/images/1280x720_PowerOn/power_on_1280_720__00015.png new file mode 100755 index 0000000..0eee1d7 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00015.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00016.png b/res/images/1280x720_PowerOn/power_on_1280_720__00016.png new file mode 100755 index 0000000..6846f4b Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00016.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00017.png b/res/images/1280x720_PowerOn/power_on_1280_720__00017.png new file mode 100755 index 0000000..2326068 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00017.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00018.png b/res/images/1280x720_PowerOn/power_on_1280_720__00018.png new file mode 100755 index 0000000..bbb5e8e Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00018.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00019.png b/res/images/1280x720_PowerOn/power_on_1280_720__00019.png new file mode 100755 index 0000000..6f8db58 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00019.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00020.png b/res/images/1280x720_PowerOn/power_on_1280_720__00020.png new file mode 100755 index 0000000..21987b8 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00020.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00021.png b/res/images/1280x720_PowerOn/power_on_1280_720__00021.png new file mode 100755 index 0000000..9559b5b Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00021.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00022.png b/res/images/1280x720_PowerOn/power_on_1280_720__00022.png new file mode 100755 index 0000000..b126f43 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00022.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00023.png b/res/images/1280x720_PowerOn/power_on_1280_720__00023.png new file mode 100755 index 0000000..47df890 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00023.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00024.png b/res/images/1280x720_PowerOn/power_on_1280_720__00024.png new file mode 100755 index 0000000..adc4d78 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00024.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00025.png b/res/images/1280x720_PowerOn/power_on_1280_720__00025.png new file mode 100755 index 0000000..cf0607b Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00025.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00026.png b/res/images/1280x720_PowerOn/power_on_1280_720__00026.png new file mode 100755 index 0000000..4309d49 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00026.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00027.png b/res/images/1280x720_PowerOn/power_on_1280_720__00027.png new file mode 100755 index 0000000..f2d78f5 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00027.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00028.png b/res/images/1280x720_PowerOn/power_on_1280_720__00028.png new file mode 100755 index 0000000..369c57e Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00028.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00029.png b/res/images/1280x720_PowerOn/power_on_1280_720__00029.png new file mode 100755 index 0000000..d793fa1 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00029.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00030.png b/res/images/1280x720_PowerOn/power_on_1280_720__00030.png new file mode 100755 index 0000000..ef73cc5 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00030.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00031.png b/res/images/1280x720_PowerOn/power_on_1280_720__00031.png new file mode 100755 index 0000000..5e1639a Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00031.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00032.png b/res/images/1280x720_PowerOn/power_on_1280_720__00032.png new file mode 100755 index 0000000..00dba9c Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00032.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00033.png b/res/images/1280x720_PowerOn/power_on_1280_720__00033.png new file mode 100755 index 0000000..86cf7ec Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00033.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00034.png b/res/images/1280x720_PowerOn/power_on_1280_720__00034.png new file mode 100755 index 0000000..d704a46 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00034.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00035.png b/res/images/1280x720_PowerOn/power_on_1280_720__00035.png new file mode 100755 index 0000000..275692c Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00035.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00036.png b/res/images/1280x720_PowerOn/power_on_1280_720__00036.png new file mode 100755 index 0000000..75aac75 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00036.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00037.png b/res/images/1280x720_PowerOn/power_on_1280_720__00037.png new file mode 100755 index 0000000..df0a6e2 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00037.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00038.png b/res/images/1280x720_PowerOn/power_on_1280_720__00038.png new file mode 100755 index 0000000..3fde62c Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00038.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00039.png b/res/images/1280x720_PowerOn/power_on_1280_720__00039.png new file mode 100755 index 0000000..49bdeab Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00039.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00040.png b/res/images/1280x720_PowerOn/power_on_1280_720__00040.png new file mode 100755 index 0000000..5cec8d6 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00040.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00041.png b/res/images/1280x720_PowerOn/power_on_1280_720__00041.png new file mode 100755 index 0000000..438cbc9 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00041.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00042.png b/res/images/1280x720_PowerOn/power_on_1280_720__00042.png new file mode 100755 index 0000000..aa9c9e6 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00042.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00043.png b/res/images/1280x720_PowerOn/power_on_1280_720__00043.png new file mode 100755 index 0000000..2de888a Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00043.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00044.png b/res/images/1280x720_PowerOn/power_on_1280_720__00044.png new file mode 100755 index 0000000..6ee3e27 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00044.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00045.png b/res/images/1280x720_PowerOn/power_on_1280_720__00045.png new file mode 100755 index 0000000..6fb915b Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00045.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00046.png b/res/images/1280x720_PowerOn/power_on_1280_720__00046.png new file mode 100755 index 0000000..3d7f9c1 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00046.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00047.png b/res/images/1280x720_PowerOn/power_on_1280_720__00047.png new file mode 100755 index 0000000..789d01e Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00047.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00048.png b/res/images/1280x720_PowerOn/power_on_1280_720__00048.png new file mode 100755 index 0000000..abd49ad Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00048.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00049.png b/res/images/1280x720_PowerOn/power_on_1280_720__00049.png new file mode 100755 index 0000000..19a3545 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00049.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00050.png b/res/images/1280x720_PowerOn/power_on_1280_720__00050.png new file mode 100755 index 0000000..c38e1c5 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00050.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00051.png b/res/images/1280x720_PowerOn/power_on_1280_720__00051.png new file mode 100755 index 0000000..123b9ed Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00051.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00052.png b/res/images/1280x720_PowerOn/power_on_1280_720__00052.png new file mode 100755 index 0000000..9b9d3ea Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00052.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00053.png b/res/images/1280x720_PowerOn/power_on_1280_720__00053.png new file mode 100755 index 0000000..ccc4f67 Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00053.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00054.png b/res/images/1280x720_PowerOn/power_on_1280_720__00054.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00054.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00055.png b/res/images/1280x720_PowerOn/power_on_1280_720__00055.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00055.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00056.png b/res/images/1280x720_PowerOn/power_on_1280_720__00056.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00056.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00057.png b/res/images/1280x720_PowerOn/power_on_1280_720__00057.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00057.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00058.png b/res/images/1280x720_PowerOn/power_on_1280_720__00058.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00058.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00059.png b/res/images/1280x720_PowerOn/power_on_1280_720__00059.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00059.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00060.png b/res/images/1280x720_PowerOn/power_on_1280_720__00060.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00060.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00061.png b/res/images/1280x720_PowerOn/power_on_1280_720__00061.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00061.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00062.png b/res/images/1280x720_PowerOn/power_on_1280_720__00062.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00062.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00063.png b/res/images/1280x720_PowerOn/power_on_1280_720__00063.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00063.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00064.png b/res/images/1280x720_PowerOn/power_on_1280_720__00064.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00064.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00065.png b/res/images/1280x720_PowerOn/power_on_1280_720__00065.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00065.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00066.png b/res/images/1280x720_PowerOn/power_on_1280_720__00066.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00066.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00067.png b/res/images/1280x720_PowerOn/power_on_1280_720__00067.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00067.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00068.png b/res/images/1280x720_PowerOn/power_on_1280_720__00068.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00068.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00069.png b/res/images/1280x720_PowerOn/power_on_1280_720__00069.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00069.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00070.png b/res/images/1280x720_PowerOn/power_on_1280_720__00070.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00070.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00071.png b/res/images/1280x720_PowerOn/power_on_1280_720__00071.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00071.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00072.png b/res/images/1280x720_PowerOn/power_on_1280_720__00072.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00072.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00073.png b/res/images/1280x720_PowerOn/power_on_1280_720__00073.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00073.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00074.png b/res/images/1280x720_PowerOn/power_on_1280_720__00074.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00074.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00075.png b/res/images/1280x720_PowerOn/power_on_1280_720__00075.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00075.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00076.png b/res/images/1280x720_PowerOn/power_on_1280_720__00076.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00076.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00077.png b/res/images/1280x720_PowerOn/power_on_1280_720__00077.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00077.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00078.png b/res/images/1280x720_PowerOn/power_on_1280_720__00078.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00078.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00079.png b/res/images/1280x720_PowerOn/power_on_1280_720__00079.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00079.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00080.png b/res/images/1280x720_PowerOn/power_on_1280_720__00080.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00080.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00081.png b/res/images/1280x720_PowerOn/power_on_1280_720__00081.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00081.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00082.png b/res/images/1280x720_PowerOn/power_on_1280_720__00082.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00082.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00083.png b/res/images/1280x720_PowerOn/power_on_1280_720__00083.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00083.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00084.png b/res/images/1280x720_PowerOn/power_on_1280_720__00084.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00084.png differ diff --git a/res/images/1280x720_PowerOn/power_on_1280_720__00085.png b/res/images/1280x720_PowerOn/power_on_1280_720__00085.png new file mode 100755 index 0000000..2a3e4ff Binary files /dev/null and b/res/images/1280x720_PowerOn/power_on_1280_720__00085.png differ diff --git a/src/animation.c b/src/animation.c index d9abd8b..17ce775 100755 --- a/src/animation.c +++ b/src/animation.c @@ -170,6 +170,7 @@ static char * __get_layout_file_name(int animation_type, int w, int h) ret = access(file_name, 0); if (ret != 0) { __E("There's no Image same with [%s], So set Default[720x1280] image", file_name); + __D("There's no Image same with [%s], So set Default[720x1280] image", file_name); if (animation_type == TYPE_OFF) snprintf(file_name, sizeof(file_name), "%s", DEFAULT_OFF); else @@ -178,6 +179,7 @@ static char * __get_layout_file_name(int animation_type, int w, int h) ret = access(file_name, 0); if (ret) { __E("There's no Image file[%s] on target", file_name); + __D("There's no Image file[%s] on target", file_name); return NULL; } } diff --git a/tags b/tags index 37fcf38..62bf6ad 100644 --- a/tags +++ b/tags @@ -485,6 +485,142 @@ LOSSY data/wearable_poweron_image.h /^ image:"TIZEN_W_Power_on\/Tizen_power_on_4 LOSSY data/wearable_poweron_image.h /^ image:"TIZEN_W_Power_on\/Tizen_power_on_41.png" LOSSY 85;$/;" v LOSSY data/wearable_poweron_image.h /^ image:"TIZEN_W_Power_on\/Tizen_power_on_42.png" LOSSY 85;$/;" v LOSSY data/wearable_poweron_image.h /^ image:"TIZEN_W_Power_on\/Tizen_power_on_43.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00000.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00001.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00002.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00003.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00004.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00005.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00006.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00007.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00008.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00009.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00010.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00011.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00012.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00013.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00014.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00015.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00016.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00017.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00018.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00019.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00020.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00021.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00022.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00023.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00024.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00025.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00026.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00027.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00028.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00029.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00030.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00031.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00032.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00033.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00034.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00035.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00036.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00037.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00038.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00039.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00040.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00041.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00042.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00043.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00044.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00045.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00046.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00047.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00048.png" LOSSY 85;$/;" v +LOSSY data/common_poweroff_image.h /^ image:"power_off_1280_720\/power_off_1280_720__00049.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00000.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00001.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00002.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00003.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00004.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00005.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00006.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00007.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00008.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00009.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00010.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00011.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00012.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00013.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00014.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00015.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00016.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00017.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00018.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00019.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00020.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00021.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00022.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00023.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00024.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00025.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00026.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00027.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00028.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00029.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00030.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00031.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00032.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00033.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00034.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00035.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00036.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00037.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00038.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00039.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00040.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00041.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00042.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00043.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00044.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00045.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00046.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00047.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00048.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00049.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00050.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00051.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00052.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00053.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00054.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00055.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00056.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00057.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00058.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00059.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00060.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00061.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00062.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00063.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00064.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00065.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00066.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00067.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00068.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00069.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00070.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00071.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00072.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00073.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00074.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00075.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00076.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00077.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00078.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00079.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00080.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00081.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00082.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00083.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00084.png" LOSSY 85;$/;" v +LOSSY data/common_poweron_image.h /^ image:"power_on_1280_720\/power_on_1280_720__00085.png" LOSSY 85;$/;" v LabelChunk include/wav_parser.h /^} __PACK LabelChunk;$/;" t typeref:struct:__anon9 LabelID include/wav_parser.h 106;" d LabelTextChunk include/wav_parser.h /^} __PACK LabelTextChunk;$/;" t typeref:struct:__anon11