提交 3198856f 编写于 作者: jinlong0603's avatar jinlong0603

增加EasyIPCamera_RTSP 海思平台编译

上级 cc9b4954
......@@ -4,16 +4,40 @@ usage()
{
echo "0. clean up ./Buildit clean"
echo "1. build 32bit program ./Buildit i386"
echo "2. build 64bit program ./Buildit x64"
echo "2. build 64bit program ./Buildit x64"
echo "3. build hisiv100 program ./Buildit hisiv100[target in hisiv100]"
echo "4. build hisiv200 program ./Buildit hisiv200[target in hisiv200]"
echo "5. build hisiv300 program ./Buildit hisiv300[target in hisiv300]"
echo "6. build hisiv400 program ./Buildit hisiv400[target in hisiv400]"
echo "7. build hisiv500 program ./Buildit hisiv500[target in hisiv500]"
echo "8. build hisiv600 program ./Buildit hisiv600[target in hisiv600]"
}
if [ "$*" = "clean" ] ; then
make -f nbproject/Makefile-i386.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-x64.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-hisiv100.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-hisiv200.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-hisiv300.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-hisiv400.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-hisiv500.mk QMAKE= SUBPROJECTS= .clean-conf
make -f nbproject/Makefile-hisiv600.mk QMAKE= SUBPROJECTS= .clean-conf
elif [ "$*" = "i386" ] ; then
make -f nbproject/Makefile-i386.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "x64" ] ; then
make -f nbproject/Makefile-x64.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "hisiv100" ] ; then
make -f nbproject/Makefile-hisiv100.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "hisiv200" ] ; then
make -f nbproject/Makefile-hisiv200.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "hisiv300" ] ; then
make -f nbproject/Makefile-hisiv300.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "hisiv400" ] ; then
make -f nbproject/Makefile-hisiv400.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "hisiv500" ] ; then
make -f nbproject/Makefile-hisiv500.mk QMAKE= SUBPROJECTS= .build-conf
elif [ "$*" = "hisiv600" ] ; then
make -f nbproject/Makefile-hisiv600.mk QMAKE= SUBPROJECTS= .build-conf
else
usage;
fi
......@@ -15,15 +15,15 @@ NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=gcc
CCC=g++
CXX=g++
CCC=arm-hisiv100-linux-uclibcgnueabi-g++
CXX=arm-hisiv100-linux-uclibcgnueabi-g++
FC=gfortran
AS=as
AS=arm-hisiv100-linux-uclibcgnueabi-as
# Macros
CND_PLATFORM=GNU-Linux
CND_PLATFORM=hisiv100-Linux
CND_DLIB_EXT=so
CND_CONF=Release
CND_CONF=hisiv100
CND_DISTDIR=dist
CND_BUILDDIR=build
......@@ -53,7 +53,7 @@ FFLAGS=
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=-L../Lib/x64 -LlibEasyRTSPClient/Lib/x64
LDLIBSOPTIONS=-L../Lib/${CND_CONF}_shared -LlibEasyRTSPClient/Lib/${CND_CONF}
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
......
......@@ -14,16 +14,16 @@ GREP=grep
NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=gcc
CCC=g++
CXX=g++
CC=arm-hisiv200-linux-gnueabi-gcc
CCC=arm-hisiv200-linux-gnueabi-g++
CXX=arm-hisiv200-linux-gnueabi-g++
FC=gfortran
AS=as
AS=arm-hisiv200-linux-gnueabi-as
# Macros
CND_PLATFORM=GNU-Linux
CND_PLATFORM=hisiv200-Linux
CND_DLIB_EXT=so
CND_CONF=Debug
CND_CONF=hisiv200
CND_DISTDIR=dist
CND_BUILDDIR=build
......@@ -53,7 +53,7 @@ FFLAGS=
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=-L../Lib/x64 -LlibEasyRTSPClient/Lib/x64
LDLIBSOPTIONS=-L../Lib/${CND_CONF}_shared -LlibEasyRTSPClient/Lib/${CND_CONF}
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
......@@ -66,12 +66,12 @@ ${CND_CONF}/easyipcamera_rtsp: ${OBJECTFILES}
${OBJECTDIR}/GetVPSSPSPPS.o: GetVPSSPSPPS.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -g -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/GetVPSSPSPPS.o GetVPSSPSPPS.cpp
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/GetVPSSPSPPS.o GetVPSSPSPPS.cpp
${OBJECTDIR}/main.o: main.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -g -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
# Subprojects
.build-subprojects:
......
#
# Generated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add customized code.
#
# This makefile implements configuration specific macros and targets.
# Environment
MKDIR=mkdir
CP=cp
GREP=grep
NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=arm-hisiv300-linux-uclibcgnueabi-gcc
CCC=arm-hisiv300-linux-uclibcgnueabi-g++
CXX=arm-hisiv300-linux-uclibcgnueabi-g++
FC=gfortran
AS=arm-hisiv300-linux-uclibcgnueabi-as
# Macros
CND_PLATFORM=hisiv300-Linux
CND_DLIB_EXT=so
CND_CONF=hisiv300
CND_DISTDIR=dist
CND_BUILDDIR=build
# Include project Makefile
include Makefile
# Object Directory
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
# Object Files
OBJECTFILES= \
${OBJECTDIR}/GetVPSSPSPPS.o \
${OBJECTDIR}/main.o
# C Compiler Flags
CFLAGS=
# CC Compiler Flags
CCFLAGS=
CXXFLAGS=
# Fortran Compiler Flags
FFLAGS=
# Assembler Flags
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=-L../Lib/${CND_CONF}_shared -LlibEasyRTSPClient/Lib/${CND_CONF}
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_CONF}/easyipcamera_rtsp
${CND_CONF}/easyipcamera_rtsp: ${OBJECTFILES}
${MKDIR} -p ${CND_CONF}
${LINK.cc} -o ${CND_CONF}/easyipcamera_rtsp ${OBJECTFILES} ${LDLIBSOPTIONS} -leasyrtspclient -leasyipcamera -lrt -lpthread
${OBJECTDIR}/GetVPSSPSPPS.o: GetVPSSPSPPS.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/GetVPSSPSPPS.o GetVPSSPSPPS.cpp
${OBJECTDIR}/main.o: main.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
# Subprojects
.build-subprojects:
# Clean Targets
.clean-conf: ${CLEAN_SUBPROJECTS}
${RM} -r ${CND_BUILDDIR}/${CND_CONF}
# Subprojects
.clean-subprojects:
# Enable dependency checking
.dep.inc: .depcheck-impl
include .dep.inc
#
# Generated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add customized code.
#
# This makefile implements configuration specific macros and targets.
# Environment
MKDIR=mkdir
CP=cp
GREP=grep
NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=arm-hisiv400-linux-gnueabi-gcc
CCC=arm-hisiv400-linux-gnueabi-g++
CXX=arm-hisiv400-linux-gnueabi-g++
FC=gfortran
AS=arm-hisiv400-linux-gnueabi-as
# Macros
CND_PLATFORM=hisiv400-Linux
CND_DLIB_EXT=so
CND_CONF=hisiv400
CND_DISTDIR=dist
CND_BUILDDIR=build
# Include project Makefile
include Makefile
# Object Directory
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
# Object Files
OBJECTFILES= \
${OBJECTDIR}/GetVPSSPSPPS.o \
${OBJECTDIR}/main.o
# C Compiler Flags
CFLAGS=
# CC Compiler Flags
CCFLAGS=
CXXFLAGS=
# Fortran Compiler Flags
FFLAGS=
# Assembler Flags
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=-L../Lib/${CND_CONF}_shared -LlibEasyRTSPClient/Lib/${CND_CONF}
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_CONF}/easyipcamera_rtsp
${CND_CONF}/easyipcamera_rtsp: ${OBJECTFILES}
${MKDIR} -p ${CND_CONF}
${LINK.cc} -o ${CND_CONF}/easyipcamera_rtsp ${OBJECTFILES} ${LDLIBSOPTIONS} -leasyrtspclient -leasyipcamera -lrt -lpthread -s
${OBJECTDIR}/GetVPSSPSPPS.o: GetVPSSPSPPS.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/GetVPSSPSPPS.o GetVPSSPSPPS.cpp
${OBJECTDIR}/main.o: main.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
# Subprojects
.build-subprojects:
# Clean Targets
.clean-conf: ${CLEAN_SUBPROJECTS}
${RM} -r ${CND_BUILDDIR}/${CND_CONF}
# Subprojects
.clean-subprojects:
# Enable dependency checking
.dep.inc: .depcheck-impl
include .dep.inc
#
# Generated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add customized code.
#
# This makefile implements configuration specific macros and targets.
# Environment
MKDIR=mkdir
CP=cp
GREP=grep
NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=arm-hisiv500-linux-uclibcgnueabi-gcc
CCC=arm-hisiv500-linux-uclibcgnueabi-g++
CXX=arm-hisiv500-linux-uclibcgnueabi-g++
FC=gfortran
AS=arm-hisiv500-linux-uclibcgnueabi-as
# Macros
CND_PLATFORM=hisiv500-Linux
CND_DLIB_EXT=so
CND_CONF=hisiv500
CND_DISTDIR=dist
CND_BUILDDIR=build
# Include project Makefile
include Makefile
# Object Directory
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
# Object Files
OBJECTFILES= \
${OBJECTDIR}/GetVPSSPSPPS.o \
${OBJECTDIR}/main.o
# C Compiler Flags
CFLAGS=
# CC Compiler Flags
CCFLAGS=
CXXFLAGS=
# Fortran Compiler Flags
FFLAGS=
# Assembler Flags
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=-L../Lib/${CND_CONF}_shared -LlibEasyRTSPClient/Lib/${CND_CONF}
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_CONF}/easyipcamera_rtsp
${CND_CONF}/easyipcamera_rtsp: ${OBJECTFILES}
${MKDIR} -p ${CND_CONF}
${LINK.cc} -o ${CND_CONF}/easyipcamera_rtsp ${OBJECTFILES} ${LDLIBSOPTIONS} -leasyrtspclient -leasyipcamera -lrt -lpthread
${OBJECTDIR}/GetVPSSPSPPS.o: GetVPSSPSPPS.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/GetVPSSPSPPS.o GetVPSSPSPPS.cpp
${OBJECTDIR}/main.o: main.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
# Subprojects
.build-subprojects:
# Clean Targets
.clean-conf: ${CLEAN_SUBPROJECTS}
${RM} -r ${CND_BUILDDIR}/${CND_CONF}
# Subprojects
.clean-subprojects:
# Enable dependency checking
.dep.inc: .depcheck-impl
include .dep.inc
#
# Generated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add customized code.
#
# This makefile implements configuration specific macros and targets.
# Environment
MKDIR=mkdir
CP=cp
GREP=grep
NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=arm-hisiv600-linux-gnueabi-gcc
CCC=arm-hisiv600-linux-gnueabi-g++
CXX=arm-hisiv600-linux-gnueabi-g++
FC=gfortran
AS=arm-hisiv600-linux-gnueabi-as
# Macros
CND_PLATFORM=hisiv600-Linux
CND_DLIB_EXT=so
CND_CONF=hisiv600
CND_DISTDIR=dist
CND_BUILDDIR=build
# Include project Makefile
include Makefile
# Object Directory
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
# Object Files
OBJECTFILES= \
${OBJECTDIR}/GetVPSSPSPPS.o \
${OBJECTDIR}/main.o
# C Compiler Flags
CFLAGS=
# CC Compiler Flags
CCFLAGS=
CXXFLAGS=
# Fortran Compiler Flags
FFLAGS=
# Assembler Flags
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=-L../Lib/${CND_CONF}_shared -LlibEasyRTSPClient/Lib/${CND_CONF}
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_CONF}/easyipcamera_rtsp
${CND_CONF}/easyipcamera_rtsp: ${OBJECTFILES}
${MKDIR} -p ${CND_CONF}
${LINK.cc} -o ${CND_CONF}/easyipcamera_rtsp ${OBJECTFILES} ${LDLIBSOPTIONS} -leasyrtspclient -leasyipcamera -lrt -lpthread
${OBJECTDIR}/GetVPSSPSPPS.o: GetVPSSPSPPS.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/GetVPSSPSPPS.o GetVPSSPSPPS.cpp
${OBJECTDIR}/main.o: main.cpp
${MKDIR} -p ${OBJECTDIR}
${RM} "$@.d"
$(COMPILE.cc) -O2 -IlibEasyRTSPClient/Include -I../Include -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
# Subprojects
.build-subprojects:
# Clean Targets
.clean-conf: ${CLEAN_SUBPROJECTS}
${RM} -r ${CND_BUILDDIR}/${CND_CONF}
# Subprojects
.clean-subprojects:
# Enable dependency checking
.dep.inc: .depcheck-impl
include .dep.inc
......@@ -27,11 +27,11 @@ CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
PROJECTNAME=EasyIPCamera_RTSP
# Active Configuration
DEFAULTCONF=Debug
DEFAULTCONF=x64
CONF=${DEFAULTCONF}
# All Configurations
ALLCONFS=Debug Release x64 i386
ALLCONFS=x64 i386 hisiv100 hisiv200 hisiv300 hisiv400 hisiv500 hisiv600
# build
......
......@@ -6,22 +6,6 @@
CND_BASEDIR=`pwd`
CND_BUILDDIR=build
CND_DISTDIR=dist
# Debug configuration
CND_PLATFORM_Debug=GNU-Linux
CND_ARTIFACT_DIR_Debug=Debug
CND_ARTIFACT_NAME_Debug=easyipcamera_rtsp
CND_ARTIFACT_PATH_Debug=Debug/easyipcamera_rtsp
CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
CND_PACKAGE_NAME_Debug=easyipcamerartsp.tar
CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/easyipcamerartsp.tar
# Release configuration
CND_PLATFORM_Release=GNU-Linux
CND_ARTIFACT_DIR_Release=Release
CND_ARTIFACT_NAME_Release=easyipcamera_rtsp
CND_ARTIFACT_PATH_Release=Release/easyipcamera_rtsp
CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
CND_PACKAGE_NAME_Release=easyipcamerartsp.tar
CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/easyipcamerartsp.tar
# x64 configuration
CND_PLATFORM_x64=GNU-Linux
CND_ARTIFACT_DIR_x64=x64
......@@ -38,6 +22,54 @@ CND_ARTIFACT_PATH_i386=i386/easyipcamera_rtsp
CND_PACKAGE_DIR_i386=dist/i386/GNU-Linux/package
CND_PACKAGE_NAME_i386=easyipcamerartsp.tar
CND_PACKAGE_PATH_i386=dist/i386/GNU-Linux/package/easyipcamerartsp.tar
# hisiv100 configuration
CND_PLATFORM_hisiv100=hisiv100-Linux
CND_ARTIFACT_DIR_hisiv100=hisiv100
CND_ARTIFACT_NAME_hisiv100=easyipcamera_rtsp
CND_ARTIFACT_PATH_hisiv100=hisiv100/easyipcamera_rtsp
CND_PACKAGE_DIR_hisiv100=dist/hisiv100/hisiv100-Linux/package
CND_PACKAGE_NAME_hisiv100=easyipcamerartsp.tar
CND_PACKAGE_PATH_hisiv100=dist/hisiv100/hisiv100-Linux/package/easyipcamerartsp.tar
# hisiv200 configuration
CND_PLATFORM_hisiv200=hisiv200-Linux
CND_ARTIFACT_DIR_hisiv200=hisiv200
CND_ARTIFACT_NAME_hisiv200=easyipcamera_rtsp
CND_ARTIFACT_PATH_hisiv200=hisiv200/easyipcamera_rtsp
CND_PACKAGE_DIR_hisiv200=dist/hisiv200/hisiv200-Linux/package
CND_PACKAGE_NAME_hisiv200=easyipcamerartsp.tar
CND_PACKAGE_PATH_hisiv200=dist/hisiv200/hisiv200-Linux/package/easyipcamerartsp.tar
# hisiv300 configuration
CND_PLATFORM_hisiv300=hisiv300-Linux
CND_ARTIFACT_DIR_hisiv300=hisiv300
CND_ARTIFACT_NAME_hisiv300=easyipcamera_rtsp
CND_ARTIFACT_PATH_hisiv300=hisiv300/easyipcamera_rtsp
CND_PACKAGE_DIR_hisiv300=dist/hisiv300/hisiv300-Linux/package
CND_PACKAGE_NAME_hisiv300=easyipcamerartsp.tar
CND_PACKAGE_PATH_hisiv300=dist/hisiv300/hisiv300-Linux/package/easyipcamerartsp.tar
# hisiv400 configuration
CND_PLATFORM_hisiv400=hisiv400-Linux
CND_ARTIFACT_DIR_hisiv400=hisiv400
CND_ARTIFACT_NAME_hisiv400=easyipcamera_rtsp
CND_ARTIFACT_PATH_hisiv400=hisiv400/easyipcamera_rtsp
CND_PACKAGE_DIR_hisiv400=dist/hisiv400/hisiv400-Linux/package
CND_PACKAGE_NAME_hisiv400=easyipcamerartsp.tar
CND_PACKAGE_PATH_hisiv400=dist/hisiv400/hisiv400-Linux/package/easyipcamerartsp.tar
# hisiv500 configuration
CND_PLATFORM_hisiv500=hisiv500-Linux
CND_ARTIFACT_DIR_hisiv500=hisiv500
CND_ARTIFACT_NAME_hisiv500=easyipcamera_rtsp
CND_ARTIFACT_PATH_hisiv500=hisiv500/easyipcamera_rtsp
CND_PACKAGE_DIR_hisiv500=dist/hisiv500/hisiv500-Linux/package
CND_PACKAGE_NAME_hisiv500=easyipcamerartsp.tar
CND_PACKAGE_PATH_hisiv500=dist/hisiv500/hisiv500-Linux/package/easyipcamerartsp.tar
# hisiv600 configuration
CND_PLATFORM_hisiv600=hisiv600-Linux
CND_ARTIFACT_DIR_hisiv600=hisiv600
CND_ARTIFACT_NAME_hisiv600=easyipcamera_rtsp
CND_ARTIFACT_PATH_hisiv600=hisiv600/easyipcamera_rtsp
CND_PACKAGE_DIR_hisiv600=dist/hisiv600/hisiv600-Linux/package
CND_PACKAGE_NAME_hisiv600=easyipcamerartsp.tar
CND_PACKAGE_PATH_hisiv600=dist/hisiv600/hisiv600-Linux/package/easyipcamerartsp.tar
#
# include compiler specific variables
#
......
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=hisiv100-Linux
CND_CONF=hisiv100
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_CONF}/easyipcamera_rtsp
OUTPUT_BASENAME=easyipcamera_rtsp
PACKAGE_TOP_DIR=easyipcamerartsp/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/easyipcamerartsp/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=hisiv200-Linux
CND_CONF=hisiv200
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_CONF}/easyipcamera_rtsp
OUTPUT_BASENAME=easyipcamera_rtsp
PACKAGE_TOP_DIR=easyipcamerartsp/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/easyipcamerartsp/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=hisiv300-Linux
CND_CONF=hisiv300
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_CONF}/easyipcamera_rtsp
OUTPUT_BASENAME=easyipcamera_rtsp
PACKAGE_TOP_DIR=easyipcamerartsp/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/easyipcamerartsp/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=hisiv400-Linux
CND_CONF=hisiv400
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_CONF}/easyipcamera_rtsp
OUTPUT_BASENAME=easyipcamera_rtsp
PACKAGE_TOP_DIR=easyipcamerartsp/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/easyipcamerartsp/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=hisiv500-Linux
CND_CONF=hisiv500
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_CONF}/easyipcamera_rtsp
OUTPUT_BASENAME=easyipcamera_rtsp
PACKAGE_TOP_DIR=easyipcamerartsp/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/easyipcamerartsp/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=hisiv600-Linux
CND_CONF=hisiv600
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_CONF}/easyipcamera_rtsp
OUTPUT_BASENAME=easyipcamera_rtsp
PACKAGE_TOP_DIR=easyipcamerartsp/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/easyipcamerartsp/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/easyipcamerartsp.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
......@@ -7,7 +7,7 @@
# Macros
TOP=`pwd`
CND_PLATFORM=GNU-Linux
CND_CONF=Debug
CND_CONF=i386
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
......
......@@ -7,7 +7,7 @@
# Macros
TOP=`pwd`
CND_PLATFORM=GNU-Linux
CND_CONF=Release
CND_CONF=x64
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=so
......
......@@ -24,23 +24,33 @@
</logicalFolder>
<projectmakefile>Makefile</projectmakefile>
<confs>
<conf name="Debug" type="1">
<conf name="x64" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
<incDir>
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
</fortranCompilerTool>
<asmTool>
<developmentMode>5</developmentMode>
</asmTool>
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/x64</pElem>
<pElem>../Lib/x64_shared</pElem>
<pElem>libEasyRTSPClient/Lib/x64</pElem>
</linkerAddLib>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
......@@ -53,7 +63,7 @@
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="Release" type="1">
<conf name="i386" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<dependencyChecking>true</dependencyChecking>
......@@ -62,6 +72,7 @@
<compileType>
<cTool>
<developmentMode>5</developmentMode>
<commandLine>-m32</commandLine>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
......@@ -69,6 +80,7 @@
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
<commandLine>-m32</commandLine>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
......@@ -79,8 +91,8 @@
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/x64</pElem>
<pElem>libEasyRTSPClient/Lib/x64</pElem>
<pElem>../Lib/${CND_CONF}_shared</pElem>
<pElem>libEasyRTSPClient/Lib/${CND_CONF}</pElem>
</linkerAddLib>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
</linkerTool>
......@@ -92,15 +104,16 @@
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="x64" type="1">
<conf name="hisiv100" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<compilerSet>hisiv100|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
<commandlineTool>gcc</commandlineTool>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
......@@ -118,8 +131,8 @@
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/x64_shared</pElem>
<pElem>libEasyRTSPClient/Lib/x64</pElem>
<pElem>../Lib/${CND_CONF}_shared</pElem>
<pElem>libEasyRTSPClient/Lib/${CND_CONF}</pElem>
</linkerAddLib>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
</linkerTool>
......@@ -131,16 +144,172 @@
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="i386" type="1">
<conf name="hisiv200" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<compilerSet>hisiv200|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
<incDir>
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
</fortranCompilerTool>
<asmTool>
<developmentMode>5</developmentMode>
</asmTool>
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/${CND_CONF}_shared</pElem>
<pElem>libEasyRTSPClient/Lib/${CND_CONF}</pElem>
</linkerAddLib>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
</linkerTool>
</compileType>
<item path="GetVPSSPSPPS.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="GetVPSSPSPPS.h" ex="false" tool="3" flavor2="0">
</item>
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="hisiv300" type="1">
<toolsSet>
<compilerSet>hisiv300|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
<incDir>
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
</fortranCompilerTool>
<asmTool>
<developmentMode>5</developmentMode>
</asmTool>
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/${CND_CONF}_shared</pElem>
<pElem>libEasyRTSPClient/Lib/${CND_CONF}</pElem>
</linkerAddLib>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
</linkerTool>
</compileType>
<item path="GetVPSSPSPPS.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="GetVPSSPSPPS.h" ex="false" tool="3" flavor2="0">
</item>
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="hisiv400" type="1">
<toolsSet>
<compilerSet>hisiv400|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
<incDir>
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
</fortranCompilerTool>
<asmTool>
<developmentMode>5</developmentMode>
</asmTool>
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/${CND_CONF}_shared</pElem>
<pElem>libEasyRTSPClient/Lib/${CND_CONF}</pElem>
</linkerAddLib>
<stripSymbols>true</stripSymbols>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
</linkerTool>
</compileType>
<item path="GetVPSSPSPPS.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="GetVPSSPSPPS.h" ex="false" tool="3" flavor2="0">
</item>
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="hisiv500" type="1">
<toolsSet>
<compilerSet>hisiv500|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
<incDir>
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
</fortranCompilerTool>
<asmTool>
<developmentMode>5</developmentMode>
</asmTool>
<linkerTool>
<output>${CND_CONF}/easyipcamera_rtsp</output>
<linkerAddLib>
<pElem>../Lib/${CND_CONF}_shared</pElem>
<pElem>libEasyRTSPClient/Lib/${CND_CONF}</pElem>
</linkerAddLib>
<commandLine>-leasyrtspclient -leasyipcamera -lrt -lpthread</commandLine>
</linkerTool>
</compileType>
<item path="GetVPSSPSPPS.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="GetVPSSPSPPS.h" ex="false" tool="3" flavor2="0">
</item>
<item path="main.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
<conf name="hisiv600" type="1">
<toolsSet>
<compilerSet>hisiv600|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
<commandLine>-m32</commandLine>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
......@@ -148,7 +317,6 @@
<pElem>libEasyRTSPClient/Include</pElem>
<pElem>../Include</pElem>
</incDir>
<commandLine>-m32</commandLine>
</ccTool>
<fortranCompilerTool>
<developmentMode>5</developmentMode>
......
......@@ -12,19 +12,35 @@
<sourceRootList/>
<confList>
<confElem>
<name>Debug</name>
<name>x64</name>
<type>1</type>
</confElem>
<confElem>
<name>Release</name>
<name>i386</name>
<type>1</type>
</confElem>
<confElem>
<name>x64</name>
<name>hisiv100</name>
<type>1</type>
</confElem>
<confElem>
<name>i386</name>
<name>hisiv200</name>
<type>1</type>
</confElem>
<confElem>
<name>hisiv300</name>
<type>1</type>
</confElem>
<confElem>
<name>hisiv400</name>
<type>1</type>
</confElem>
<confElem>
<name>hisiv500</name>
<type>1</type>
</confElem>
<confElem>
<name>hisiv600</name>
<type>1</type>
</confElem>
</confList>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册