Skip to content

Commit

Permalink
added SCAPI-3.1.0 shared library for API level 18
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Sep 27, 2013
1 parent 2d65153 commit 47fc323
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions repository/18/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (C) 2012 Giesecke & Devrient GmbH
*
* 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:sdk-addon
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:sdk="http://schemas.android.com/sdk/android/addon/1">

<sdk:add-on>
<sdk:name>Open Mobile API</sdk:name>
<sdk:api-level>18</sdk:api-level>
<sdk:vendor>Giesecke Devrient GmbH</sdk:vendor>
<sdk:revision>01</sdk:revision>
<sdk:description>SIMalliance Open Mobile API for Android</sdk:description>
<sdk:desc-url>http://seek-for-android.googlecode.com/svn/trunk/repository/18/</sdk:desc-url>
<sdk:uses-license ref="android-sdk-license" />
<sdk:archives>
<sdk:archive os="any">
<sdk:size>30522</sdk:size>
<sdk:checksum type="sha1">28b2e1d101ce515b0b4642edf191d4967b6b50c0</sdk:checksum>
<sdk:url>scapi.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:libs>
<sdk:lib>
<sdk:name>org.simalliance.openmobileapi</sdk:name>
<sdk:description>SIMalliance Open Mobile API for Android</sdk:description>
</sdk:lib>
</sdk:libs>
</sdk:add-on>

<sdk:license type="text" id="android-sdk-license">
Licensed under the Apache License, version 2.0 (the "License");

September 27, 2013
</sdk:license>

</sdk:sdk-addon>
Binary file added repository/18/scapi.zip
Binary file not shown.

0 comments on commit 47fc323

Please sign in to comment.