It is not as hard as I thought before I start. When I look into the frameworks/base/cmds/servicemanager, I realized that it should be an easy job. So I decide to give it a try. I will list what I do after I complete it.
Where to write our own services code in order to register with service manager. I have gone through your blog but i am still have sum confusing parts. For example if i have a service called sample.c where to keep this file.
Where to write our own services code in order to register with service manager.
ReplyDeleteI have gone through your blog but i am still have sum confusing parts. For example if i have a service called sample.c where to keep this file.