cf2f39636f305cead34ed3a030beb8e0d839775b
[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.example.frame-component" taskmanage="true" icon-display="true" main="true">
14       <label>FrameComponentSample</label>
15       <icon>FrameComponentSample.png</icon>
16     </frame-component>
17     <service-component id="org.example.service-component" main="false">
18       <label>ServiceComponentSample</label>
19     </service-component>
20   </component-based-application>
21   <component-based-application appid="org.tizen.example.ComponentBasedSample2"
22                                exec="ComponentBasedSample.dll"
23                                type="dotnet"
24                                multiple="false"
25                                taskmanage="true"
26                                nodisplay="false"
27                                launch_mode="single">
28     <label>ComponentBasedSample2</label>
29     <icon>ComponentBasedSample2.png</icon>
30     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
31     <service-component id="org.example.bg-service-component" main="true">
32       <label>BGServiceComponentSample</label>
33     </service-component>
34   </component-based-application>
35 </manifest>