71f20cbf2ec162e9dd8103aa8d0ce1094a458669
[test/tct/csharp/api.git] /
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="6" package="org.tizen.example.ComponentBasedSample" version="1.0.0">
3   <profile name="common" />
4   <component-based-application appid="org.tizen.example.ComponentBasedSample"
5                                exec="ComponentBasedSample.dll"
6                                type="dotnet"
7                                multiple="false"
8                                taskmanage="false"
9                                nodisplay="true">
10     <label>ComponentBasedSample</label>
11     <icon>ComponentBasedSample.png</icon>
12     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
13     <frame-component id="org.tizen.example.frame-component" taskmanage="true" icon-display="true" main="true">
14       <label>FrameComponentSample</label>
15       <icon>FrameComponentSample.png</icon>
16       <label xml:lang="en-gb">FrameComponentSample</label>
17       <label xml:lang="ko-kr">FrameComponentSample</label>
18     </frame-component>
19     <service-component id="org.tizen.example.service-component" main="false">
20       <label>ServiceComponentSample</label>
21     </service-component>
22   </component-based-application>
23   <component-based-application appid="org.tizen.example.ComponentBasedSample2"
24                                exec="ComponentBasedSample.dll"
25                                type="dotnet"
26                                multiple="false"
27                                taskmanage="true"
28                                nodisplay="false"
29                                launch_mode="single">
30     <label>ComponentBasedSample2</label>
31     <icon>ComponentBasedSample2.png</icon>
32     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
33     <service-component id="org.tizen.example.bg-service-component" main="true">
34       <label>BGServiceComponentSample</label>
35     </service-component>
36   </component-based-application>
37 </manifest>