From 112fc8be473f02befc7596750ad7044113f29849 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Wed, 8 Nov 2017 08:57:32 -0500 Subject: Add base AGL libqtappfw and Telephony support Implements several QtObject subclasses that wrap functionality provided by the AGL Application Framework. * Message provides facilities to create new AppFW requests and parse AppFw replies/events from a JSON buffer. * MessageEngine provides a websocket message processing client that can send or receive Messages on a given websocket address. * TelephonyMessage subclasses Message to provide accessors and methods specific to the AGL Telephony API. * Telephony provides a complete set of Qt properties/signals/methods that expose the AGL Telephony functionality to Qt/QML applications. An application normally instantiates only this class and has no need to handle low-level AppFW messages. Bug-AGL: SPEC-1064 Change-Id: I2e41fb866bb4f867c81ccaf9bf33d627893879c8 Signed-off-by: Matt Porter --- qtappfw.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qtappfw.pc.in (limited to 'qtappfw.pc.in') diff --git a/qtappfw.pc.in b/qtappfw.pc.in new file mode 100644 index 0000000..8c015d9 --- /dev/null +++ b/qtappfw.pc.in @@ -0,0 +1,11 @@ +prefix=@DEST_DIR@ +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: qtappfw +Description: Library wrapping AGL AppFW messages and bindings in Qt objects +Version: 1.0.0 + +Libs: -L${libdir} @PRIVATE_LIBS@ +Cflags: -I${includedir}/qtappfw -- cgit 1.2.3-korg