[IMPROVE] increase max libs count to instrument 79/23479/1
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Thu, 26 Jun 2014 08:34:49 +0000 (12:34 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Thu, 26 Jun 2014 08:34:49 +0000 (12:34 +0400)
Change-Id: Idbda8df05b9ab89dd55c4f1207786eec88b66d71
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
daemon/da_protocol_check.h

index 5531633..594b383 100644 (file)
@@ -48,7 +48,7 @@
 #define US_FUNC_RETURN "vnbcdxpfw"
 
 #define US_APP_INST_LIB_MIN 0
-#define US_APP_INST_LIB_MAX 100
+#define US_APP_INST_LIB_MAX 1000
 
 int check_app_type(uint32_t app_type);
 int check_app_id(uint32_t app_type, char *app_id);