Add `metadata-profile.xml`
authorHyungju Lee <leee.lee@samsung.com>
Tue, 12 Apr 2022 06:53:47 +0000 (15:53 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 12 Apr 2022 08:14:08 +0000 (17:14 +0900)
packaging/metadata-profile.xml [new file with mode: 0644]

diff --git a/packaging/metadata-profile.xml b/packaging/metadata-profile.xml
new file mode 100644 (file)
index 0000000..1e1802e
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<profile>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/prefer_dotnet_aot" description="Compilation preference of application dlls at installation time"/>
+        <published>Y</published>
+        <version>1.0</version>
+        <value-description>
+            `true` or `false` in favor of the compilation of application dlls at install time
+        </value-description>
+        <default-value-description>
+            Default behavior may differ from implementations of the platform policy and the target status
+        </default-value-description>
+        <example description="Prefer dll in this package to be compiled at installation time">
+            <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true"/>
+        </example>
+    </metadata-define>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/prefer_nuget_cache" description="Nuget caching preference across application packages"/>
+        <published>N</published>
+        <version>1.0</version>
+        <value-description>
+            `true` or `false` in favor of nuget sharing across packages
+        </value-description>
+        <default-value-description>
+            Default behavior may differ from implementations of the platform policy and the target status
+        </default-value-description>
+        <example description="Prefer nuget dlls to be shard across applications in the target">
+            <metadata key="http://tizen.org/metadata/prefer_nuget_cache" value="true" />
+        </example>
+    </metadata-define>
+</profile>
+