From 866e3204cee593817850f5e5c23a0bcf7af9c591 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 5 Feb 2013 11:50:16 +0100 Subject: Add documentation about contributing to p11-kit --- doc/p11-kit-notes.xml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 doc/p11-kit-notes.xml (limited to 'doc/p11-kit-notes.xml') diff --git a/doc/p11-kit-notes.xml b/doc/p11-kit-notes.xml deleted file mode 100644 index 02a3288..0000000 --- a/doc/p11-kit-notes.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - Developer and Packager Notes - -
- Using pkg-config to determine paths - - Developers or packagers of PKCS#11 modules need to install various - files into specific locations so that p11-kit will recognize and load the - module correctly. - - You should use pkg-config as described below - to determine configuration paths. p11-kit installs a - pkg-config file called p11-kit-1.pc. - This file contains all the information about the various paths that p11-kit - looks for files at. - -
- Path to place module configuration - - As described in the module configuration - documentation, each PKCS#11 module should install a config file describing - that module. These config files should be installed to a specific directory which - can be determined by running: - - -$ pkg-config p11-kit-1 --variable p11_module_configs -/usr/share/p11-kit/modules -
- -
- Default path for modules with relative paths - - If a module configuration - contains a relative path in its module: setting, - then that module will be loaded from the default module path. This - path can be determined by running: - - -$ pkg-config p11-kit-1 --variable p11_module_path -/usr/lib64/pkcs11 -
- -
- -
-- cgit v1.1