Hallo,
I found a tutorial which explains the Android HAL by an LED-example:
(found on: http://blog.csdn.net/hongtao_liu/archive/2010/12/07/6060734.aspx)
LED-Manager->LED-Service->LED-HAL->LED-Kernel-Driver
My question is now:
why does the java-service load this shared library:
static{
System.load("/system/lib/libmokoid_runtime.so");
}
Why come the other Android own hardware-services without this?
Which is the offical way to integrate new Hardware into the HAL?
Greetz dudero
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting