gui: only support tertiary display if QTI_BSP is defined

Non-caf display HALs crap out with this

Change-Id: I9db8a74e262e674335cd993a5365e05d3715d1e8
This commit is contained in:
Abhisek Devkota 2015-10-20 15:44:32 -07:00 committed by Gerrit Code Review
parent 8befd14c4a
commit cbd3e07921
1 changed files with 4 additions and 2 deletions

View File

@ -58,9 +58,11 @@ public:
};
enum {
eDisplayIdMain = 0,
eDisplayIdHdmi = 1,
eDisplayIdMain = 0,
eDisplayIdHdmi = 1,
#ifdef QTI_BSP
eDisplayIdTertiary = 2
#endif
};
enum Rotation {