Add API for update-control plugins
[platform/core/system/libsyscommon.git] / src / plugin-api / update-control / libsyscommon-plugin-api-update-control.pc.in
1 # Package Information for pkg-config
2 #
3 # Copyright (c) 2024 Samsung Electronics Co., Ltd.
4 # All rights reserved.
5 #
6
7 prefix=@PREFIX@
8 exec_prefix=@EXEC_PREFIX@
9 libdir=@LIBDIR@
10 includedir=@INCLUDEDIR@
11
12 Name: libsyscommon-plugin-api-update-control
13 Description: System plugin API for update-control
14 Version: @VERSION@
15 Requires.private: libsyscommon-plugin-api-common
16 Cflags: -I${includedir} @PLUGIN_UPDATE_CONTROL_INCLUDEDIR@
17 Libs: -L${libdir} -lsyscommon-plugin-api-update-control @PLUGIN_UPDATE_CONTROL_LIBS@