From 5f7ab880558240be952b17a5dc0c9ea3805fc5cf Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Fri, 6 Jan 2017 20:04:04 +0100 Subject: EDID parser library Add a support library to parse EDID that will be used by platform plugins. In order to tell the screen manufacturer from the identifier, the parsers reads /usr/share/hwdata/pnp.ids or, if it's missing, uses a lookup table previously generated from that file with a Python script. Change-Id: Ie021eb68be91f06dc0da54445f88e3533f78d23e Reviewed-by: Laszlo Agocs --- src/platformsupport/platformsupport.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platformsupport/platformsupport.pro') diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro index 9bfa849685..f3f2c1c99a 100644 --- a/src/platformsupport/platformsupport.pro +++ b/src/platformsupport/platformsupport.pro @@ -2,6 +2,7 @@ TEMPLATE = subdirs QT_FOR_CONFIG += gui-private SUBDIRS = \ + edid \ eventdispatchers \ devicediscovery \ fbconvenience \ -- cgit v1.2.3