From: wn.jang Date: Wed, 13 Apr 2022 10:38:42 +0000 (+0900) Subject: Add metadata profile xml file X-Git-Tag: submit/tizen/20220415.011716~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5de40b4bfadf609a9e56c16d251ad819eb8f16c9;p=platform%2Fcore%2Fuifw%2Ftts.git Add metadata profile xml file Change-Id: I0b48c7bafbe1773e7ad97c2112ef593d104aaba6 --- diff --git a/packaging/metadata-profile.xml b/packaging/metadata-profile.xml new file mode 100644 index 00000000..8ef96a60 --- /dev/null +++ b/packaging/metadata-profile.xml @@ -0,0 +1,89 @@ + + + + + Y + 1.0 + + Write a TTS engine name. + + + It does not work if there is no value. + + + + + + + + Y + 1.0 + + Write supported langueges. + + + Language specified as an ISO 3166 alpha-2 two-letter country code followed by ISO 639-1 for the two-letter language code (for example, "ko_KR" for Korean, "en_US" for American English) + Voice type specified as female, male, and child. + + + + + + + + Y + 1.0 + + false - the credential key is not necessary. + true - the credential key is necessary. + + + Default value is false. + + + + + + + + Y + 1.0 + + Write a setting app name for tts engine. + + + The setting app does not launch if there is no value. + + + + + + + + Y + 1.0 + + Write a supported max text size as bytes. + + + It does not work if there is no value. + + + + + + + + Y + 1.0 + + Write whether to support pitch. + + + Default value is false. + + + + + + \ No newline at end of file