summaryrefslogtreecommitdiff
path: root/cpcam/sdk_addon/manifest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'cpcam/sdk_addon/manifest.ini')
-rw-r--r--cpcam/sdk_addon/manifest.ini61
1 files changed, 0 insertions, 61 deletions
diff --git a/cpcam/sdk_addon/manifest.ini b/cpcam/sdk_addon/manifest.ini
deleted file mode 100644
index 9222efc..0000000
--- a/cpcam/sdk_addon/manifest.ini
+++ /dev/null
@@ -1,61 +0,0 @@
-#
-# Copyright (C) 2012 Texas Instruments
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-
-# SDK Add-on Manifest
-# File encoding is UTF-8
-
-# Name and vendor of the add-on.
-# Add-ons are uniquely identified by a string composed of name, vendor and api.
-# 2 add-ons with the same identifier cannot be installed in the same SDK
-# and only the add-on with the highest rev number will be installed.
-# Name and vendor are used to create folder names, so they shouldn't contain
-# any special characters. Also, the character ':' is forbidden.
-# Mandatory character set: a-z A-Z 0-9 _.-
-name=TI OMAP Add-On
-vendor=Texas Instruments Inc
-description=Android extensions for TI OMAP 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.
-# This must be the name of the libraries, as required by the
-# <uses-library> node in the AndroidManifest.xml file.
-libraries=com.ti.omap.android.cpcam
-
-# details for each library. format is:
-# <library.name>=<name>.jar;<desc>
-# where
-# <library.name>: the name of the library defined in the property "libraries" above.
-# <name>.jar: the jar file containing the library API. This is to be located in
-# the add-on folder in libs/
-com.ti.omap.android.cpcam=cpcam.jar;TI OMAP plaform library
-
-# default skin name. Optional. Only useful if the add-on has its own skin, or
-# if it wishes to override the default skin of the base platform.
-# This should be the name of the skin in the skins/ folder of the add-on.
-skin=WVGAMedDpi
-
-# USB Vendor ID
-# This 16-bit integer allows adb to detect new devices, by extending the list
-# of USB Vendor IDs it knows. After installing an add-on the command
-# 'android update' adb' must be run to update a file that adb reads during
-# start-up.
-#usb-vendor=0x0000