13 lines
241 B
C
13 lines
241 B
C
|
|
#ifndef __HB_MAGIC_H__
|
||
|
|
#define __HB_MAGIC_H__
|
||
|
|
#ifdef demo
|
||
|
|
#define PRODUCT_CFG_BUILD_MAGIC 104925601
|
||
|
|
#endif
|
||
|
|
#ifdef module_app
|
||
|
|
#define PRODUCT_CFG_BUILD_MAGIC 104925602
|
||
|
|
#endif
|
||
|
|
#ifdef mrs
|
||
|
|
#define PRODUCT_CFG_BUILD_MAGIC 104925603
|
||
|
|
#endif
|
||
|
|
#endif
|