Noting down the steps here for further reference.
- Below are the Mandatory dependencies to run the CCID on Linux that we had to install.
# sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev
# sudo apt-get install x11proto-core-dev libx11-dev lib32readline-gplv2-dev lib32z1-dev
# sudo apt-get install libgl1-mesa-dev mingw32 tofrodos python-markdown libxml2-utils xsltproc uuid-dev:i386 liblzo2-dev:i386
# sudo apt-get install gcc-multilib g++-multilib
# sudo apt-get install subversion
# sudo apt-get install openssh-server openssh-client
# sudo apt-get install libudev-dev
# sudo apt-get install openssl
# sudo apt-get install libssl-dev
- Install Libusb on Linux
sudo apt-get update
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install libusb-dev libusb++
- Install Pcsc Lite on Linux
sudo apt-get install libpcsclite1 libpcsclite-dev
- Install Opensc on Linux
sudo apt-get install -y opensc
- CCID Driver installation
Please refer the CCID Driver installation (Step 3 ) on the below link.
https://community.nxp.com/t5/NFC-Knowledge-Base/Installation-of-Linux-CCID-driver-For-NFC-Reader/ta-...
- Download ccid-1.4.27.tar.bz2
- Decompress the download
- Compile the package using the below steps
./configure
Make
Sudo make install
- Add the product ID and Vendor ID of the board on the below path
/etc/libccid_Info.plist.



Attaching our file for your reference.
- Install and restart the PCSC Scan tool using the below command
sudo apt install pcsc-tools
sudo systemctl restart pcscd.socket
- After the above steps by reconnecting the hardware and calling the pcsc_scan command we are able to see the below output at our end
We have used FRDM-KL27Z development board for our trials.

I am informed that you have already been informed about this with a ticket, please follow the steps that my peer tell you in the ticket