upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 07:58:22 +0000 (16:58 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 07:58:22 +0000 (16:58 +0900)
debian/changelog
include/tizen_error.h
packaging/capi-base-common.spec

index 8d769bec77f96378b42f92e41b36bb1ea8e487dd..4b9a5d24d8fcc4130fac4ea62d0d4e427a038951 100755 (executable)
@@ -1,10 +1,35 @@
+capi-base-common (0.1.0-7) unstable; urgency=low
+
+  * Add TIZEN_ERROR_DRM_CLASS
+  * Git: api/common
+  * Tag: capi-base-common_0.1.0-7
+
+ -- WonYoung Choi <wy80.choi@samsung.com>  Mon, 19 Mar 2012 19:05:23 +0900
+
+capi-base-common (0.1.0-6) unstable; urgency=low
+
+  * Add TIZEN_ERROR_NO_DATA
+  * Git: api/common 
+  * Tag: capi-base-common_0.1.0-6
+
+ -- WonYoung Choi <wy80.choi@samsung.com>  Mon, 27 Feb 2012 15:55:33 +0900
+
 capi-base-common (0.1.0-5) unstable; urgency=low
 
   * Add TIZEN_ERROR_WEB_CLASS
-  * Add AD error class
+  * Git: api/common
+  * Tag: capi-base-common_0.1.0-5
 
  -- Junghyuk Park <junghyuk.park@samsung.com>  Thu, 02 Feb 2012 17:43:07 +0900
 
+capi-base-common (0.1.0-4) unstable; urgency=low
+
+  * Added AD error class
+  * Git: api/common
+  * Tag: capi-base-common_0.1.0-4
+
+ -- Junghyuk Park <junghyuk.park@samsung.com>  Mon, 30 Jan 2012 14:00:33 +0900
+
 capi-base-common (0.1.0-3) unstable; urgency=low
 
   * Initial release.
index d67b6737bb2a729db6a05fbad34cfa51874b9f96..b80bdf44cff82e8100548838f97d2ea41bf7114b 100755 (executable)
@@ -77,6 +77,8 @@
 #define TIZEN_ERROR_AD_CLASS -0x00200000
 /** Web Error class */
 #define TIZEN_ERROR_WEB_CLASS -0x00400000
+/** DRM Error class */
+#define TIZEN_ERROR_DRM_CLASS -0x00800000
 
 typedef enum
 {
@@ -111,6 +113,7 @@ typedef enum
     TIZEN_ERROR_FILE_NO_SPACE_ON_DEVICE = -ENOSPC, /**< No space left on device */
     TIZEN_ERROR_ILLEGAL_SEEK = -ESPIPE, /**< Illegal seek */
     TIZEN_ERROR_READ_ONLY_FILESYSTEM = -EROFS, /**< Read-only file system */
+    TIZEN_ERROR_NO_DATA = -ENODATA, /**< No data available */
 
     TIZEN_ERROR_TOO_MANY_LINKS = -EMLINK, /**< Too many links */
     TIZEN_ERROR_BROKEN_PIPE = -EPIPE, /**< Broken pipe */
index 34c7d4ef3e7a9dbfa467b0d920c78ef5f7b7a26f..2293a8bca4b7ea05bd97b429ffb751e835bce571 100755 (executable)
@@ -1,19 +1,26 @@
 Name:       capi-base-common
-Summary:    TO BE FILLED IN
-Version:    0.1.0
-Release:    1
+Summary:    Common header files of Tizen Native API
+Version: 0.1.0
+Release:    7
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  cmake
 
 %description
+Common header files of Tizen Native API
 
-
-
+  
+%package devel  
+Summary:  Common header files of Tizen Native API (Development)  
+Group:    TO_BE/FILLED_IN  
+Requires: %{name} = %{version}-%{release}  
+  
+%description devel
+Common header files of Tizen Native API
 
 %prep
-%setup -q 
+%setup -q
 
 
 %build
@@ -29,6 +36,8 @@ rm -rf %{buildroot}
 
 
 %files
+
+%files devel
 /usr/include/*.h
 /usr/lib/pkgconfig/capi-base-common.pc