Re: [b2g] the execution of SystemWorkerManager in b2g

2014-02-08 Thread Dave Hylands
Hi Paul, - Original Message - From: Paul mozloverin...@gmail.com To: dev-b2g@lists.mozilla.org Sent: Friday, February 7, 2014 10:26:12 PM Subject: Re: [b2g] the execution of SystemWorkerManager in b2g Hey Dave, So I can think those files generate .o listed in moz.build

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-02-07 Thread Paul
Hey Dave, So I can think those files generate .o listed in moz.build will be compiled into libxul.so. Is this correct? I currently have a file listed in moz.build and this file has its own .o file (say abcd.o). I assume this abcd.o file will be linked to the codes which need functions in

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-01-23 Thread Paul
Hi Dave, Thanks for you explanation. Here are two more questions: 1. If I create a .o file, will that be okay to link this .o file to libxul.so and then gets this fill to be loaded from the main b2g app? 2. How libxul.so gets loaded from the main b2g process? Thank you

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-01-23 Thread Paul
Hi Dave, Hi Dave, Thanks for you explanation. Here are some questions that confuse me awhile. 1. How libxul.so is loaded from the main b2g app ? (Do you mean the main b2g app equals to b2g process?) 2. In the gecko/hal/gonk folder, there are some files (such as GonkHal, GonkFMRadio and

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-01-23 Thread Paul
hi developers, any idea? ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-01-23 Thread Dave Hylands
Hi Paul, - Original Message - From: Paul mozloverin...@gmail.com To: dev-b2g@lists.mozilla.org Sent: Thursday, January 23, 2014 1:02:18 AM Subject: Re: [b2g] the execution of SystemWorkerManager in b2g Hi Dave, Thanks for you explanation. Here are some questions that confuse

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-01-23 Thread Paul
Hi Dave, Thanks a lot the your reply. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] the execution of SystemWorkerManager in b2g

2014-01-22 Thread Paul
Hi, developers I found that SystemWorkerManager.o in the folder objdir-gecko. However, I tried to figure out how SystemWorkerManager.o gets invoked(loaded) in the b2g. Currently I dont find any clue in gecko. Could anyone give me a hint about how system loads these .o (.so) file to

Re: [b2g] the execution of SystemWorkerManager in b2g

2014-01-22 Thread Dave Hylands
Hi Paul, - Original Message - From: Paul mozloverin...@gmail.com To: dev-b2g@lists.mozilla.org Sent: Wednesday, January 22, 2014 8:57:37 PM Subject: [b2g] the execution of SystemWorkerManager in b2g Hi, developers I found that SystemWorkerManager.o in the folder objdir-gecko