⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

generate_pkg_config_content

Function generate_pkg_config_content 

Source
pub fn generate_pkg_config_content(
    name: &str,
    version: &str,
    description: &str,
    lib_name: &str,
) -> String
Expand description

Generate standard pkg-config .pc file content for an SDK component.

Produces output compatible with the pkg-config tool, defining the prefix, include, and library paths for a named component.