Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 970 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 970 Bytes

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

parameter-framework sample files

This repository contains Structure files for the parameter-framework. These are either for documentation/example purposes or are real-life Structures that support existing systems (e.g. audio codecs found on smartphones and tablets).

Installing the examples

cmake -DCMAKE_PREFIX_PATH=</your/installed/pfw/plugin/dir> -DCMAKE_INSTALL_PREFIX=</example/destination> .
make install