aboutsummaryrefslogtreecommitdiff
path: root/sdk_addon
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-05-12 17:57:21 -0700
committerXavier Ducrohet <xav@android.com>2009-05-12 18:00:44 -0700
commitacd7c6b02a14e8694d0dced56ea37e79707fba1e (patch)
treeb335564ec4df6e38e3be27a68f8069c551228fc6 /sdk_addon
parent9ce778f6517c5846168988c68c78bcbe2bb4b197 (diff)
downloadsample-acd7c6b02a14e8694d0dced56ea37e79707fba1e.tar.gz
Add the PlatformLibrary sample to the new "sample" vendor
This adds the PlatformLibrary samples previously located in development/samples. This also creates all the files required to build an add-on including the optional library provided by PlatformLibrary
Diffstat (limited to 'sdk_addon')
-rw-r--r--sdk_addon/hardware.ini1
-rw-r--r--sdk_addon/manifest.ini19
2 files changed, 20 insertions, 0 deletions
diff --git a/sdk_addon/hardware.ini b/sdk_addon/hardware.ini
new file mode 100644
index 0000000..e809bf5
--- /dev/null
+++ b/sdk_addon/hardware.ini
@@ -0,0 +1 @@
+#no custom hardware setup for google add-ons
diff --git a/sdk_addon/manifest.ini b/sdk_addon/manifest.ini
new file mode 100644
index 0000000..d91c53c
--- /dev/null
+++ b/sdk_addon/manifest.ini
@@ -0,0 +1,19 @@
+# SDK Add-on Manifest
+
+name=Sample Add-On
+vendor=Android Open Source Project
+description=sample add-on
+
+# version of the Android platform on which this add-on is built.
+api=3
+
+# version of the add-on
+version=1
+
+# list of libraries, separated by a semi-colon.
+libraries=com.example.android.platform_library
+
+# details for each library
+com.example.android.platform_library=platform_library.jar;Sample optional plaform library
+
+