This patch follows the package naming rule.
[Pacakge Namaing Rule]
org.tizen.accessibility-setting-profile_PROFILE
Change-Id: I2d942ab3481a325dd04a9741e772d8966b9713ec
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT(accessibility-setting-wearable C)
+PROJECT(accessibility-setting-profile_wearable C)
SET(HEADERS)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
--- /dev/null
+collections {
+
+ base_scale: 1.3;
+
+ group { name: "setting/genlist/layout";
+ parts {
+ part {
+ name: "bg";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 255;
+ rel1 {
+ relative: 0.0 0.0;
+ }
+ rel2 {
+ relative: 1.0 1.0;
+ }
+ }
+ }
+ part {
+ name: "elm.genlist";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 0.0 0.0;
+ to: "bg";
+ }
+ rel2 {
+ relative: 1.0 1.0;
+ to: "bg";
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
+++ /dev/null
-collections {
-
- base_scale: 1.3;
-
- group { name: "setting/genlist/layout";
- parts {
- part {
- name: "bg";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- color: 0 0 0 255;
- rel1 {
- relative: 0.0 0.0;
- }
- rel2 {
- relative: 1.0 1.0;
- }
- }
- }
- part {
- name: "elm.genlist";
- type: SWALLOW;
- scale: 1;
- description {
- state: "default" 0.0;
- rel1 {
- relative: 0.0 0.0;
- to: "bg";
- }
- rel2 {
- relative: 1.0 1.0;
- to: "bg";
- }
- }
- }
- }
- }
-}
\ No newline at end of file
#include <efl_extension.h>
#define VCONFKEY_SETAPPL_ACCESSIBILITY_TTS "db/setting/accessibility/tts"
-#define SETTING_ACCESSIBILITY_PACKAGE_NAME "accessibility-setting-wearable"
-#define EDJE_PATH TZ_SYS_RO_APP_D"/org.tizen.accessibility-setting-wearable/res/edje/accessibility-setting-wearable.edj"
+#define SETTING_ACCESSIBILITY_PACKAGE_NAME "accessibility-setting-profile_wearable"
+#define EDJE_PATH TZ_SYS_RO_APP_D"/org.tizen.accessibility-setting-profile_wearable/res/edje/accessibility-setting-profile_wearable.edj"
#define access_gettext(s) dgettext(SETTING_ACCESSIBILITY_PACKAGE_NAME, s)
typedef enum {
--- /dev/null
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.accessibility-setting-profile_wearable" version="0.0.1" install-location="internal-only" api-version="3.0">
+ <label>Accessibility Setting for Wearable</label>
+ <description>Accessibility Setting App for Wearable</description>
+ <ui-application appid="org.tizen.accessibility-setting-profile_wearable" exec="accessibility-setting-profile_wearable" nodisplay="true" multiple="false" type="capp" taskmanage="false" mainapp="true" process-pool="true" hw-acceleration="use-GL">
+ <label>Accessibility Setting for Wearable</label>
+ <label xml:lang="en-us">Accessibility Setting for Wearable</label>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
+ </privileges>
+</manifest>
+++ /dev/null
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.accessibility-setting-wearable" version="0.0.1" install-location="internal-only" api-version="3.0">
- <label>Accessibility Setting for Wearable</label>
- <description>Accessibility Setting App for Wearable</description>
- <ui-application appid="org.tizen.accessibility-setting-wearable" exec="accessibility-setting-wearable" nodisplay="true" multiple="false" type="capp" taskmanage="false" mainapp="true" process-pool="true" hw-acceleration="use-GL">
- <label>Accessibility Setting for Wearable</label>
- <label xml:lang="en-us">Accessibility Setting for Wearable</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
- </privileges>
-</manifest>
--- /dev/null
+Name: org.tizen.accessibility-setting-profile_wearable
+Summary: Accessibility Setting Application
+Version: 0.0.1
+Release: 1
+Group: UI Framework
+License: Apache-2.0
+Source0: %{name}-%{version}.tar.gz
+
+BuildRequires: gettext-tools
+BuildRequires: pkgconfig(elementary)
+BuildRequires: pkgconfig(dlog)
+BuildRequires: pkgconfig(vconf)
+BuildRequires: cmake
+BuildRequires: pkgconfig(libtzplatform-config)
+BuildRequires: pkgconfig(appcore-efl)
+BuildRequires: pkgconfig(appcore-common)
+BuildRequires: pkgconfig(efl-extension)
+BuildRequires: pkgconfig(capi-appfw-application)
+
+%description
+Accessibility setting application for wearable
+
+%prep
+%setup -q
+%define _pkg_dir %{TZ_SYS_RO_APP}/%{name}
+
+%build
+
+rm -rf CMakeFiles CMakeCache.txt && cmake . -DCMAKE_INSTALL_PREFIX=%{_pkg_dir}} \
+ -DTZ_SYS_RO_APP=%TZ_SYS_RO_APP \
+ -DTZ_SYS_RO_PACKAGES=%TZ_SYS_RO_PACKAGES \
+
+make %{?jobs:-j%jobs}
+
+%install
+%make_install
+
+
+%files
+%defattr(-,root,root,-)
+%{_pkg_dir}/bin/*
+%{_pkg_dir}/res/*
+%{TZ_SYS_RO_PACKAGES}/%{name}.xml
+%manifest %{name}.manifest
+%license LICENSE
+++ /dev/null
-Name: org.tizen.accessibility-setting-wearable
-Summary: Accessibility Setting Application
-Version: 0.0.1
-Release: 1
-Group: UI Framework
-License: Apache-2.0
-Source0: %{name}-%{version}.tar.gz
-
-BuildRequires: gettext-tools
-BuildRequires: pkgconfig(elementary)
-BuildRequires: pkgconfig(dlog)
-BuildRequires: pkgconfig(vconf)
-BuildRequires: cmake
-BuildRequires: pkgconfig(libtzplatform-config)
-BuildRequires: pkgconfig(appcore-efl)
-BuildRequires: pkgconfig(appcore-common)
-BuildRequires: pkgconfig(efl-extension)
-BuildRequires: pkgconfig(capi-appfw-application)
-
-%description
-Accessibility setting application for wearable
-
-%prep
-%setup -q
-%define _pkg_dir %{TZ_SYS_RO_APP}/%{name}
-
-%build
-
-rm -rf CMakeFiles CMakeCache.txt && cmake . -DCMAKE_INSTALL_PREFIX=%{_pkg_dir}} \
- -DTZ_SYS_RO_APP=%TZ_SYS_RO_APP \
- -DTZ_SYS_RO_PACKAGES=%TZ_SYS_RO_PACKAGES \
-
-make %{?jobs:-j%jobs}
-
-%install
-%make_install
-
-
-%files
-%defattr(-,root,root,-)
-%{_pkg_dir}/bin/*
-%{_pkg_dir}/res/*
-%{TZ_SYS_RO_PACKAGES}/%{name}.xml
-%manifest %{name}.manifest
-%license LICENSE