But, Minibrowser of Webkit is not an OSP application neither a WGT > application, just a "classic" application. > > it is CORE app. There co-exists three different app model, Web App, Native C++ App and Core App, in TIZEN platform.
> What I saw after the modification of the manifest is : > app 681 0.0 0.7 250168 60940 ? SLsl nov.18 0:00 > /usr/bin/MiniBrowser `zaybxcwdveuftgsh` > > > Minibrowser is launched with a wrong argument : > /usr/bin/MiniBrowser `zaybxcwdveuftgsh` instead of /usr/bin/MiniBrowser > 123.com > > I tried to change the app type by "c++app" but I had the same result. > > I see that the main arguments of the bundle are used to launch the app. > (this arguments are used only by Tizen specific applications) > (example of argument `zaybxcwdveuftgsh` __AUL_STARTTIME__ > NAAAAAEEAAASAAAAX19BVUxfU1RBUlRUSU1FX18AEgAAADEzODQ3NzAxNjIvODI0MTQ5AA== > __AUL_CALLER_PID__ JwAAAAEEAAATAAAAX19 ) > > As having OSP Framework is not mandatory for all TIZEN profiles, > What I propose is to add a new application Type 'stdapp' wich associated > to an other AMD Application Type 'stdapp'. > > It has nothing to do with Native C++ framework, OSP. Core App is just a thin wrapper for Core appfw and WebApp and Native C++ framework relies on it. However, delivered launch arguemnt is normally expected to be handled via bundle or service handle. This argument is passed either launch argument on new process or socket on running process and bundle is encoded via arguement. ' zaybxcwdveuftgsh' is special magic number for this encoded bundle. Young
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
