• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SDK Add-on Manifest
2# File encoding is UTF-8
3
4name=Sample Add-On
5vendor=Android Open Source Project
6description=sample add-on
7
8# version of the Android platform on which this add-on is built.
9api=3
10
11# revision of the add-on
12revision=1
13
14# list of libraries, separated by a semi-colon.
15libraries=com.example.android.platform_library
16
17# details for each library
18com.example.android.platform_library=platform_library.jar;Sample optional plaform library
19
20# default skin name
21skin=WVGAMedDpi
22
23# USB Vendor ID
24# This 16-bit integer allows adb to detect new devices, by extending the list
25# of USB Vendor IDs it knows. After installing an add-on the command
26# 'android update' adb' must be run to update a file that adb reads during
27# start-up.
28#usb-vendor=0x0000
29