<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="native-rpc-port-itc" version="0.1.0" api-version="6.0">
+<manifest xmlns="http://tizen.org/ns/packages" package="native-rpc-port-itc" version="0.1.0" api-version="6.5">
<label>NativeRPCPORTTest</label>
<author email="mymail@tizentest.com" href="www.tizentest.com">test</author>
<description>Native API test Application</description>
<background-category value="media"/>
<background-category value="sensor"/>
</service-application>
- <privileges>
+ <privileges>
<privilege>http://tizen.org/privilege/datasharing</privilege>
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>
</privileges>
applist=`ls $DEVICE_SUITE_TARGET_30/res | grep -e tpk -e rpk | grep x86_64`
else
applist=`ls $DEVICE_SUITE_TARGET_30/res | grep -e tpk -e rpk | grep x86 | grep -v x86_64`
- applist2=`ls $DEVICE_SUITE_TARGET_30/res | grep -e tpk -e rpk | grep i386`
+ applist2=`ls $DEVICE_SUITE_TARGET_30/res | grep -e tpk -e rpk | grep -e i386 -e i586`
applist="$applist $applist2"
fi
}
rpc_port_parcel_h hParcelReceive = NULL;
- g_callbackOnMsgReceived = true;
rpc_port_h hreceivedport= NULL;
rpc_port_parcel_header_h hReceivedHeader;
{
g_main_loop_quit(g_pMainLoop);
}
+ g_callbackOnMsgReceived = true;
normal_exit(0);
return;
}
return;
}
g_main_loop_quit(g_pMainLoop);
+ g_callbackOnMsgReceived = true;
normal_exit(0);
return;
}
g_pMainLoop = NULL;
}
FPRINTF("[Line : %d][%s] Leaving Callback RpcMessage_Onreceived_cb \\n", __LINE__, API_NAMESPACE);
+ g_callbackOnMsgReceived = true;
normal_exit(0);
}
return nRetVal;
}
/** @} */
-/** @} */
\ No newline at end of file
+/** @} */
elif [ "$(echo $HOSTTYPE)" == "x86_64" ]; then
applist=`ls $DEVICE_SUITE_TARGET_30/res | grep tpk | grep x86_64`
else
- applist=`ls $DEVICE_SUITE_TARGET_30/res | grep tpk | grep i386`
+ applist=`ls $DEVICE_SUITE_TARGET_30/res | grep tpk | grep -e i386 -e i586`
fi
for app in $applist
elif [ "$(echo $HOSTTYPE)" == "x86_64" ]; then
applist=`ls $DEVICE_SUITE_TARGET_30/res | grep tpk | grep x86_64`
else
- applist=`ls $DEVICE_SUITE_TARGET_30/res | grep tpk | grep i386`
+ applist=`ls $DEVICE_SUITE_TARGET_30/res | grep tpk | grep -e i386 -e i586`
fi
for app in $applist