From c6f99860c7b8de38a4942f45aec4b6b5efe755d7 Mon Sep 17 00:00:00 2001 From: "wn.jang" Date: Wed, 13 Apr 2022 19:38:09 +0900 Subject: [PATCH] Add metadata profile xml file Change-Id: I34c62f51fef48d29ce505c5ba010f72d7b4194ba --- packaging/metadata-profile.xml | 74 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 packaging/metadata-profile.xml diff --git a/packaging/metadata-profile.xml b/packaging/metadata-profile.xml new file mode 100644 index 0000000..6149419 --- /dev/null +++ b/packaging/metadata-profile.xml @@ -0,0 +1,74 @@ + + + + + Y + 1.0 + + Write a VC 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) + + + + + + + + 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 vc engine. + + + The setting app does not launch if there is no value. + + + + + + + + Y + 1.0 + + Write whether to support non-fixed type command + + + Default value is false. + + + + + + \ No newline at end of file -- 2.7.4