Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libports: add CCID library #2144

Closed
cproc opened this issue Oct 20, 2016 · 0 comments
Closed

libports: add CCID library #2144

cproc opened this issue Oct 20, 2016 · 0 comments
Assignees

Comments

@cproc
Copy link
Member

cproc commented Oct 20, 2016

The CCID library provides a driver for USB smartcard readers using the CCID protocol. It is used by the pcsc-lite library (separate issue).

When the CCID library is built, it creates a file 'Info.plist' in the 'bin' directory, which contains information about the supported card readers. This file is loaded by the library at runtime as '/ifd-ccid.bundle/Contents/Info.plist' and can be made accessible at this location in the VFS configuration of the application:

<config>
    <libc>
        <vfs>
            <dir name="ifd-ccid.bundle">
                <dir name="Contents">
                    <rom name="Info.plist"/>
                </dir>
            </dir>
        </vfs>
    </libc>
</config>
@cproc cproc added the feature label Oct 20, 2016
@cproc cproc self-assigned this Oct 20, 2016
cproc added a commit to cproc/genode that referenced this issue Oct 20, 2016
@cproc cproc added the fixed label Oct 20, 2016
chelmuth pushed a commit that referenced this issue Oct 21, 2016
chelmuth pushed a commit to chelmuth/genode that referenced this issue Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant