Development Environment Setup
- The environment runs on the openEuler 22.03 OS.
- For development and integration, contact Huawei engineers to obtain the BoostKit-RagGuard_1.0.zip software package, and decompress the package to obtain the files listed in the following table.
Table 1 File list Directory
File
Description
include/
dbsd_intf.h
Defines the socket interfaces for ecosystem partners. The header file interfaces are downward compatible.
include/
dbsd_type.h
Defines the data structures for ecosystem partners. The header file interfaces are downward compatible.
lib/
libhisec_db_detection.so
libdocuejson.so
libsecurec.so
Feature and dependency .so files.
- Developers must include the dbsd_intf.h and dbsd_type.h header files in their code, and load the libhisec_db_detection.so, libdocuejson.so, and libsecurec.so files using dlopen before they use related interfaces.
Parent topic: Developer Guide