From cba8e11469a9f1c7d1289e272fa099c230207758 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Mon, 4 Feb 2013 15:21:35 -0800 Subject: More SDK prebuilts. Built from tools/base.git @ 555be9c36fd5ea977273edc9538547f8642af62b Change-Id: I913a29e5f40db99871701461aad6fc38483015d2 --- repository/sdk-addon-5.xsd | 442 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 442 insertions(+) create mode 100755 repository/sdk-addon-5.xsd (limited to 'repository/sdk-addon-5.xsd') diff --git a/repository/sdk-addon-5.xsd b/repository/sdk-addon-5.xsd new file mode 100755 index 0000000..546b00d --- /dev/null +++ b/repository/sdk-addon-5.xsd @@ -0,0 +1,442 @@ + + + + + + + + + + + + The repository contains a collection of downloadable packages. + + + + + + + + + + + + + + + An SDK add-on package. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An ID string for an addon/extra name-id or vendor-id + can only be simple alphanumeric string. + + + + + + + + + + + + + + Version information for a layoutlib included in an addon. + . + + + + + + + + + + + + + + + + An SDK extra package. This kind of package is for "free" content. + Such packages are installed in SDK/vendor/path. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A full revision, with a major.minor.micro and an + optional preview number. The major number is mandatory. + + + + + + + + + + + + + + + + + + + + + One path segment for the install path of an extra element. + It must be a single-segment path. It must not be empty. + + + + + + + + + + + A semi-colon separated list of a segmentTypes. + + + + + + + + + + + + + + A license definition. Such a license must be used later as a reference + using a uses-license element in one of the package elements. + + + + + + + + + + + + + + + + + Describes the license used by a package. The license MUST be defined + using a license node and referenced using the ref attribute of the + license element inside a package. + + + + + + + + + + + + A collection of files that can be downloaded for a given architecture. + The <archives> node is mandatory in the repository packages and the + collection must have at least one <archive> declared. + Each archive is a zip file that will be unzipped in a location that depends + on its package type. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of file paths available in an <extra> package + that can be installed in an Android project. + If present, the <project-files> collection must contain at least one path. + Each path is relative to the root directory of the package. + + + + + + + + + + + + + + A SHA1 checksum. + + + + + + + + + A file checksum, currently only SHA1. + + + + + + + + + -- cgit v1.2.3