हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main के बजाय android-latest-release का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
हार्डवेयर ऐब्स्ट्रैक्शन लेयर (एचएएल), ऐब्स्ट्रैक्शन लेयर का एक टाइप है. इसमें हार्डवेयर वेंडर के लिए एक स्टैंडर्ड इंटरफ़ेस होता है. एचएएल की मदद से, हार्डवेयर वेंडर, डिवाइस के हिसाब से लोअर लेवल की सुविधाएं लागू कर सकते हैं. ऐसा करने पर, हायर लेवल लेयर के कोड पर कोई असर नहीं पड़ता या उसमें बदलाव नहीं होता.
ज़रूरी शर्तें
दस्तावेज़ के इस सेक्शन में इस्तेमाल हुए शब्दों की परिभाषाएं यहां दी गई हैं:
Android इंटरफ़ेस डेफ़िनिशन लैंग्वेज (एआईडीएल)
Java जैसी भाषा, जिसका इस्तेमाल इंटरफ़ेस को इस तरह से तय करने के लिए किया जाता है कि वह इस्तेमाल की जा रही प्रोग्रामिंग भाषा से अलग हो. एआईडीएल की मदद से, एचएएल क्लाइंट और एचएएल सेवाओं के बीच कम्यूनिकेशन किया जा सकता है.
बाइंडराइज़्ड एचएएल
ऐसा एचएएल जो बाइंडर इंटर-प्रोसेस कम्यूनिकेशन (आईपीसी) कॉल का इस्तेमाल करके, अन्य प्रोसेस के साथ कम्यूनिकेट करता है. बाइंड किए गए एचएएल, उनका इस्तेमाल करने वाले क्लाइंट से अलग प्रोसेस में चलते हैं.
बाइंड किए गए एचएएल, सेवा मैनेजर के साथ रजिस्टर किए जाते हैं, ताकि क्लाइंट उनकी सुविधाओं को ऐक्सेस कर सकें. Android 8 और उसके बाद के वर्शन के लिए लिखे गए एचएएल, बाइंडर में बदले जाते हैं.
HAL क्लाइंट
HAL सेवा को ऐक्सेस करने वाली प्रोसेस.
एचएएल इंटरफ़ेस
यह एक सामान्य इंटरफ़ेस है, जिसका इस्तेमाल HAL क्लाइंट और सेवा, दोनों के बीच कम्यूनिकेट करने के लिए करते हैं.
एचएएल की सेवा
हार्डवेयर के हिसाब से कोड, जैसे कि आपके डिवाइस के कैमरे से जुड़ा कोड. आपको वेंडर पार्टीशन में टारगेट की गई रिलीज़ के लिए, काम करने वाले मैट्रिक्स में बताए गए सभी ज़रूरी एचएएल लागू करने होंगे.
कंपैटिबिलिटी मैट्रिक के बारे में ज़्यादा जानने के लिए, कंपैटिबिलिटी मैट्रिक लेख पढ़ें.
अपने हार्डवेयर की खास सुविधाओं के साथ काम करने के लिए, नया एचएएल इंटरफ़ेस बनाया जा सकता है या एचएएल इंटरफ़ेस को बड़ा किया जा सकता है.
हार्डवेयर इंटरफ़ेस डेफ़िनिशन लैंग्वेज (एचआईडीएल)
इंटरफ़ेस को इस तरह से तय करने के लिए इस्तेमाल की जाने वाली भाषा, जो इस्तेमाल की जा रही प्रोग्रामिंग भाषा से अलग हो. HIDL, HAL क्लाइंट और HAL सेवाओं के बीच कम्यूनिकेशन की सुविधा देता है.
सेम प्रोसेस (एसपी) एचएएल
रैप किए गए एचएएल का सीमित सेट. सेट में सदस्यता को Google कंट्रोल करता है. एसपी एचएएल में ये शामिल हैं:
Stable C mapper 5 HAL
OpenGL
Vulkan
android.hidl.memory@1.0 (Android सिस्टम से दिया जाता है, हमेशा रैप किया जाता है)
android.hardware.renderscript@1.0
रैप किया गया एचएएल
ऐसी HAL सेवा जो Android 8 से पहले बनाई गई थी, लेकिन Android 8 और उसके बाद के वर्शन के साथ काम करने के लिए, इसे
AIDL या HIDL रैपर में रैप किया गया है.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Hardware abstraction layer (HAL) overview\n\nA *hardware abstraction layer (HAL)* is type of abstraction layer with a\nstandard interface for hardware vendors to implement. A HAL allows hardware\nvendors to implement lower-level, device-specific features without affecting or\nmodifying code in higher-level layers.\n| **Note:** HALs existed before Android 8. However, Android 8 ensured each HAL had a standard interface. For an explanation of HAL architecture before Android 8, refer to [Legacy HALs](/docs/core/architecture/hal/archive).\n\nRequired terms\n--------------\n\nFollowing is a list of definitions for terms used in this section of\ndocumentation:\n\n*Android Interface Definition Language (AIDL)*\n: A Java-like language used to define interfaces in a way that is independent of\n the programming language being used. AIDL allows communication between\n HAL clients and HAL services.\n\n*Binderized HAL*\n: A HAL that communicates with other processes\n using\n [binder inter-process communication (IPC)](/docs/core/architecture/hidl/binder-ipc)\n calls. Binderized HALs run in a separate process from the client that uses them.\n Binderized HALs are registered with a service manager so that clients can\n access their capabilities. HALs written for Android 8 and higher are\n binderized.\n\n*HAL client*\n: The process that accesses the HAL service.\n\n*HAL interface*\n: The common interface used by both the HAL client and service to communicate.\n\n*HAL service*\n\n: The hardware-specific code, such as the code that talks to your specific\n device's camera. You must implement all required HALs listed in the\n compatibility matrix for the release you target in your vendor partition.\n For further information on compatibility matrixes, see\n [Compatibility matrixes](/docs/core/architecture/vintf/comp-matrices).\n\n You can also create a new HAL interface, or extend the interface of a HAL, to\n support your hardware's unique capabilities.\n\n*Hardware Interface Definition Language (HIDL)*\n\n: A language used to define interfaces in a way that is independent of the\n programming language being used. HIDL enables communication between\n HAL clients and HAL services.\n\n | **Note:** As of Android 13, HIDL has been deprecated. Instead of HIDL, you should use Android Interface Definition Language (AIDL) for HALs. HALs previously written using [HIDL](/docs/core/architecture/hidl) are supported.\n\n*Same Process (SP) HAL*\n\n: A restricted set of wrapped HALs. Membership in the set is controlled by\n Google. SP HALs include:\n\n - Stable C mapper 5 HAL\n - OpenGL\n - Vulkan\n - android.hidl.memory@1.0 (provided by the Android system, always wrapped)\n - android.hardware.renderscript@1.0\n\n | **Note:** Some HAL implementations wrap legacy interfaces, such as those in `libhardware`, in an AIDL or HIDL wrapper.\n\n*Wrapped HAL*\n\n: A HAL service that was created before Android 8, but has been wrapped in an\n AIDL or HIDL wrapper to work with Android 8 and higher.\n\nWhat's next?\n------------\n\n- To learn how to implement a HAL service, refer to [AIDL for HALs](/docs/core/architecture/aidl/aidl-hals).\n- To learn how to create or extend an existing HAL, refer to [Attached extended interfaces](/docs/core/architecture/aidl/aidl-hals#attached-extensions)."]]