Tizen App DRM plugin binary added.
authorsunggun.jung <sunggun.jung@samsung.com>
Thu, 4 Jul 2013 06:48:07 +0000 (15:48 +0900)
committersunggun.jung <sunggun.jung@samsung.com>
Thu, 4 Jul 2013 06:48:07 +0000 (15:48 +0900)
Signed-off-by: sunggun.jung <sunggun.jung@samsung.com>
Change-Id: Id0c7287ed7b12367141bd80a0a5f3427173772b3

CMakeLists.txt [new file with mode: 0644]
LICENSE.Flora [new file with mode: 0755]
NOTICE [new file with mode: 0755]
bin/arm/drm_sapps_initialize [new file with mode: 0755]
bin/ix86/drm_sapps_initialize [new file with mode: 0755]
drm-service-core-sapps.manifest [new file with mode: 0644]
drm-service-core-sapps.pc.in [new file with mode: 0755]
include/drm-oem-sapps.h [new file with mode: 0644]
lib/arm/libdrm-service-core-sapps.so.0.2.8 [new file with mode: 0755]
lib/ix86/libdrm-service-core-sapps.so.0.2.8 [new file with mode: 0755]
packaging/drm-service-core-sapps.spec [new file with mode: 0644]

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..21ba547
--- /dev/null
@@ -0,0 +1,28 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+SET (this_target drm-service-core-sapps)
+
+CONFIGURE_FILE(drm-service-core-sapps.pc.in ${CMAKE_SOURCE_DIR}/drm-service-core-sapps.pc @ONLY)
+
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/drm-service-core-sapps.pc DESTINATION lib/pkgconfig)
+
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION /usr/include/drm-sapps/ FILES_MATCHING PATTERN "*.h")
+
+IF("${ARCH}" MATCHES "arm")
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/lib/arm/ DESTINATION /usr/lib FILES_MATCHING PATTERN "*"
+        PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
+                       GROUP_EXECUTE GROUP_READ
+                                       WORLD_EXECUTE WORLD_READ)                     
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/bin/arm/ DESTINATION /usr/bin FILES_MATCHING PATTERN "*"
+        PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
+                       GROUP_EXECUTE GROUP_READ
+                                       WORLD_EXECUTE WORLD_READ)                     
+ELSE("${ARCH}" MATCHES "arm")
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/lib/ix86/ DESTINATION /usr/lib FILES_MATCHING PATTERN "*"
+        PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
+                       GROUP_EXECUTE GROUP_READ
+                                       WORLD_EXECUTE WORLD_READ)
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/bin/ix86/ DESTINATION /usr/bin FILES_MATCHING PATTERN "*"
+        PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
+                       GROUP_EXECUTE GROUP_READ
+                                       WORLD_EXECUTE WORLD_READ)
+ENDIF("${ARCH}" MATCHES "arm")
diff --git a/LICENSE.Flora b/LICENSE.Flora
new file mode 100755 (executable)
index 0000000..adaea36
--- /dev/null
@@ -0,0 +1,206 @@
+Flora License
+
+Version 1.0, May, 2012
+
+http://floralicense.org/license/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction,
+and distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by
+the copyright owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and
+all other entities that control, are controlled by, or are
+under common control with that entity. For the purposes of
+this definition, "control" means (i) the power, direct or indirect,
+to cause the direction or management of such entity,
+whether by contract or otherwise, or (ii) ownership of fifty percent (50%)
+or more of the outstanding shares, or (iii) beneficial ownership of
+such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity
+exercising permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+"Object" form shall mean any form resulting from mechanical
+transformation or translation of a Source form, including but
+not limited to compiled object code, generated documentation,
+and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice
+that is included in or attached to the work (an example is provided
+in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent,
+as a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from,
+or merely link (or bind by name) to the interfaces of, the Work and
+Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor
+for inclusion in the Work by the copyright owner or by an individual or
+Legal Entity authorized to submit on behalf of the copyright owner.
+For the purposes of this definition, "submitted" means any form of
+electronic, verbal, or written communication sent to the Licensor or
+its representatives, including but not limited to communication on
+electronic mailing lists, source code control systems, and issue
+tracking systems that are managed by, or on behalf of, the Licensor
+for the purpose of discussing and improving the Work, but excluding
+communication that is conspicuously marked or otherwise designated
+in writing by the copyright owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity
+on behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+"Tizen Certified Platform" shall mean a software platform that complies
+with the standards set forth in the Compatibility Definition Document
+and passes the Compatibility Test Suite as defined from time to time
+by the Tizen Technical Steering Group and certified by the Tizen
+Association or its designated agent.
+
+2. Grant of Copyright License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the
+Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made,
+use, offer to sell, sell, import, and otherwise transfer the Work
+solely as incorporated into a Tizen Certified Platform, where such
+license applies only to those patent claims licensable by such
+Contributor that are necessarily infringed by their Contribution(s)
+alone or by combination of their Contribution(s) with the Work solely
+as incorporated into a Tizen Certified Platform to which such
+Contribution(s) was submitted. If You institute patent litigation
+against any entity (including a cross-claim or counterclaim
+in a lawsuit) alleging that the Work or a Contribution incorporated
+within the Work constitutes direct or contributory patent infringement,
+then any patent licenses granted to You under this License for that
+Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.  You may reproduce and distribute copies of the
+Work or Derivative Works thereof pursuant to the copyright license
+above, in any medium, with or without modifications, and in Source or
+Object form, provided that You meet the following conditions:
+
+  1. You must give any other recipients of the Work or Derivative Works
+     a copy of this License; and
+  2. You must cause any modified files to carry prominent notices stating
+     that You changed the files; and
+  3. You must retain, in the Source form of any Derivative Works that
+     You distribute, all copyright, patent, trademark, and attribution
+     notices from the Source form of the Work, excluding those notices
+     that do not pertain to any part of the Derivative Works; and
+  4. If the Work includes a "NOTICE" text file as part of its distribution,
+     then any Derivative Works that You distribute must include a readable
+     copy of the attribution notices contained within such NOTICE file,
+     excluding those notices that do not pertain to any part of
+     the Derivative Works, in at least one of the following places:
+     within a NOTICE text file distributed as part of the Derivative Works;
+     within the Source form or documentation, if provided along with the
+     Derivative Works; or, within a display generated by the Derivative Works,
+     if and wherever such third-party notices normally appear.
+     The contents of the NOTICE file are for informational purposes only
+     and do not modify the License.
+
+You may add Your own attribution notices within Derivative Works
+that You distribute, alongside or as an addendum to the NOTICE text
+from the Work, provided that such additional attribution notices
+cannot be construed as modifying the License. You may add Your own
+copyright statement to Your modifications and may provide additional or
+different license terms and conditions for use, reproduction, or
+distribution of Your modifications, or for any such Derivative Works
+as a whole, provided Your use, reproduction, and distribution of
+the Work otherwise complies with the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+any Contribution intentionally submitted for inclusion in the Work
+by You to the Licensor shall be under the terms and conditions of
+this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify
+the terms of any separate license agreement you may have executed
+with Licensor regarding such Contributions.
+
+6. Trademarks.  This License does not grant permission to use the trade
+names, trademarks, service marks, or product names of the Licensor,
+except as required for reasonable and customary use in describing the
+origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+agreed to in writing, Licensor provides the Work (and each
+Contributor provides its Contributions) on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+implied, including, without limitation, any warranties or conditions
+of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+PARTICULAR PURPOSE. You are solely responsible for determining the
+appropriateness of using or redistributing the Work and assume any
+risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+whether in tort (including negligence), contract, or otherwise,
+unless required by applicable law (such as deliberate and grossly
+negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a
+result of this License or out of the use or inability to use the
+Work (including but not limited to damages for loss of goodwill,
+work stoppage, computer failure or malfunction, or any and all
+other commercial damages or losses), even if such Contributor
+has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+the Work or Derivative Works thereof, You may choose to offer,
+and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this
+License. However, in accepting such obligations, You may act only
+on Your own behalf and on Your sole responsibility, not on behalf
+of any other Contributor, and only if You agree to indemnify,
+defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason
+of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Flora License to your work
+
+To apply the Flora License to your work, attach the following
+boilerplate notice, with the fields enclosed by brackets "[]"
+replaced with your own identifying information. (Don't include
+the brackets!) The text should be enclosed in the appropriate
+comment syntax for the file format. We also recommend that a
+file or class name and description of purpose be included on the
+same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Flora License, Version 1.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://floralicense.org/license/
+
+   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. 
+
diff --git a/NOTICE b/NOTICE
new file mode 100755 (executable)
index 0000000..7222ad3
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,4 @@
+Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
+
+libdrm-service-core-sapps.so.* files are licensed under Flora License, Version 1.
+Please, see the LICENSE.Flora file for Flora License, Version 1 terms and conditions.
diff --git a/bin/arm/drm_sapps_initialize b/bin/arm/drm_sapps_initialize
new file mode 100755 (executable)
index 0000000..19e217a
Binary files /dev/null and b/bin/arm/drm_sapps_initialize differ
diff --git a/bin/ix86/drm_sapps_initialize b/bin/ix86/drm_sapps_initialize
new file mode 100755 (executable)
index 0000000..1a2cc3d
Binary files /dev/null and b/bin/ix86/drm_sapps_initialize differ
diff --git a/drm-service-core-sapps.manifest b/drm-service-core-sapps.manifest
new file mode 100644 (file)
index 0000000..29afa08
--- /dev/null
@@ -0,0 +1,13 @@
+<manifest>
+       <define>
+               <domain name="drm-service-core-sapps" />
+       </define>
+       <request>
+               <domain name="drm-service-core-sapps" />
+       </request>
+       <assign>
+               <filesystem path="/usr/lib/libdrm-service-core-sapps.so" label="_" />
+               <filesystem path="/opt/apps/drm_test/drm_testsapps" label="_" />
+               <filesystem path="/usr/bin/drm_sapps_initialize" label="_" />
+       </assign>
+</manifest>
diff --git a/drm-service-core-sapps.pc.in b/drm-service-core-sapps.pc.in
new file mode 100755 (executable)
index 0000000..d079e36
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: drm-service-core-sapps
+Description: Samsung Apps DRM Package
+Version: @VERSION@
+Requires: dlog openssl db-util
+Libs: -L${libdir} -ldrm-service-core-sapps
+Cflags: -I${includedir}/drm-sapps
diff --git a/include/drm-oem-sapps.h b/include/drm-oem-sapps.h
new file mode 100644 (file)
index 0000000..fd6486e
--- /dev/null
@@ -0,0 +1,274 @@
+/*
+ * drm-service-core-sapps
+ *
+ * Copyright (c) 2000 - 2010 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact:Sunggun Jung        <sunggun.jung@samsung.com>
+ * 
+ */
+
+#ifndef __DRM_OEM_SAPPS_H__
+#define __DRM_OEM_SAPPS_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <time.h>
+
+/* Return values from Samsung Apps DRM APIs */
+ #define DRM_SAPPS_SUCCESS 0        /**<success */
+ #define DRM_SAPPS_LIC_VALID 1       /**<License is valid */
+ #define DRM_SAPPS_LIC_SUSPEND 2       /**<License is valid but for future use */
+ /* All the failure cases will have a negative value */   
+ #define DRM_SAPPS_INVALID_ARG -1000      /**<invalid argument*/
+ #define DRM_SAPPS_PARSING_ERROR -999      /**<parsing contents or rights error*/
+ #define DRM_SAPPS_DB_ERROR -998        /**<data base error */
+ #define DRM_SAPPS_INSUFFICIENT_MEMORY -997      /**<memory error */
+ #define DRM_SAPPS_INTERNAL_ERROR -996      /**<processing error */
+ #define DRM_SAPPS_FILE_ERROR -995       /**<file error */
+
+ /* License specific errors */
+ #define DRM_SAPPS_LIC_EXPIRED_DATETIME -994     /**<Datetime License is expired */
+ #define DRM_SAPPS_LIC_EXPIRED_COUNT -993     /**<Count License is expired */
+ #define DRM_SAPPS_LIC_NO_LICENCE -992      /**<No License */
+ #define DRM_SAPPS_LIC_IMEI_MISMATCH -991     /**<IMEI is mismatching */
+ #define DRM_SAPPS_LIC_PNUM_MISMATCH -990     /**<PNUM is mismatching */
+ #define DRM_SAPPS_UNKNOWN_ERROR -1     /**<dummy error value */
+
+/* License Information */
+typedef struct {
+       unsigned int IsLicenseValid;    /**<whether license is valid or not */
+       unsigned int OrgCount;                  /**<Original Count */
+       unsigned int CurCount;                  /**<Current Count */
+       struct tm starttime;                    /**<starttime in the format of struct tm */
+       struct tm endtime;                              /**<endtime in the format of struct tm */
+       struct tm securetime;                   /**<securetime in the format of struct tm */
+} drm_sapps_license_info;
+
+typedef struct _drm_sapps_license_list{
+       struct _drm_sapps_license_list*   pnext;
+       drm_sapps_license_info    LicenseInfo;
+} drm_sapps_license_list;
+/**
+* @internal
+* @defgroup DRM-SAPPS drm-sapps
+* @{  
+*/
+
+/**   
+ *  An application can request generate request for getting License.
+ * 
+ * @param[in]          pRespBuf                        Response Data String of the Purchase Request ( Null terminator string ) 
+ * @param[in]          respBufLen              pResBuf Length
+ * @param[in][out]     pReqBuf                 License Request Data
+ * @param[in][out]     pReqBufLen              IN : pReqBuf Length, OUT : Rights Request Data String Size ( including null terminator )
+ * @param[in][out]     pLicenseUrl             License Acquisition URL Data
+ * @param[in][out]     pLicenseUrlLen  IN : pLicenseUrl Length, OUT : Rights Issuer Server URL Data String Size (  including null terminator )
+ * @return                                             This function   returns 1 on success or 0 on failure.
+ * @remarks     
+ * @see                                                        drm_sdc_generate_purchase_request
+ * @since         
+ */
+int drm_oem_sapps_generate_license_request(const char *pRespBuf, unsigned int respBufLen, char *pReqBuf, unsigned int *pReqBufLen, char *pLicenseUrl, unsigned int *pLicenseUrlLen);
+
+/**   
+ *  An application can get SAD license which is encrypted.
+ * 
+ * @param[in]          pRespBuf                        Response Data String of the Rights Request ( Null terminator string ) 
+ * @param[in]          respBufLen              pResBuf Length
+ * @return                                             This function returns 1 on success or 0 on failure.
+ * @remarks     
+ * @see                
+ * @since         
+ */
+ int drm_oem_sapps_register_license(const char *pRespBuf, unsigned int respBufLen);
+
+/**   
+ * API for checks whether the app drm file or not
+ * 
+ * @param[in]          pDcfPath        File path that to be checked whether the app drm file or not
+ * @param[in]          dcfPathLen      File path length that to be checked whether the app drm file or not
+ * @return  This function can return any of the following codes
+ * SADC_NOTSADCFILE_ERROR = 0x0640
+ * SADC_PARAMETER_ERROR = 0X0660
+ * SADC_FILE_READ_ERROR = 0x0703
+ * SADC_MEMAlOC_ERROR = 0x0662 
+ * @remarks
+ * @remarks
+ * @see
+ * @since         
+ */
+ int drm_oem_sapps_is_drm_file(const char *pDcfPath, int dcfPathLen);
+
+/**   
+ *  An application can get decrypted contents(Apps) which is encrypted.
+ * 
+ * @param[in]          pSADCFilepath   SDC DRM File Path               
+ * @param[in]          sadcFileLen             SDC DRM File length     
+ * @param[in]          pDecryptedFile  Decrypted File Path
+ * @param[in]          decryptedFileLen        Decrypted File length
+ * @return
+ * SADC_SUCCESS = 0
+ * SADC_PARAMETER_ERROR = 0X0660
+ * SADC_GET_FILEHEADER_ERROR = 0x0703
+ * SADC_GET_CEK_ERROR = 0x0704
+ * SADC_DECRYPT_PACKAGE_ERROR = 0x0705
+ * @remarks     
+ * @see                
+ * @since         
+ */
+//Decrypt DRM File
+ int drm_oem_sapps_decrypt_package ( const char *pSADCFilepath, int sadcFileLen, const char *pDecryptedFile, int decryptedFileLen );
+
+/**   
+ * API for checks whether the app drm file or not
+ * 
+ * @param[in]          pDcfPath        File path that to be checked whether the app drm file or not
+ * @param[in]          dcfPathLen      File path length that to be checked whether the app drm file or not
+ * @return  This function can return any of the following codes
+ * SADC_SUCCESS = 0
+ * SADC_NOTSADCFILE_ERROR = 0x0640
+ * SADC_PARAMETER_ERROR = 0X0660
+ * SADC_FILE_READ_ERROR = 0x0703
+ * SADC_MEMAlOC_ERROR = 0x0662 
+ * @remarks
+ * @remarks
+ * @see
+ * @since         
+ */
+ int drm_oem_sapps_is_drm_app(const char *pszCid, int cidLen);
+
+ int drm_oem_sapps_uninstall_license(const char *szCid, int cidLen);
+
+/**   
+ *  An application can get file Header Info ( CID, License URL )
+ * 
+ * @param[in]          pSADCFilepath   file path of Samsung Apps DRM contents 
+ * @param[out] cid                             contents id of Samsung Apps DRM 
+ * @param[in]          cidLength                       Length of CID. 
+ * @param[out] riurl                           Right Issuer URL 
+ * @param[in]          riurlLength             Length of Right Issuer URL
+ * @return             This function returns 1 on success or 0 on failure.
+ * @remarks     
+ * @see
+ * @since
+ */
+ int drm_oem_sapps_get_file_header( const char *pSADCFilepath, char *cid, unsigned int cidLength, char *riurl, unsigned int riurlLength );
+
+/**   
+ *  An application can request purchase request for getting License.
+ * 
+ * @param[in]          pSADCFilepath   File path of Samsung Apps DRM contents 
+ * @param[out] pReqBuf                 Purchase Request Data
+ * @param[in][out]     pReqBufLen              IN : pReqBuf Length, OUT : Purchase Request Data String Size ( including null terminator )
+ * @param[out] pLicenseUrl             License Acquisition URL Data
+ * @param[in][out]     pLicenseUrlLen  IN : pLicenseUrl Length, OUT : License Server URL Data String Size (  including null terminator )
+ * @return                                             This function returns 1 on success or 0 on failure.
+ * @remarks     
+ * @see                                DrmSdcGenerateLicenseRequest
+ * @since         
+ */
+ int drm_oem_sapps_generate_purchase_request ( const char *pSADCFilepath, char *pReqBuf, unsigned int *pReqBufLen, char *pLicenseUrl, unsigned int *pLicenseUrlLen );
+
+/**   
+ *  An application can check contents(Apps) which has a  valid licence.
+ * 
+ * @param[in]  szCid  Content ID(CID) of the Samsung Apps contents
+ * @return     This function can return any of the following codes
+ * DRM_SAPPS_SUCCESS = 0                <success 
+ * DRM_SAPPS_LIC_VALID = 1      <License is valid 
+ * DRM_SAPPS_LIC_SUSPEND = 2    <License is valid but for future use 
+ * DRM_SAPPS_INVALID_ARG = -1000       <invalid argument
+ * DRM_SAPPS_PARSING_ERROR = -999              <parsing contents or rights error
+ * DRM_SAPPS_DB_ERROR = -998            <data base error 
+ * DRM_SAPPS_INSUFFICIENT_MEMORY = -997          <memory error 
+ * DRM_SAPPS_INTERNAL_ERROR = -996     <processing error
+ * DRM_SAPPS_FILE_ERROR = -995           <file error
+ * DRM_SAPPS_LIC_EXPIRED_DATETIME = -994        <Datetime License is expired
+ * DRM_SAPPS_LIC_EXPIRED_COUNT = -993    <Count License is expired 
+ * DRM_SAPPS_LIC_NO_LICENCE = -992      <No License
+ * DRM_SAPPS_LIC_IMEI_MISMATCH = -991    <IMEI is mismatching 
+ * DRM_SAPPS_LIC_PNUM_MISMATCH = -990    <PNUM is mismatching 
+ * DRM_SAPPS_UNKNOWN_ERROR = -1        <dummy error value 
+ * @remarks 
+ * @see                        drm_sdc_get_file_header
+ * @since         
+ */
+ int drm_oem_sapps_has_valid_license ( const char *szCid );
+
+/**   
+ *  An application can update license of Samsung Apps contents.
+ * 
+ * @param[in]  szCid  Content ID(CID) of the Samsung Apps contents
+ * @return  This function can return any of the following codes
+ * DRM_SAPPS_SUCCESS = 0        <success 
+ * DRM_SAPPS_LIC_VALID = 1      <License is valid 
+ * DRM_SAPPS_LIC_SUSPEND = 2    <License is valid but for future use 
+ * DRM_SAPPS_INVALID_ARG = -1000   <invalid argument
+ * DRM_SAPPS_PARSING_ERROR = -999      <parsing contents or rights error
+ * DRM_SAPPS_DB_ERROR = -998        <data base error 
+ * DRM_SAPPS_INSUFFICIENT_MEMORY = -997      <memory error 
+ * DRM_SAPPS_INTERNAL_ERROR = -996     <processing error
+ * DRM_SAPPS_FILE_ERROR = -995       <file error
+ * DRM_SAPPS_LIC_EXPIRED_DATETIME = -994    <Datetime License is expired
+ * DRM_SAPPS_LIC_EXPIRED_COUNT = -993    <Count License is expired 
+ * DRM_SAPPS_LIC_NO_LICENCE = -992      <No License
+ * DRM_SAPPS_LIC_IMEI_MISMATCH = -991    <IMEI is mismatching 
+ * DRM_SAPPS_LIC_PNUM_MISMATCH = -990    <PNUM is mismatching 
+ * DRM_SAPPS_UNKNOWN_ERROR = -1    <dummy error value 
+ * @remarks  This API must be called before rendering Samsung Apps contents
+ * @see   
+ * @since         
+ */
+ int drm_oem_sapps_consume_license( const char *szCid );
+
+/**   
+ *  An application can get license information for Samsung Apps content with given CID.
+ * 
+ * @param[in]          szCid                                   Content ID(CID) of the Samsung Apps contents
+ * @param[out]         LicenseInfoList                         License information list
+ * @return  This function can return any of the following codes
+ * DRM_SAPPS_SUCCESS = 0        <success 
+ * DRM_SAPPS_LIC_VALID = 1      <License is valid 
+ * DRM_SAPPS_LIC_SUSPEND = 2    <License is valid but for future use 
+ * DRM_SAPPS_INVALID_ARG = -1000   <invalid argument
+ * DRM_SAPPS_PARSING_ERROR = -999      <parsing contents or rights error
+ * DRM_SAPPS_DB_ERROR = -998        <data base error 
+ * DRM_SAPPS_INSUFFICIENT_MEMORY = -997      <memory error 
+ * DRM_SAPPS_INTERNAL_ERROR = -996     <processing error
+ * DRM_SAPPS_FILE_ERROR = -995       <file error
+ * DRM_SAPPS_LIC_EXPIRED_DATETIME = -994    <Datetime License is expired
+ * DRM_SAPPS_LIC_EXPIRED_COUNT = -993    <Count License is expired 
+ * DRM_SAPPS_LIC_NO_LICENCE = -992      <No License
+ * DRM_SAPPS_LIC_IMEI_MISMATCH = -991    <IMEI is mismatching 
+ * DRM_SAPPS_LIC_PNUM_MISMATCH = -990    <PNUM is mismatching 
+ * DRM_SAPPS_UNKNOWN_ERROR = -1    <dummy error value 
+ * @remarks  
+ * @see   
+ * @since         
+ */
+ int drm_oem_sapps_get_license_info( const char *szCid ,drm_sapps_license_list **LicenseInfoList );
+
+/**   
+ *  An application frees license information list for Samsung Apps contents.
+ * 
+ * @param[in]          pLicenseInfoList                                        License information list pointer
+ * @return  
+ * @remarks  This should be called after using LicenseInfoList recevied in drm_oem_sapps_get_license_info.
+ * @remarks  Memory is allocated for LicenseInfoList in drm_oem_sapps_get_license_info that need to be freed by calling drm_oem_sapps_free_license_info
+ * @see   drm_oem_sapps_get_license_info
+ * @since         
+ */
+ void drm_oem_sapps_free_license_info(drm_sapps_license_list **pLicenseInfoList);
+/**
+*@}
+*/ /* Doxygen : addtogroup*/
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/lib/arm/libdrm-service-core-sapps.so.0.2.8 b/lib/arm/libdrm-service-core-sapps.so.0.2.8
new file mode 100755 (executable)
index 0000000..6608ecf
Binary files /dev/null and b/lib/arm/libdrm-service-core-sapps.so.0.2.8 differ
diff --git a/lib/ix86/libdrm-service-core-sapps.so.0.2.8 b/lib/ix86/libdrm-service-core-sapps.so.0.2.8
new file mode 100755 (executable)
index 0000000..7a49bcb
Binary files /dev/null and b/lib/ix86/libdrm-service-core-sapps.so.0.2.8 differ
diff --git a/packaging/drm-service-core-sapps.spec b/packaging/drm-service-core-sapps.spec
new file mode 100644 (file)
index 0000000..8eb0094
--- /dev/null
@@ -0,0 +1,67 @@
+Name:       drm-service-core-sapps
+Summary:    The plugin library for installing drm-service-core-sapps.so
+Version:    0.2.8
+Release:    0
+Group:      TO_BE/FILLED_IN
+License:    Flora
+Source0:    %{name}-%{version}.tar.gz
+BuildRequires:  cmake
+
+Provides: libdrm-service-core-sapps.so.0
+
+Requires(post): /sbin/ldconfig  
+Requires(postun): /sbin/ldconfig
+
+%description
+The plugin library for installing drm-service-core-sapps.so
+
+%package devel
+Summary:    The plugin library for drm-service-core-sapps(Development)
+Group:      TO_BE/FILLED_IN
+Requires:   %{name} = %{version}-%{release}
+
+%description devel
+The plugin library for installing drm-service-core-sapps.so and header files.
+
+%prep
+%setup -q
+
+%build
+%ifarch %{arm}
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=arm
+%else
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=ix86
+%endif
+make
+#make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+
+%make_install
+
+%post
+/bin/rm -f /etc/ld.so.cache
+/sbin/ldconfig
+
+%{_bindir}/drm_sapps_initialize
+
+ln -s -f %{_libdir}/libdrm-service-core-sapps.so.0.2.8 %{_libdir}/libdrm-service-core-sapps.so.0
+ln -s -f %{_libdir}/libdrm-service-core-sapps.so.0 %{_libdir}/libdrm-service-core-sapps.so
+
+%postun -p /sbin/ldconfig
+
+%files
+%manifest drm-service-core-sapps.manifest
+%defattr(-,root,root,-)
+%{_libdir}/libdrm-service-core-sapps.so*
+%{_bindir}/drm_sapps_initialize
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/drm-service-core-sapps.pc
+%{_includedir}/drm-sapps/drm-oem-sapps.h
+
+%clean
+rm -rf drm_sapps_initialize
+rm -rf libdrm-service-core-sapps.so*