From e59a8d5ae2f5be64e3ebd7a3f75f197cb697ca2e Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 29 Apr 2024 11:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=81=E5=A4=8F=E8=A7=84?= =?UTF-8?q?=E7=BA=A6=E7=9B=B8=E5=85=B3=E5=B7=A5=E7=A8=8B=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E9=80=82=E9=85=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/CMakeLists.txt | 4 ++++ app/src/main/res/values/protocols.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/app/src/main/cpp/CMakeLists.txt b/app/src/main/cpp/CMakeLists.txt index 53fde4b9..4a623899 100644 --- a/app/src/main/cpp/CMakeLists.txt +++ b/app/src/main/cpp/CMakeLists.txt @@ -31,6 +31,8 @@ add_definitions(-DSQLITE_THREADSAFE=1) add_definitions(-DHAVE_STRING_H) # for memcpy in md5.c add_definitions(-DUSING_NRSEC) # add_definitions(-DUSING_DOWSE) +# OUTPUT_CAMERA_DBG_INFO: 照片上打印CARERA相关信息 +add_definitions(-DOUTPUT_CAMERA_DBG_INFO) # set(OpenCV_DIR D:/Workspace/deps/OpenCV-android-sdk/sdk/native/jni/) set(OPENCV_EXTRA_MODULES_PATH D:/Workspace/Github/opencv_contrib/modules) @@ -315,6 +317,7 @@ add_library( # Sets the name of the library. ${TERM_CORE_ROOT}/SpecData_I1_HEN.cpp ${TERM_CORE_ROOT}/SpecData_I1_HENZZ.cpp ${TERM_CORE_ROOT}/SpecData_I1_SHX.cpp + ${TERM_CORE_ROOT}/SpecData_I1_NX.cpp ${TERM_CORE_ROOT}/SpecData_XY.cpp ${TERM_CORE_ROOT}/SpecData_ZJ.cpp ${TERM_CORE_ROOT}/SpecData_NW.cpp @@ -334,6 +337,7 @@ add_library( # Sets the name of the library. ${TERM_CORE_ROOT}/Client/Terminal_HEN.cpp ${TERM_CORE_ROOT}/Client/Terminal_SHX.cpp ${TERM_CORE_ROOT}/Client/Terminal_JS.cpp + ${TERM_CORE_ROOT}/Client/Terminal_NX.cpp ${TERM_CORE_ROOT}/Client/Terminal_ZJ.cpp ${TERM_CORE_ROOT}/Client/Terminal_NW.cpp ${TERM_CORE_ROOT}/Client/UpgradeReceiver.cpp diff --git a/app/src/main/res/values/protocols.xml b/app/src/main/res/values/protocols.xml index 519e20b0..4f0bd5e1 100644 --- a/app/src/main/res/values/protocols.xml +++ b/app/src/main/res/values/protocols.xml @@ -8,5 +8,6 @@ 65284-浙江 65285-河南 65286-郑州 + 65288-宁夏 \ No newline at end of file