1e1802e4967b87fc53995939e7a66eeeef9db9ee
[platform/core/dotnet/launcher.git] / packaging / metadata-profile.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <profile>
3     <metadata-define>
4         <key name="http://tizen.org/metadata/prefer_dotnet_aot" description="Compilation preference of application dlls at installation time"/>
5         <published>Y</published>
6         <version>1.0</version>
7         <value-description>
8             `true` or `false` in favor of the compilation of application dlls at install time
9         </value-description>
10         <default-value-description>
11             Default behavior may differ from implementations of the platform policy and the target status
12         </default-value-description>
13         <example description="Prefer dll in this package to be compiled at installation time">
14             <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true"/>
15         </example>
16     </metadata-define>
17     <metadata-define>
18         <key name="http://tizen.org/metadata/prefer_nuget_cache" description="Nuget caching preference across application packages"/>
19         <published>N</published>
20         <version>1.0</version>
21         <value-description>
22             `true` or `false` in favor of nuget sharing across packages
23         </value-description>
24         <default-value-description>
25             Default behavior may differ from implementations of the platform policy and the target status
26         </default-value-description>
27         <example description="Prefer nuget dlls to be shard across applications in the target">
28             <metadata key="http://tizen.org/metadata/prefer_nuget_cache" value="true" />
29         </example>
30     </metadata-define>
31 </profile>
32