From 1d6f5de34a74edd4807e59664456d170cc1dae14 Mon Sep 17 00:00:00 2001 From: renguang1116 Date: Tue, 28 Dec 2021 03:17:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20interfaces/inner=5Fkits/native=5Fcpp/i?= =?UTF-8?q?nclude/dm=5Fdevice=5Finfo.h.=20=E6=8C=89=E7=85=A7=E8=A6=81?= =?UTF-8?q?=E6=B1=82=EF=BC=8C=E5=88=A0=E9=99=A4=E4=BB=A3=E7=A0=81=E4=B8=AD?= =?UTF-8?q?PC=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/inner_kits/native_cpp/include/dm_device_info.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/inner_kits/native_cpp/include/dm_device_info.h b/interfaces/inner_kits/native_cpp/include/dm_device_info.h index 076a2c007..2e084e749 100644 --- a/interfaces/inner_kits/native_cpp/include/dm_device_info.h +++ b/interfaces/inner_kits/native_cpp/include/dm_device_info.h @@ -29,7 +29,6 @@ typedef enum DMDeviceType { DEVICE_TYPE_UNKNOWN = 0x00, DEVICE_TYPE_WIFI_CAMERA = 0x08, DEVICE_TYPE_AUDIO = 0x0A, - DEVICE_TYPE_PC = 0x0C, DEVICE_TYPE_PHONE = 0x0E, DEVICE_TYPE_PAD = 0x11, DEVICE_TYPE_WATCH = 0x6D, -- Gitee