Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.57 KB

README.md

File metadata and controls

33 lines (24 loc) · 2.57 KB

Device Settings Module

Table of Contents

Acronyms, Terms and Abbreviations

  • HPK - Hardware Porting Kit
  • HAL - Hardware Abstraction Layer
  • DS - Device Settings
  • NA - Not Applicable

Description

This document provides the links for the specific sub-modules of the Device Settings.

Device Settings Sub modules details

SNo Sub-module Name HAL Specification Header File(s) Settings Template File
1 DS Host DS Host HAL Specification dsHost.h NA
2 DS Front Panel Display DS Front Panel Display HAL Specification dsFPD.h, dsFPDTypes.h frontPanelSettings_template.hpp
3 DS Display DS Display HAL Specification dsDisplay.h, dsAVDTypes.h NA
4 DS HDMI Input DS HDMI Input HAL Specification dsHdmiIn.h, dsHdmiInTypes.h NA
5 DS Composite Input DS Composite Input HAL Specification dsCompositeIn.h, dsCompositeInTypes.h NA
6 DS Audio DS Audio HAL Specification dsAudio.h, dsAVDTypes.h dsAudioSettings_template.h
7 DS Video Device DS Video Device HAL Specification dsVideoDevice.h, dsVideoDeviceTypes.h dsVideoDeviceSettings_template.h
8 DS Video Port DS Video Port HAL Specification dsVideoPort.h, dsAVDTypes.h dsVideoPortSettings_template.h, dsVideoResolutionSettings_template.h

For more information about Test suits and HPK,please check HPK repo