summaryrefslogtreecommitdiff
path: root/packaging/metadata-profile.xml
blob: 1e1802e4967b87fc53995939e7a66eeeef9db9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>