WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
product.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2020. All rights reserved.
3 * Description: product config
4 *
5 * Create: 2020-10-23
6 */
7#ifndef PRODUCT_H
8#define PRODUCT_H
10
11#ifndef YES
12#define YES (1)
13#endif
14
15#ifndef NO
16#define NO (0)
17#endif
18
19#define DUAL_DSP_EXIST NO
20
21#define BTH_MOUSE_MANAGER_SUPPORT YES
22#define IPC_SHARE_NUMS 2
23#define APPLICATION_VERSION_STRING "B040"
24#endif