android Forlinux framworks学习资料

对比LedClient和forlinxLedTest的区别

a. forlinx_led.jar库文件处于框架层,且更新了framework.jar系统库,在里面增加了Led的API调用,应用层的LedSystemServer.apk和Forlinx LED Test .apk会调用框架层framework.jar和forlinx_led.jar提供的接口.
framework.jar 库文件增加了自己的API,对应的源代码位于:
Stable-Android2.3/frameworks/base/core/java/android/forlinx
forlinx_led.jar 库文件对应的源代码位于:
Stable-Android2.3/frameworks/base/services/forlinx_led_server

b. libforlinx_runtime.so 由Stable-Android2.3/frameworks/base/services/forlinx_led_jni编译而来
led.default.so为HAL模块,由Stable-Android2.3/hardware/led 编译而来

你可能感兴趣的:(框架,android,api,jni)