• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version='1.0' encoding='UTF-8'?>
2<!-- Schema file written by PDE -->
3<schema targetNamespace="com.android.ide.eclipse.ddms" xmlns="http://www.w3.org/2001/XMLSchema">
4<annotation>
5      <appInfo>
6         <meta.schema plugin="com.android.ide.eclipse.ddms" id="toolsLocator" name="Tools Locator"/>
7      </appInfo>
8      <documentation>
9         Extension Point to provide the location of SDK Tools to DDMS.
10      </documentation>
11   </annotation>
12
13   <element name="locator">
14      <complexType>
15         <attribute name="class" type="string" use="required">
16            <annotation>
17               <documentation>
18
19               </documentation>
20               <appInfo>
21                  <meta.attribute kind="java" basedOn=":com.android.ide.eclipse.ddms.IToolsLocator"/>
22               </appInfo>
23            </annotation>
24         </attribute>
25      </complexType>
26   </element>
27
28   <element name="extension">
29      <annotation>
30         <appInfo>
31            <meta.element />
32         </appInfo>
33      </annotation>
34      <complexType>
35         <sequence>
36            <element ref="locator"/>
37         </sequence>
38         <attribute name="point" type="string" use="required">
39            <annotation>
40               <documentation>
41
42               </documentation>
43            </annotation>
44         </attribute>
45         <attribute name="id" type="string">
46            <annotation>
47               <documentation>
48
49               </documentation>
50            </annotation>
51         </attribute>
52         <attribute name="name" type="string">
53            <annotation>
54               <documentation>
55
56               </documentation>
57               <appInfo>
58                  <meta.attribute translatable="true"/>
59               </appInfo>
60            </annotation>
61         </attribute>
62      </complexType>
63   </element>
64
65   <annotation>
66      <appInfo>
67         <meta.section type="since"/>
68      </appInfo>
69      <documentation>
70         8.0.0
71      </documentation>
72   </annotation>
73
74   <annotation>
75      <appInfo>
76         <meta.section type="examples"/>
77      </appInfo>
78      <documentation>
79         &lt;extension point=&quot;com.android.ide.eclipse.ddms.toolsLocator&quot;&gt;
80    &lt;locator class=&quot;com.android.ide.eclipse.adt.ToolsLocator&quot;/&gt;
81&lt;/extension&gt;
82      </documentation>
83   </annotation>
84
85   <annotation>
86      <appInfo>
87         <meta.section type="apiinfo"/>
88      </appInfo>
89      <documentation>
90         The class must implement com.android.ide.ddms.IToolsLocator.
91      </documentation>
92   </annotation>
93
94
95   <annotation>
96      <appInfo>
97         <meta.section type="copyright"/>
98      </appInfo>
99      <documentation>
100         Copyright (C) 2010 The Android Open Source Project
101      </documentation>
102   </annotation>
103
104</schema>
105