blob: 2a0be24c5a5413c310d327f1dcf7bb1a0a3b5255 [file] [log] [blame]
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -07001# SDK Add-on Manifest
Xavier Ducrohet346ca892009-06-16 11:06:31 -07002# File encoding is UTF-8
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -07003
Xavier Ducrohetae6d0e82009-12-04 16:20:41 -08004# Name and vendor of the add-on.
5# Add-ons are uniquely identified by a string composed of name, vendor and api.
6# 2 add-ons with the same identifier cannot be installed in the same SDK
7# and only the add-on with the highest rev number will be installed.
8# Name and vendor are used to create folder names, so they shouldn't contain
9# any special characters. Also, the character ':' is forbidden.
10# Mandatory character set: a-z A-Z 0-9 _.-
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -070011name=Sample Add-On
12vendor=Android Open Source Project
13description=sample add-on
14
15# version of the Android platform on which this add-on is built.
Vairavan Srinivasan61f903f2012-04-29 01:17:39 -070016api=15
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -070017
Xavier Ducrohetae6d0e82009-12-04 16:20:41 -080018# revision of the add-on. This must be a strict integer.
Xavier Ducrohet5c1499c2009-06-05 16:02:17 -070019revision=1
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -070020
21# list of libraries, separated by a semi-colon.
Xavier Ducrohetae6d0e82009-12-04 16:20:41 -080022# This must be the name of the libraries, as required by the
23# <uses-library> node in the AndroidManifest.xml file.
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -070024libraries=com.example.android.platform_library
25
Xavier Ducrohetae6d0e82009-12-04 16:20:41 -080026# details for each library. format is:
27# <library.name>=<name>.jar;<desc>
28# where
29# <library.name>: the name of the library defined in the property "libraries" above.
30# <name>.jar: the jar file containing the library API. This is to be located in
31# the add-on folder in libs/
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -070032com.example.android.platform_library=platform_library.jar;Sample optional plaform library
33
Xavier Ducrohetae6d0e82009-12-04 16:20:41 -080034# default skin name. Optional. Only useful if the add-on has its own skin, or
35# if it wishes to override the default skin of the base platform.
36# This should be the name of the skin in the skins/ folder of the add-on.
Xavier Ducrohetd2e03b22009-09-09 16:52:23 -070037skin=WVGAMedDpi
Xavier Ducrohetacd7c6b2009-05-12 17:57:21 -070038
Xavier Ducrohet40585732009-06-01 15:01:16 -070039# USB Vendor ID
40# This 16-bit integer allows adb to detect new devices, by extending the list
41# of USB Vendor IDs it knows. After installing an add-on the command
42# 'android update' adb' must be run to update a file that adb reads during
43# start-up.
44#usb-vendor=0x0000