14 lines
237 B
C
Executable File
14 lines
237 B
C
Executable File
/**
|
|
Dx, Version control implementation
|
|
|
|
@file DxVer.c
|
|
@ingroup mDx
|
|
|
|
Copyright Novatek Microelectronics Corp. 2012. All rights reserved.
|
|
*/
|
|
#include <kwrap/verinfo.h>
|
|
|
|
VOS_MODULE_VERSION(Dx, 1, 00, 000, 00);
|
|
|
|
|