Slide 16
Slide 16 text
Add-on Details
* Manifest describes the SDK Add-on version, API level, etc.
* Included in the SDK add-on
* Specified via PRODUCT_SDK_ADDON_COPY_FILES
* Can included hardware.ini and skins
* manifest.ini declares API level, version, description, etc.
# Name and vendor of the add-on. This with the vendor and API uniquely id it.
# Mandatory character set: a-z A-Z 0-9 _.-
name=HiQES Utility Add-on
vendor=HiQES LLC
description=Utilities for the platform
# version of the Android platform on which this add-on is built.
api=15
# revision of the add-on. This must be a strict integer.
revision=1
# list of libraries, separated by a semi-colon.
libraries=com.hiqes.android.utility_library
# details for each library. format is:
# =.jar;
com.hiqes.android.utility_library=utility_library.jar; HiQES utility library