Home
last modified time | relevance | path

Searched refs:VENDOR_NFC_EXT_SERVICE_LIB (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp46 nfcExtHandle = dlopen(VENDOR_NFC_EXT_SERVICE_LIB.c_str(), RTLD_LAZY | RTLD_GLOBAL); in GetChipType()
66 nfcExtHandle = dlopen(VENDOR_NFC_EXT_SERVICE_LIB.c_str(), RTLD_LAZY | RTLD_GLOBAL); in CheckFirmwareUpdate()
H A Dnfc_vendor_adaptions.h26 const std::string VENDOR_NFC_EXT_SERVICE_LIB = "libvendor_ext_nfc_service.z.so"; variable