1. 程式人生 > >Android原始碼hardware目錄結構詳解

Android原始碼hardware目錄結構詳解

hardware 目錄                (部分廠家開源的硬解適配層HAL程式碼)
|-- broadcom                        (博通公司)
|   `-- wlan                        (無線網絡卡)
|-- libhardware                        (硬體庫)
|   |-- include                        (標頭檔案)
|   `-- modules                (Default (and possibly architecture dependents) HAL modules)
|       |-- gralloc                (gralloc顯示相關)
|       `-- overlay                (Skeleton for the "overlay" HAL module.)
|-- libhardware_legacy        (舊的硬體庫)
|   |-- flashlight                (背光)
|   |-- gps                        (GPS)
|   |-- include                        (標頭檔案)
|   |-- mount                        (舊的掛載器)
|   |-- power                        (電源)
|   |-- qemu                        (模擬器)
|   |-- qemu_tracing        (模擬器跟蹤)
|   |-- tests                        (測試)
|   |-- uevent                        (uevent)
|   |-- vibrator                        (震動)
|   `-- wifi                        (無線)
|-- msm7k                        (高通7k處理器開源抽象層)
|   |-- boot                        (啟動)
|   |-- libaudio                (聲音庫)
|   |-- libaudio-qsd8k        (qsd8k的聲音相關庫)
|   |-- libcamera                (攝像頭庫)
|   |-- libcopybit                (copybit庫)
|   |-- libgralloc                (gralloc庫)
|   |-- libgralloc-qsd8k        (qsd8k的gralloc庫)
|   |-- liblights                (背光庫)
|   `-- librpc                        (RPC庫)
|-- ril                                (無線電抽象層)
|   |-- include                        (標頭檔案)
|   |-- libril                        (庫)
|   |-- reference-cdma-sms        (cdma簡訊參考)
|   |-- reference-ril                        (ril參考)
|   `-- rild                                (ril後臺服務程式)
`-- ti                                                (ti公司開源HAL)
    |-- omap3                                (omap3處理器)
    |   |-- dspbridge                (DSP橋)
    |   |-- libopencorehw        (opencore硬體庫)
    |   |-- liboverlay                (overlay硬體庫)
    |   |-- libstagefrighthw        (stagefright硬體庫)
    |   `-- omx                        (omx元件)

    `-- wlan                                (無線網絡卡)

http://4225953-163-com.iteye.com/blog/746660