Add missing attributes from Tizen 2.4 89/50489/2 accepted/tizen/mobile/20151029.231448 accepted/tizen/tv/20151029.231458 accepted/tizen/wearable/20151029.231510 submit/tizen/20151029.113651
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 29 Oct 2015 08:10:26 +0000 (17:10 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 29 Oct 2015 08:18:19 +0000 (17:18 +0900)
- service-application: nodisplay, component-type
- ui-application: effectimage-type

Change-Id: Ib8517143d8f290e6379f80030d598614671ed2d3
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
parser/manifest.xsd.in

index 21cecbd..a2b96b1 100644 (file)
       <xs:attribute name="multiple" type="xs:boolean"/>
       <xs:attribute name="taskmanage" type="xs:boolean"/>
       <xs:attribute name="permission-type" type="xs:string"/>
+      <xs:attribute name="component-type" type="xs:string"/>
+      <xs:attribute name="nodisplay" type="xs:boolean"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="ui-application">
       <xs:attribute name="recentimage" type="packages:RecentImage"/>
       <xs:attribute name="mainapp" type="xs:boolean"/>
       <xs:attribute name="indicatordisplay" type="xs:boolean"/>
+      <xs:attribute name="effectimage-type" type="xs:string"/>
       <xs:attribute name="portrait-effectimage" type="xs:string"/>
       <xs:attribute name="landscape-effectimage" type="xs:string"/>
       <xs:attribute name="guestmode-visibility" type="xs:string"/>