sde: Add a client for qservice in hwc.

1. Add a client for qservice in hwc and enable dynamic logging.
2. Remove common makefile and merge it to respective modules makefiles.

Change-Id: I582873c296d21ecd037225ac0be8177e52cc8cda
This commit is contained in:
Dileep Marchya
2014-12-05 14:29:39 -08:00
parent 3ffb4703cf
commit 1fcbb06e2c
9 changed files with 135 additions and 69 deletions

View File

@@ -45,6 +45,7 @@
#define SET_BIT(value, bit) ((value) | (1 << (bit)))
#define CLEAR_BIT(value, bit) ((value) & (~(1 << (bit))))
#define IS_BIT(value, bit) ((value) & (1 << (bit)))
namespace sde {