This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
android-g900/Start_WM/test6/inc/gfrm_module_ids.h
2010-10-16 00:02:07 +06:00

57 lines
1.6 KiB
C
Executable File

/* Copyright (c) 2006 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this software and related documentation without an
* express license agreement from NVIDIA Corporation is strictly prohibited.
*/
/** @file module_ids.h
Module List & string names
*/
GFRM_MODULE(HOST1X, "host1x")
GFRM_MODULE(MPD,"mpd")
GFRM_MODULE(ME,"me")
GFRM_MODULE(JPEGE,"jpege")
GFRM_MODULE(VI,"vi")
GFRM_MODULE(EPP,"epp")
GFRM_MODULE(ISP,"isp")
GFRM_MODULE(DSPCORE,"dspcore")
GFRM_MODULE(GR2D,"gr2d")
GFRM_MODULE(GR3D,"gr3d")
GFRM_MODULE(DISPLAY,"display")
GFRM_MODULE(I2S,"i2s")
GFRM_MODULE(IC,"ic")
GFRM_MODULE(SD,"sd")
GFRM_MODULE(MC,"mc")
GFRM_MODULE(EMC,"emc")
GFRM_MODULE(DSP,"dsp")
GFRM_MODULE(EFUSE,"efuse")
GFRM_MODULE(AUDIO,"audio")
GFRM_MODULE(TVO,"tvo")
GFRM_MODULE(DISPLAYB,"displayb")
GFRM_MODULE(I2SB,"i2sb")
GFRM_MODULE(DSPB,"dspb")
GFRM_MODULE(CVE,"cve")
GFRM_MODULE(DSPBCORE,"dspbcore")
GFRM_MODULE(CSI,"csi")
GFRM_MODULE(TVDAC,"tvdac")
GFRM_MODULE(APB,"apb")
GFRM_MODULE(RESET, "reset")
GFRM_MODULE(SPROM, "sprom")
GFRM_MODULE(GPIO, "gpio")
GFRM_MODULE(CLK, "clk")
GFRM_MODULE(UART, "uart")
GFRM_MODULE(UART2, "uart2")
GFRM_MODULE(UART3, "uart3")
GFRM_MODULE(TIMER, "timer")
GFRM_MODULE(KBC, "kbc")
GFRM_MODULE(DMA, "dma")
GFRM_MODULE(USB, "usb")
GFRM_MODULE(CEATA, "ceata")
GFRM_MODULE(FLASH, "flash")
GFRM_MODULE(XHOST, "xhost")