diff --git a/ports/win32/build/vs_2019/guix.vcxproj b/ports/win32/build/vs_2019/guix.vcxproj
index f4070fa7..de383605 100644
--- a/ports/win32/build/vs_2019/guix.vcxproj
+++ b/ports/win32/build/vs_2019/guix.vcxproj
@@ -1377,6 +1377,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1419,6 +1459,7 @@
+
diff --git a/ports/win32/inc/gx_win32_display_driver.h b/ports/win32/inc/gx_win32_display_driver.h
index 6a9e0296..b1e9b726 100644
--- a/ports/win32/inc/gx_win32_display_driver.h
+++ b/ports/win32/inc/gx_win32_display_driver.h
@@ -108,7 +108,6 @@ UINT win32_graphics_driver_setup_32argb_rotated(GX_DISP
UINT win32_chromeart_graphics_driver_setup_565rgb(GX_DISPLAY *display);
UINT win32_dave2d_graphics_driver_setup_8bit_palette(GX_DISPLAY *display);
-UINT win32_dave2d_graphics_driver_setup_8bit_palette_rotated(GX_DISPLAY* display);
UINT win32_dave2d_graphics_driver_setup_24xrgb(GX_DISPLAY *display);
UINT win32_dave2d_graphics_driver_setup_24xrgb_rotated(GX_DISPLAY *display);
UINT win32_dave2d_graphics_driver_setup_565rgb(GX_DISPLAY *display);
@@ -118,8 +117,6 @@ VOID win32_32bpp_bitmap_header_create(GX_DISPLAY *displ
VOID win32_display_driver_8bit_palette_set(GX_DISPLAY *display, GX_COLOR *palette, INT count);
VOID win32_8bit_palette_bitmap_header_create(GX_DISPLAY *display);
VOID win32_dave2d_simulation_24xrgb_bitmap_header_create(GX_DISPLAY *display);
-VOID win32_dave2d_simulation_display_driver_8bit_palette_set(GX_DISPLAY *display, GX_COLOR *palette, INT count);
-VOID win32_dave2d_simulation_8bit_palette_bitmap_header_create(GX_DISPLAY *display);
void gx_win32_display_buffer_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty);
void gx_win32_driver_thread_entry(ULONG thread_input);
void gx_win32_driver_thread_initialize(GX_WIN32_DISPLAY_DRIVER_DATA *instance);
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver.h b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver.h
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h
index b24a975f..03fee6ab 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver.h
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h
@@ -29,7 +29,7 @@
/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -40,10 +40,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
-/* xx-xx-xxxx Kenneth Maxwell Modify comments, change */
-/* file/function names, */
-/* resulting in version 6.x */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
index ce2fb273..ffb0a16a 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
@@ -44,10 +44,10 @@
/* _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_ */
/* draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -79,7 +79,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
similarity index 98%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
index 81312142..79ec8132 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
@@ -52,10 +52,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_raw_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -87,7 +87,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
index 34e858a9..348c06de 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
@@ -36,10 +36,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_565rgb_pixelmap_c_write */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -189,10 +189,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_4444argb_pixelmap_ */
/* c_alpha_write PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -222,7 +222,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -380,10 +380,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_4444bgra_pixelmap_ */
/* compressed_alpha_write PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -413,7 +413,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_4444bgra_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -572,10 +572,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_ */
/* compressed_write */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -606,7 +606,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -749,10 +749,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap */
/* _raw_write */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -783,7 +783,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context,
@@ -855,10 +855,10 @@ GX_UBYTE b;
/* */
/* _gx_dave2d_simulation_display_driver_565rgb_pixelmap_blend */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -895,7 +895,7 @@ GX_UBYTE b;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context,
@@ -978,10 +978,10 @@ GX_BOOL drawn = GX_FALSE;
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -1012,7 +1012,7 @@ GX_BOOL drawn = GX_FALSE;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
index cc573157..422331ff 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
@@ -38,10 +38,10 @@
/* glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
index 05992bc7..2b2b706d 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
@@ -38,10 +38,10 @@
/* draw */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
index 6b4e2cca..35826da4 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
@@ -37,10 +37,10 @@
/* compressed_write */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -218,10 +218,10 @@ GX_RECTANGLE rotated_clip;
/* pixelmap_compressed_alpha_write */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -251,7 +251,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_4444argb_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -439,10 +439,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* pixelmap_compressed_alpha_write */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -473,7 +473,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_4444bgra_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -659,10 +659,10 @@ GX_RECTANGLE rotated_clip;
/* pixelmap_compressed_write */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -693,7 +693,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -862,10 +862,10 @@ GX_RECTANGLE rotated_clip;
/* pixelmap_raw_write */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -896,7 +896,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_raw_write(GX_DRAW_CONTEXT *context,
@@ -985,10 +985,10 @@ GX_RECTANGLE rotated_clip;
/* _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_blend */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -1030,7 +1030,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context,
@@ -1119,10 +1119,10 @@ GX_BOOL drawn = GX_FALSE;
/* _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_draw */
/* PORTABLE C */
/* */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -1152,7 +1152,7 @@ GX_BOOL drawn = GX_FALSE;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
index 28054c59..f73f3994 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
@@ -33,10 +33,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_c_a_blend */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_alpha_blend(GX_DRAW_CONTEXT *context,
@@ -174,10 +174,10 @@ GX_RECTANGLE *clip;
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_c_blend */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -208,7 +208,7 @@ GX_RECTANGLE *clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_blend(GX_DRAW_CONTEXT *context,
@@ -298,10 +298,10 @@ GX_RECTANGLE *clip;
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -332,7 +332,7 @@ GX_RECTANGLE *clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
index 68cf6646..da97bbdb 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
@@ -33,10 +33,10 @@
/* */
/* _gx_dave2d_s_display_driver_dave2d_24xrgb_pixelmap_c_a_write */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -220,10 +220,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_synegy_s_display_driver_32bpp_4444argb_dave2d_pixelmap_c */
/* _alpha_write PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -253,7 +253,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_32bpp_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -390,10 +390,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_s_display_driver_32bpp_4444bgra_dave2d_pixelmap_c_ */
/* alpha_write PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -423,7 +423,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_32bpp_4444bgra_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -559,10 +559,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_s_display_driver_24xrgb_565rgb_pixelmap_c_write */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -592,7 +592,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -747,10 +747,10 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_24xrgb_pixelmap_draw PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -785,7 +785,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* 10-31-2022 Kenneth Maxwell Modify comments, change */
/* function name, */
/* resulting in Version 6.2.0 */
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
index b369bcb6..a94a9b39 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
@@ -33,10 +33,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend */
/* PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
index 3d1786db..e90e62ef 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
@@ -32,10 +32,10 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_24xrgb_pixelmap_draw PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
index f6ba7049..2636f334 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
@@ -32,10 +32,10 @@
/* _gx_dave2d_simulation_display_driver_24xrgb_rotated_setup */
/* */
/* PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c
similarity index 93%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_setup.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c
index e6c0c099..db44d803 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_24xrgb_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c
@@ -30,10 +30,10 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_setup PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -62,10 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
-/* 10-31-2022 Kenneth Maxwell Modify comments, change */
-/* function name, */
-/* resulting in Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_setup(GX_DISPLAY *display, VOID *aux_data,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
similarity index 98%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
index e974c005..b7cc98c3 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
@@ -45,10 +45,10 @@
/* _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_ */
/* draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -80,7 +80,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
similarity index 98%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
index 948ea841..95bae363 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
@@ -54,10 +54,10 @@
/* _gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -89,7 +89,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
index e442d51a..6825cb64 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
@@ -38,10 +38,10 @@
/* _gx_dave2d_simulation_display_driver_32bpp_horizontal */
/* _pixelmap_line_compressed_write */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context,
@@ -214,10 +214,10 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO
/* */
/* _gx_dave2d_simulation_display_driver_32bpp_horizontal */
/* _pixelmap_line_draw PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -250,7 +250,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
index 13b00445..4128a607 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
@@ -38,10 +38,10 @@
/* glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
index 30a3c28d..b36df812 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
@@ -45,10 +45,10 @@
/* _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -80,7 +80,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
index 2e8d446e..610dba08 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
@@ -37,10 +37,10 @@
/* pixelmap_line_draw */
/* */
/* PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -72,7 +72,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
index 68cb62e7..83a7df5d 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
@@ -36,10 +36,10 @@
/* _gx_dave2d_simulation_display_driver_565rgb_horizontal */
/* _pixelmap_line_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context,
@@ -171,10 +171,10 @@ GX_PIXELMAP *pixelmap;
/* _gx_dave2d_simulation_display_driver_565rgb_horizontal */
/* _pixelmap_line_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -206,7 +206,7 @@ GX_PIXELMAP *pixelmap;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
index 3876b03c..74024ed7 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
@@ -37,10 +37,10 @@
/* pixelmap_line_compressed_write */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context,
@@ -196,10 +196,10 @@ INT y;
/* _gx_dave2d_simulation_display_driver_565rgb_horizontal */
/* _pixelmap_line_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -231,7 +231,7 @@ INT y;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
similarity index 93%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
index a732d82f..fe16d7b5 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
@@ -30,10 +30,10 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_565rgb_rotated_setup PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -62,10 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
-/* 10-31-2022 Kenneth Maxwell Modify comments, change */
-/* function name, */
-/* resulting in Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c
similarity index 93%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_setup.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c
index e657d603..fb30da82 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_565rgb_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c
@@ -30,10 +30,10 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_565rgb_setup PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -62,10 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
-/* 10-31-2022 Kenneth Maxwell Modify comments, change */
-/* function name, */
-/* resulting in Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bit_palette_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
similarity index 95%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
index e7f602cb..ed41c5d8 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
@@ -36,10 +36,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_8bit_palette_setup */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_8bit_palette_setup(GX_DISPLAY *display, VOID *aux_data,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
index 6c2e333a..84c2d87f 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
@@ -43,10 +43,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -78,7 +78,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph)
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
index 6ecc6054..2e9dbd2a 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
@@ -36,10 +36,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw(GX_DRAW_CONTEXT *context,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
similarity index 98%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
index a379bed2..ba7a8e04 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
@@ -38,10 +38,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_compress_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
index e1e6cc99..8990ee14 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
@@ -38,10 +38,10 @@
/* _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
index 6cc6c6ea..b093d22e 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
@@ -39,10 +39,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_raw_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
similarity index 98%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
index d5428915..eea02b69 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
@@ -38,10 +38,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_compress_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
similarity index 98%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
index 99ebb0f8..ed64bf00 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
@@ -38,10 +38,10 @@
/* _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw */
/* */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
similarity index 97%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
rename to ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
index e78f6d0a..13114c3d 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
@@ -39,10 +39,10 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_raw_draw */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_system_font_4bpp.c b/ports/win32/src/renesas/gx_dave2d_system_font_4bpp.c
similarity index 100%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_system_font_4bpp.c
rename to ports/win32/src/renesas/gx_dave2d_system_font_4bpp.c
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_system_font_mono.c b/ports/win32/src/renesas/gx_dave2d_system_font_mono.c
similarity index 100%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_dave2d_system_font_mono.c
rename to ports/win32/src/renesas/gx_dave2d_system_font_mono.c
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_synergy_system_font_4bpp.c b/ports/win32/src/renesas/gx_synergy_system_font_4bpp.c
similarity index 100%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_synergy_system_font_4bpp.c
rename to ports/win32/src/renesas/gx_synergy_system_font_4bpp.c
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_synergy_system_font_mono.c b/ports/win32/src/renesas/gx_synergy_system_font_mono.c
similarity index 100%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_synergy_system_font_mono.c
rename to ports/win32/src/renesas/gx_synergy_system_font_mono.c
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_24xrgb.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c
similarity index 95%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_24xrgb.c
rename to ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c
index 8a09636c..96656a27 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_24xrgb.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c
@@ -33,10 +33,10 @@
/* */
/* win32_dave2d_simulation_24xrgb_bitmap_header_create */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
VOID win32_dave2d_simulation_24xrgb_bitmap_header_create(GX_DISPLAY *display)
@@ -97,10 +97,10 @@ DWORD *putmask;
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_24xrgb PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -132,7 +132,7 @@ DWORD *putmask;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* 10-31-2022 Kenneth Maxwell Modify comments, change */
/* function name, */
/* resulting in Version 6.2.0 */
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_24xrgb_rotated.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c
similarity index 96%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_24xrgb_rotated.c
rename to ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c
index 4b70be66..1cfc9d93 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_24xrgb_rotated.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c
@@ -32,10 +32,10 @@
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_24xrgb_rotated PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 10-31-2022 Kenneth Maxwell Initial Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
UINT win32_dave2d_graphics_driver_setup_24xrgb_rotated(GX_DISPLAY* display)
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_565rgb.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c
similarity index 95%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_565rgb.c
rename to ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c
index 1ed65d26..e4330ddd 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_565rgb.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c
@@ -33,10 +33,10 @@
/* */
/* win32_dave2d_simulation_565rgb_bitmap_header_create */
/* PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static void win32_dave2d_simulation_565rgb_bitmap_header_create(GX_DISPLAY *display)
@@ -94,10 +94,10 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_565rgb PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -129,7 +129,7 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* 10-31-2022 Kenneth Maxwell Modify comments, change */
/* function name, */
/* resulting in Version 6.2.0 */
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_565rgb_rotated.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c
similarity index 95%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_565rgb_rotated.c
rename to ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c
index 9ff84ec3..ac9316b3 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_565rgb_rotated.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c
@@ -32,10 +32,10 @@
/* FUNCTION RELEASE */
/* */
/* win32_565rgb_bitmap_header_create PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
static void win32_dave2d_simulation_565rgb_rotated_bitmap_header_create(GX_DISPLAY *display)
@@ -95,10 +95,10 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* FUNCTION RELEASE */
/* */
/* win32_graphics_driver_565rgb_rotated_setup PORTABLE C */
-/* 6.1.3 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -127,7 +127,7 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
UINT win32_dave2d_graphics_driver_setup_565rgb_rotated(GX_DISPLAY *display)
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_8bit_palette.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c
similarity index 93%
rename from test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_8bit_palette.c
rename to ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c
index 98cd3bc6..48f992c9 100644
--- a/test/guix_test/display_driver/win32/renesas_dave2d/gx_win32_dave2d_display_driver_8bit_palette.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c
@@ -32,10 +32,10 @@
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_8bit_palette PORTABLE C */
-/* 6.2.0 */
+/* 6.x */
/* AUTHOR */
/* */
-/* Kenneth Maxwell, Microsoft Corporation */
+/* Ting Zhu, Microsoft Corporation */
/* */
/* DESCRIPTION */
/* */
@@ -67,10 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */
-/* 10-31-2022 Kenneth Maxwell Modify comments, change */
-/* function name, */
-/* resulting in Version 6.2.0 */
+/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
/* */
/**************************************************************************/
UINT win32_dave2d_graphics_driver_setup_8bit_palette(GX_DISPLAY *display)
diff --git a/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.sln b/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.sln
index 6a4b6b2d..4d3f49d4 100644
--- a/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.sln
+++ b/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy", "all_widgets_synergy.vcxproj", "{5A433113-2C79-4E34-8F06-04CFE8B2AA13}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|x86 = Debug_GUIX_5_4_0_COMPATIBILITY|x86
@@ -62,24 +59,6 @@ Global
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Debug|x86.Build.0 = Debug|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.ActiveCfg = Release|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.vcxproj b/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.vcxproj
index a6d54a8a..b8c448ba 100644
--- a/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.vcxproj
+++ b/test/example_internal/all_widgets_synergy/build/vs_2019/all_widgets_synergy.vcxproj
@@ -87,8 +87,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.sln b/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.sln
index 145f2618..ae7b096b 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.sln
+++ b/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_16bpp_flip", "all_widgets_synergy_16bpp_flip.vcxproj", "{5A433113-2C79-4E34-8F06-04CFE8B2AA13}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|x86 = Debug_GUIX_5_4_0_COMPATIBILITY|x86
@@ -62,24 +59,6 @@ Global
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Debug|x86.Build.0 = Debug|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.ActiveCfg = Release|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.vcxproj b/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.vcxproj
index 26f4d681..0cb8b289 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.vcxproj
+++ b/test/example_internal/all_widgets_synergy_16bpp_flip/build/vs_2019/all_widgets_synergy_16bpp_flip.vcxproj
@@ -85,8 +85,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -104,7 +104,7 @@
Windows
true
../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -124,7 +124,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.sln b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.sln
index 204690e8..4fbee2d6 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.sln
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_16bpp_rotated_ccw", "all_widgets_synergy_16bpp_rotated_ccw.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,20 +46,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.vcxproj b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.vcxproj
index 9ee61028..6871d61b 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.vcxproj
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,7 +95,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.sln b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.sln
index 5b9a24c8..9475314c 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.sln
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_16bpp_rotated_ccw_binary", "all_widgets_synergy_16bpp_rotated_ccw_binary.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,20 +46,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.vcxproj b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.vcxproj
index 5ac2a5df..a7eb9e57 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.vcxproj
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_ccw_binary.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,7 +94,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.sln b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.sln
index 3ffc14e6..24bad120 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.sln
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_16bpp_rotated_cw", "all_widgets_synergy_16bpp_rotated_cw.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.vcxproj b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.vcxproj
index 4e2db271..9763a093 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.vcxproj
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,7 +95,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.sln b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.sln
index ed31aa84..0e66bdbb 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.sln
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.sln
@@ -10,8 +10,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_16bpp_r
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -51,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.vcxproj b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.vcxproj
index 78412418..47d8d225 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.vcxproj
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_binary.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,7 +94,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.sln b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.sln
index b092f23f..f8b12dd8 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.sln
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled", "all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,20 +46,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.vcxproj b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.vcxproj
index 8596471a..52e6b294 100644
--- a/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.vcxproj
+++ b/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.sln b/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.sln
index 668dbf54..b6f926c3 100644
--- a/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.sln
+++ b/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy", "all_widgets_synergy.vcxproj", "{5A433113-2C79-4E34-8F06-04CFE8B2AA13}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -32,12 +26,6 @@ Global
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Debug|Win32.Build.0 = Debug|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|Win32.ActiveCfg = Release|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.vcxproj b/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.vcxproj
index a87c7be4..3b8c2758 100644
--- a/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.vcxproj
+++ b/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/internal_build/vs_2019/all_widgets_synergy.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,7 +94,7 @@
Windows
true
../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -114,7 +114,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.sln b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.sln
index 093c016f..f52abe55 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.sln
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_24xrgb_rotated_ccw", "all_widgets_synergy_24xrgb_rotated_ccw.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,20 +46,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.vcxproj b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.vcxproj
index 2956bb75..5fb0599b 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.vcxproj
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.sln b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.sln
index ab0b2df8..3c92107e 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.sln
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_24xrgb_rotated_ccw_binary", "all_widgets_synergy_24xrgb_rotated_ccw_binary.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.vcxproj b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.vcxproj
index 018d38d2..3c7192e7 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.vcxproj
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_ccw_binary.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,8 +94,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.sln b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.sln
index abdec830..b58eab81 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.sln
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_24xrgb_rotated_cw", "all_widgets_synergy_24xrgb_rotated_cw.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.vcxproj b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.vcxproj
index c08d2376..3b53c15e 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.vcxproj
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.sln b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.sln
index 53541a6e..38474f80 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.sln
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_24xrgb_rotated_cw_binary", "all_widgets_synergy_24xrgb_rotated_cw_binary.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.vcxproj b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.vcxproj
index 76c8881f..e2a5d914 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.vcxproj
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_binary.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,8 +94,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.sln b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.sln
index f6c87e41..4ae2ad55 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.sln
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled", "all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,20 +46,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.vcxproj b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.vcxproj
index 2a5aaa54..88ea90b5 100644
--- a/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.vcxproj
+++ b/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.sln b/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.sln
index d12dfb1b..7a45dad5 100644
--- a/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.sln
+++ b/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.sln
@@ -4,15 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_565rgb", "all_widgets_synergy_565rgb.vcxproj", "{5A433113-2C79-4E34-8F06-04CFE8B2AA13}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|x86 = Debug_GUIX_5_4_0_COMPATIBILITY|x86
@@ -39,8 +33,8 @@ Global
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.Build.0 = debug_no_threadx|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Debug|x86.ActiveCfg = Debug|Win32
{5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Debug|x86.Build.0 = Debug|Win32
- {5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.ActiveCfg = Debug|Win32
- {5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.Build.0 = Debug|Win32
+ {5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.ActiveCfg = Release|Win32
+ {5A433113-2C79-4E34-8F06-04CFE8B2AA13}.Release|x86.Build.0 = Release|Win32
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.ActiveCfg = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.Build.0 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.ActiveCfg = Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32
@@ -53,26 +47,10 @@ Global
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.Build.0 = Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.ActiveCfg = Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|Win32
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.Build.0 = Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|Win32
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug|x86.ActiveCfg = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug|x86.Build.0 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Release|x86.ActiveCfg = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Release|x86.Build.0 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
+ {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug|x86.ActiveCfg = Debug|Win32
+ {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Debug|x86.Build.0 = Debug|Win32
+ {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Release|x86.ActiveCfg = Release|Win32
+ {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.vcxproj b/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.vcxproj
index f5a849dc..828213fc 100644
--- a/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.vcxproj
+++ b/test/example_internal/all_widgets_synergy_565rgb/build/vs_2019/all_widgets_synergy_565rgb.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug_GUIX_5_4_0_COMPATIBILITY;..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\Debug
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -93,8 +93,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -114,7 +114,7 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)
diff --git a/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.sln b/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.sln
index 029a198a..116fa24c 100644
--- a/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.sln
+++ b/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_8bpp", "all_widgets_synergy_8bpp.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,20 +46,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.vcxproj b/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.vcxproj
index 126399d3..cc113741 100644
--- a/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.vcxproj
+++ b/test/example_internal/all_widgets_synergy_8bpp/build/vs_2019/all_widgets_synergy_8bpp.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,8 +94,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.sln b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.sln
index 246a766b..22a17697 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.sln
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_8bpp_rotated_ccw", "all_widgets_synergy_8bpp_rotated_ccw.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.vcxproj b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.vcxproj
index aaf3d28d..2f02fdb0 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.vcxproj
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.sln b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.sln
index 005882e7..fbe68b41 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.sln
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_8bpp_rotated_ccw_binary", "all_widgets_synergy_8bpp_rotated_ccw_binary.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.vcxproj b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.vcxproj
index 0050b1e8..7838070f 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.vcxproj
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_ccw_binary.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,8 +94,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.sln b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.sln
index 3b09297d..4e071436 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.sln
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_8bpp_rotated_cw", "all_widgets_synergy_8bpp_rotated_cw.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.vcxproj b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.vcxproj
index 93750b5c..bb0dc53b 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.vcxproj
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw.vcxproj
@@ -75,8 +75,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.sln b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.sln
index 3ee4522b..66863429 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.sln
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_widgets_synergy_8bpp_rotated_cw_binary", "all_widgets_synergy_8bpp_rotated_cw_binary.vcxproj", "{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_GUIX_5_4_0_COMPATIBILITY|Win32 = Debug_GUIX_5_4_0_COMPATIBILITY|Win32
@@ -52,20 +49,6 @@ Global
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Debug|Win32.Build.0 = Debug|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.ActiveCfg = Release|Win32
{3EDB3EB2-3DA1-4FB0-8AAF-3446319B1707}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GUIX_5_4_0_COMPATIBILITY|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_DYNAMIC_BIDI_TEXT_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_FONT_KERNING_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_MOUSE_SUPPORT|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug_GX_PALETTE_MODE_AA_TEXT_COLORS16|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.vcxproj b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.vcxproj
index 42901c2d..e17ee57f 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.vcxproj
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_binary.vcxproj
@@ -74,8 +74,8 @@
Windows
true
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,8 +94,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.vcxproj b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.vcxproj
index 75e5ea97..1d5641ff 100644
--- a/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.vcxproj
+++ b/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/build/vs_2019/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.vcxproj
@@ -95,8 +95,8 @@
true
true
true
- gx.lib;tx.lib;renesas_dave2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
+ gx.lib;tx.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ..\..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\..\ports\win32\build\vs_2019\$(Configuration);
diff --git a/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.sln b/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.sln
index facaec59..87579b25 100644
--- a/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.sln
+++ b/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.sln
@@ -6,11 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphics_32bpp_synergy", "graphics_32bpp_synergy.vcxproj", "{AE01314E-F85E-4E0C-A5DE-AA8716075CEF}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,10 +21,6 @@ Global
{AE01314E-F85E-4E0C-A5DE-AA8716075CEF}.Debug|Win32.Build.0 = Debug|Win32
{AE01314E-F85E-4E0C-A5DE-AA8716075CEF}.Release|Win32.ActiveCfg = Release|Win32
{AE01314E-F85E-4E0C-A5DE-AA8716075CEF}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.vcxproj b/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.vcxproj
index 0f010fdb..27fb3c3f 100644
--- a/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.vcxproj
+++ b/test/example_internal/graphics_32bpp_synergy/internal_build/vs_2019/graphics_32bpp_synergy.vcxproj
@@ -73,8 +73,8 @@
Windows
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.sln b/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.sln
index 74fe464c..243c0f48 100644
--- a/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.sln
+++ b/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.sln
@@ -7,8 +7,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphics_565rgb_synergy", "graphics_565rgb_synergy.vcxproj", "{BD146B0C-F306-4D37-B561-B1EF95F14037}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -23,10 +21,6 @@ Global
{BD146B0C-F306-4D37-B561-B1EF95F14037}.Debug|Win32.Build.0 = Debug|Win32
{BD146B0C-F306-4D37-B561-B1EF95F14037}.Release|Win32.ActiveCfg = Release|Win32
{BD146B0C-F306-4D37-B561-B1EF95F14037}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.vcxproj b/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.vcxproj
index 2fc7b60a..a9f150ce 100644
--- a/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.vcxproj
+++ b/test/example_internal/graphics_565rgb_synergy/internal_build/vs_2019/graphics_565rgb_synergy.vcxproj
@@ -73,8 +73,8 @@
Windows
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.sln b/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.sln
index 754d9625..0daf5659 100644
--- a/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.sln
+++ b/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "multi_themes_16bpp_synergy", "multi_themes_16bpp_synergy.vcxproj", "{56D3D02B-8783-4315-ADA5-F17F4927EE52}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug_no_threadx|Win32 = debug_no_threadx|Win32
@@ -32,12 +29,6 @@ Global
{56D3D02B-8783-4315-ADA5-F17F4927EE52}.Debug|Win32.Build.0 = Debug|Win32
{56D3D02B-8783-4315-ADA5-F17F4927EE52}.Release|Win32.ActiveCfg = Release|Win32
{56D3D02B-8783-4315-ADA5-F17F4927EE52}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.debug_no_threadx|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.vcxproj b/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.vcxproj
index 10b0a223..5cd00e64 100644
--- a/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.vcxproj
+++ b/test/example_internal/multi_themes_16bpp_synergy/internal_build/vs_2019/multi_themes_16bpp_synergy.vcxproj
@@ -67,8 +67,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;../../../../../ports/win32/build/vs_2019/$(Configuration);
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -92,7 +92,7 @@
../../../../../ports/win32/lib/vs_2019;../../../../../ports/win32/build/vs_2019/$(Configuration)
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ tx.lib;gx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.sln b/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.sln
index f2e140d0..7f58dfe0 100644
--- a/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.sln
+++ b/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.sln
@@ -6,11 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_32argb", "synergy_32argb.vcxproj", "{353FAC3D-539B-4973-BF35-F5D2280F17D5}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,10 +21,6 @@ Global
{353FAC3D-539B-4973-BF35-F5D2280F17D5}.Debug|Win32.Build.0 = Debug|Win32
{353FAC3D-539B-4973-BF35-F5D2280F17D5}.Release|Win32.ActiveCfg = Release|Win32
{353FAC3D-539B-4973-BF35-F5D2280F17D5}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.vcxproj b/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.vcxproj
index 5a0fb1e7..476a9d40 100644
--- a/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.vcxproj
+++ b/test/example_internal/synergy_32argb/internal_build/vs_2019/synergy_32argb.vcxproj
@@ -66,8 +66,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
Windows
diff --git a/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.sln b/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.sln
index 1505cda5..bb931a0a 100644
--- a/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.sln
+++ b/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_32bpp_16bppdriver", "synergy_32bpp_16bppdriver.vcxproj", "{C488E713-2FF7-4337-84CB-E0AC499382DF}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -27,10 +24,6 @@ Global
{C488E713-2FF7-4337-84CB-E0AC499382DF}.Debug|x86.Build.0 = Debug|Win32
{C488E713-2FF7-4337-84CB-E0AC499382DF}.Release|x86.ActiveCfg = Release|Win32
{C488E713-2FF7-4337-84CB-E0AC499382DF}.Release|x86.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.vcxproj b/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.vcxproj
index 844ee08c..a1f67d69 100644
--- a/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.vcxproj
+++ b/test/example_internal/synergy_32bpp_16bppdriver/internal_build/vs_2019/synergy_32bpp_16bppdriver.vcxproj
@@ -49,8 +49,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.sln b/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.sln
index 80b34352..4fe4695b 100644
--- a/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.sln
+++ b/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.sln
@@ -6,11 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_4444argb_16bpp", "synergy_4444argb_16bpp.vcxproj", "{D0EB6616-7C13-431F-A1FC-DA18C49DD537}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,10 +21,6 @@ Global
{D0EB6616-7C13-431F-A1FC-DA18C49DD537}.Debug|Win32.Build.0 = Debug|Win32
{D0EB6616-7C13-431F-A1FC-DA18C49DD537}.Release|Win32.ActiveCfg = Release|Win32
{D0EB6616-7C13-431F-A1FC-DA18C49DD537}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.vcxproj b/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.vcxproj
index 57b60eaa..5ed04647 100644
--- a/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.vcxproj
+++ b/test/example_internal/synergy_4444argb_16bpp/internal_build/vs_2019/synergy_4444argb_16bpp.vcxproj
@@ -53,8 +53,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
Windows
diff --git a/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.sln b/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.sln
index 54fd9522..22acb4e8 100644
--- a/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.sln
+++ b/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.sln
@@ -6,11 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_4444argb_32bpp", "synergy_4444argb_32bpp.vcxproj", "{9D72FA7D-98F6-49D0-9087-23CF7528F41B}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,10 +21,6 @@ Global
{9D72FA7D-98F6-49D0-9087-23CF7528F41B}.Debug|Win32.Build.0 = Debug|Win32
{9D72FA7D-98F6-49D0-9087-23CF7528F41B}.Release|Win32.ActiveCfg = Release|Win32
{9D72FA7D-98F6-49D0-9087-23CF7528F41B}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.vcxproj b/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.vcxproj
index 6c47c216..52db15ed 100644
--- a/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.vcxproj
+++ b/test/example_internal/synergy_4444argb_32bpp/internal_build/vs_2019/synergy_4444argb_32bpp.vcxproj
@@ -68,8 +68,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
Windows
diff --git a/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.sln b/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.sln
index 9e031994..06edeab9 100644
--- a/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.sln
+++ b/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_565rgb", "synergy_565rgb.vcxproj", "{AA0F7CD6-ACAB-4F8B-A37A-AD1869194293}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -27,10 +24,6 @@ Global
{AA0F7CD6-ACAB-4F8B-A37A-AD1869194293}.Debug|x86.Build.0 = Debug|Win32
{AA0F7CD6-ACAB-4F8B-A37A-AD1869194293}.Release|x86.ActiveCfg = Release|Win32
{AA0F7CD6-ACAB-4F8B-A37A-AD1869194293}.Release|x86.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.vcxproj b/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.vcxproj
index 06d6bcdf..5d989f13 100644
--- a/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.vcxproj
+++ b/test/example_internal/synergy_565rgb/internal_build/vs_2019/synergy_565rgb.vcxproj
@@ -52,8 +52,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
Windows
diff --git a/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.sln b/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.sln
index 7cc7cb86..9151a507 100644
--- a/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.sln
+++ b/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_glyph_draw_16bpp", "synergy_glyph_draw_16bpp.vcxproj", "{AA4CE06A-A103-4AF4-A17A-D9E0F96BAE69}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -27,10 +24,6 @@ Global
{AA4CE06A-A103-4AF4-A17A-D9E0F96BAE69}.Debug|x86.Build.0 = Debug|Win32
{AA4CE06A-A103-4AF4-A17A-D9E0F96BAE69}.Release|x86.ActiveCfg = Release|Win32
{AA4CE06A-A103-4AF4-A17A-D9E0F96BAE69}.Release|x86.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.vcxproj b/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.vcxproj
index 6468ec41..a696133a 100644
--- a/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.vcxproj
+++ b/test/example_internal/synergy_glyph_draw_16bpp/internal_build/vs_2019/synergy_glyph_draw_16bpp.vcxproj
@@ -51,8 +51,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
Windows
diff --git a/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.sln b/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.sln
index 9181e69e..28f65280 100644
--- a/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.sln
+++ b/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.sln
@@ -7,12 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\port
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_glyph_draw_32bpp", "synergy_glyph_draw_32bpp.vcxproj", "{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}"
ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -27,10 +24,6 @@ Global
{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}.Debug|x86.Build.0 = Debug|Win32
{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}.Release|x86.ActiveCfg = Release|Win32
{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}.Release|x86.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.vcxproj b/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.vcxproj
index 932553cf..a707c1d4 100644
--- a/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.vcxproj
+++ b/test/example_internal/synergy_glyph_draw_32bpp/internal_build/vs_2019/synergy_glyph_draw_32bpp.vcxproj
@@ -51,8 +51,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.sln b/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.sln
index 03c37da4..c7eadefe 100644
--- a/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.sln
+++ b/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.sln
@@ -6,12 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_glyph_draw_8bpp", "synergy_glyph_draw_8bpp.vcxproj", "{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED} = {A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -27,10 +21,6 @@ Global
{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}.Debug|Win32.Build.0 = Debug|Win32
{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}.Release|Win32.ActiveCfg = Release|Win32
{426B5B9D-8494-4BA0-9E4E-DA4138B9851D}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.vcxproj b/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.vcxproj
index 7a78822c..a9b9607f 100644
--- a/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.vcxproj
+++ b/test/example_internal/synergy_glyph_draw_8bpp/internal_build/vs_2019/synergy_glyph_draw_8bpp.vcxproj
@@ -60,8 +60,8 @@
true
- $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- tx.lib;renesas_dave2d.lib;gx.lib;%(AdditionalDependencies)
+ $(SolutionDir)/../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration);
+ tx.lib;gx.lib;%(AdditionalDependencies)
diff --git a/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.sln b/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.sln
index b9d16471..03291727 100644
--- a/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.sln
+++ b/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.sln
@@ -6,11 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix", "..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj", "{A3336F4F-7A7B-46D3-A7F0-A2AAED6C08ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synergy_text_rotation", "synergy_text_rotation.vcxproj", "{10B36C4C-FA91-4491-8B51-EA4F5BABEB6B}"
- ProjectSection(ProjectDependencies) = postProject
- {12756028-95C9-4286-AB62-AFD33B929165} = {12756028-95C9-4286-AB62-AFD33B929165}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,10 +21,6 @@ Global
{10B36C4C-FA91-4491-8B51-EA4F5BABEB6B}.Debug|Win32.Build.0 = Debug|Win32
{10B36C4C-FA91-4491-8B51-EA4F5BABEB6B}.Release|Win32.ActiveCfg = Release|Win32
{10B36C4C-FA91-4491-8B51-EA4F5BABEB6B}.Release|Win32.Build.0 = Release|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|Win32.Build.0 = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Release|Win32.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.vcxproj b/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.vcxproj
index 6a492724..8348ca80 100644
--- a/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.vcxproj
+++ b/test/example_internal/synergy_text_rotation/internal_build/vs_2019/synergy_text_rotation.vcxproj
@@ -73,8 +73,8 @@
Windows
true
- ../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;..\..\..\..\guix_test\display_driver\win32\renesas_dave2d\vs_2019\Debug
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ ../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT;
+ gx.lib;tx.lib;%(AdditionalDependencies)
@@ -94,7 +94,7 @@
true
true
../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/Debug_GX_SYNERGY_FONT_FORMAT_SUPPORT
- gx.lib;tx.lib;renesas_dave2d.lib;%(AdditionalDependencies)
+ gx.lib;tx.lib;%(AdditionalDependencies)
diff --git a/test/guix_test/cmake/regression/CMakeLists.txt b/test/guix_test/cmake/regression/CMakeLists.txt
index 14d1c61b..200ac610 100644
--- a/test/guix_test/cmake/regression/CMakeLists.txt
+++ b/test/guix_test/cmake/regression/CMakeLists.txt
@@ -2224,7 +2224,7 @@ set(demo_guix_widget_animation_FILE_LIST
# Display driver
set(SOURCE_DIR ${ROOT_DIR}/test/guix_test/display_driver)
-set(DAVE2D_SIMULATION_SOURCE_DIR ${ROOT_DIR}/test/guix_test/display_driver/win32/renesas_dave2d)
+set(DAVE2D_SIMULATION_SOURCE_DIR ${ROOT_DIR}/ports/win32/src/renesas)
set(display_driver_files
# Linux
#${SOURCE_DIR}/linux/linux_screen_driver_16bpp.c
@@ -2263,21 +2263,21 @@ set(display_driver_files
${DAVE2D_SIMULATION_SOURCE_DIR}/gx_synergy_system_font_mono.c
${DAVE2D_SIMULATION_SOURCE_DIR}/gx_synergy_system_font_4bpp.c
# Validation
- ${SOURCE_DIR}/validation/gx_validation_display_driver_16bpp.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_1555xrgb.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_1bpp.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_32bpp.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_332rgb.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_4444argb.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_4bpp_grayscale.c
- ${SOURCE_DIR}/validation/gx_validation_display_driver_8bpp.c
- ${SOURCE_DIR}/validation/gx_validation_synergy_display_driver_16bpp.c
- ${SOURCE_DIR}/validation/gx_validation_synergy_display_driver_32bpp.c)
+ ${SOURCE_DIR}/gx_validation_display_driver_16bpp.c
+ ${SOURCE_DIR}/gx_validation_display_driver_1555xrgb.c
+ ${SOURCE_DIR}/gx_validation_display_driver_1bpp.c
+ ${SOURCE_DIR}/gx_validation_display_driver_32bpp.c
+ ${SOURCE_DIR}/gx_validation_display_driver_332rgb.c
+ ${SOURCE_DIR}/gx_validation_display_driver_4444argb.c
+ ${SOURCE_DIR}/gx_validation_display_driver_4bpp_grayscale.c
+ ${SOURCE_DIR}/gx_validation_display_driver_8bpp.c
+ ${SOURCE_DIR}/gx_validation_synergy_display_driver_16bpp.c
+ ${SOURCE_DIR}/gx_validation_synergy_display_driver_32bpp.c)
add_library(display_driver ${display_driver_files})
target_link_libraries(display_driver PUBLIC azrtos::guix m)
target_include_directories(
- display_driver PUBLIC ${SOURCE_DIR}/linux ${ROOT_DIR}/test/guix_test/display_driver/win32/renesas_dave2d
- ${SOURCE_DIR}/validation/)
+ display_driver PUBLIC ${SOURCE_DIR}/linux ${ROOT_DIR}/ports/win32/src/renesas
+ ${SOURCE_DIR}/)
# Utility
set(SOURCE_DIR ${ROOT_DIR}/test/guix_test/regression_test)
diff --git a/test/guix_test/cmake/update_golden_files.sh b/test/guix_test/cmake/update_golden_files.sh
deleted file mode 100644
index f2653d61..00000000
--- a/test/guix_test/cmake/update_golden_files.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-# This script is used to update the golden files for the failed tests.
-
-# get the result file name from the first argument.
-result_file=$1
-
-# generate help message.
-if [ "$result_file" == "-h" ] || [ "$result_file" == "--help" ]; then
- echo "Usage: $0 "
- exit 1
-fi
-
-# generate help message if the result file name is not provided.
-if [ -z "$result_file" ]; then
- echo "Usage: $0 "
- exit 1
-fi
-
-# loop over lines in result file that contain "(Failed)".
-for line in $(grep -o " - .* (Failed)" $result_file); do
- #if line contains "::".
- if [[ $line == *"::"* ]]; then
- # Split the line with character "::" and put the result in an array.
- IFS='::' read -ra array <<< "$line"
-
- # Set first element of the array to build_name.
- build_name=${array[0]}
-
- # Set third element of the array to test_name.
- test_name=${array[2]}
-
- # generate the output files directory name.
- output_files_dir=build/$build_name/regression/output_files
-
- # generate the golden files directory name.
- golden_files_dir=../golden_files
-
- # generate the test running directory name.
- test_runing_dir=build/$build_name/regression
- echo $test_runing_dir
-
- # for each test name, run the test like this "test_name -r -generate -checksum" from the test_runing_dir directory.
- echo "Running test $test_name"
- cd $test_runing_dir
- ./$test_name -r -generate -checksum
- cd ../../../
-
- # zip the generated binary file.
- 7z a $output_files_dir/$test_name.7z $output_files_dir/$test_name.bin
-
- # move the generated binary file to the golden files directory.
- mv $output_files_dir/$test_name.7z $golden_files_dir
- mv $output_files_dir/$test_name.checksum $golden_files_dir
- fi
-done
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_1555xrgb.c b/test/guix_test/display_driver/gx_validation_display_driver_1555xrgb.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_1555xrgb.c
rename to test/guix_test/display_driver/gx_validation_display_driver_1555xrgb.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_16bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_16bpp.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_16bpp.c
rename to test/guix_test/display_driver/gx_validation_display_driver_16bpp.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_1bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_1bpp.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_1bpp.c
rename to test/guix_test/display_driver/gx_validation_display_driver_1bpp.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_32bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_32bpp.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_32bpp.c
rename to test/guix_test/display_driver/gx_validation_display_driver_32bpp.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_332rgb.c b/test/guix_test/display_driver/gx_validation_display_driver_332rgb.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_332rgb.c
rename to test/guix_test/display_driver/gx_validation_display_driver_332rgb.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_4444argb.c b/test/guix_test/display_driver/gx_validation_display_driver_4444argb.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_4444argb.c
rename to test/guix_test/display_driver/gx_validation_display_driver_4444argb.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_4bpp_grayscale.c b/test/guix_test/display_driver/gx_validation_display_driver_4bpp_grayscale.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_4bpp_grayscale.c
rename to test/guix_test/display_driver/gx_validation_display_driver_4bpp_grayscale.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_display_driver_8bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_8bpp.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_display_driver_8bpp.c
rename to test/guix_test/display_driver/gx_validation_display_driver_8bpp.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_synergy_display_driver_16bpp.c b/test/guix_test/display_driver/gx_validation_synergy_display_driver_16bpp.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_synergy_display_driver_16bpp.c
rename to test/guix_test/display_driver/gx_validation_synergy_display_driver_16bpp.c
diff --git a/test/guix_test/display_driver/validation/gx_validation_synergy_display_driver_32bpp.c b/test/guix_test/display_driver/gx_validation_synergy_display_driver_32bpp.c
similarity index 100%
rename from test/guix_test/display_driver/validation/gx_validation_synergy_display_driver_32bpp.c
rename to test/guix_test/display_driver/gx_validation_synergy_display_driver_32bpp.c
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.sln b/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.sln
deleted file mode 100644
index b99cb1ed..00000000
--- a/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29519.87
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renesas_dave2d", "renesas_dave2d.vcxproj", "{12756028-95C9-4286-AB62-AFD33B929165}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.ActiveCfg = Debug|Win32
- {12756028-95C9-4286-AB62-AFD33B929165}.Debug|x86.Build.0 = Debug|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {D0848668-4B9E-45AD-B0B9-7190969074DD}
- EndGlobalSection
-EndGlobal
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.vcxproj b/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.vcxproj
deleted file mode 100644
index 62f7ca32..00000000
--- a/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.vcxproj
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {12756028-95C9-4286-AB62-AFD33B929165}
- Win32Proj
- guix
- 10.0
-
-
-
- StaticLibrary
- true
- MultiByte
- v142
-
-
-
-
-
-
-
-
-
- $(ProjectDir)$(Configuration)\
- renesas_dave2d
-
-
-
- NotUsing
- Level3
- Disabled
- $(DefineConstants);WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;GX_ANIMATION_POOL_SIZE=16;%(PreprocessorDefinitions)
- ..\..\..\tx;%(AdditionalIncludeDirectories)
- false
- true
- false
- $(ProjectDir)..\..\..\..\..\..\common\inc;$(ProjectDir)..\..\..\..\..\..\ports\win32\inc;$(ProjectDir)..\..\..\..\..\..\ports\win32\lib\vs_2019
- true
- MultiThreadedDebug
-
-
- Windows
- true
-
-
- $(OutDir)$(TargetName).bsc
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.vcxproj.user b/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.vcxproj.user
deleted file mode 100644
index 88a55094..00000000
--- a/test/guix_test/display_driver/win32/renesas_dave2d/vs_2019/renesas_dave2d.vcxproj.user
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/test/guix_test/regression_test/test_checklist.txt b/test/guix_test/regression_test/test_checklist.txt
deleted file mode 100644
index de782670..00000000
--- a/test/guix_test/regression_test/test_checklist.txt
+++ /dev/null
@@ -1,128 +0,0 @@
-----------Yang Weiqin----------
-
-icon_button:
-gx_icon_button_pixelmap_set.c
-gx_widget_fill_color_set.c
-gx_widget_style_add.c
-gx_widget_style_remove.c
-gx_widget_style_set.c
-
-pixelmap_button:
-gx_pixelmap_button_pixelmap_set.c
-gx_widget_fill_color_set.c
-gx_widget_style_add.c
-gx_widget_style_remove.c
-gx_widget_style_set.c
-
-single_line_text_input:
-gx_widget_fill_color_set.c
-gx_widget_style_add.c
-gx_widget_style_remove.c
-gx_widget_style_set.c
-gx_prompt_font_set.c
-gx_prompt_text_color_set.c
-gx_widget_border_style_set.c
-
-----------Zhu Ting----------
-
-pixelmap_slider:
-gx_slider_info_set.c
-gx_pixelmap_slider_pixelmap_set.c
-gx_widget_style_add.c
-gx_widget_style_remove.c
-gx_widget_border_style_set.c
-gx_widget_resize.c
-gx_widget_shift.c
-gx_widget_fill_color_set.c
-
-
-slider:
-gx_slider_info_set.c
-gx_slider_value_set.c
-gx_widget_style_add.c
-gx_widget_style_remove.c
-gx_widget_border_style_set.c
-gx_widget_resize.c
-gx_widget_shift.c
-gx_widget_status_add.c
-gx_widget_status_remove.c
-gx_widget_fill_color_set.c
-
-drop_list:
-gx_scrollbar_reset.c
-gx_widget_style_add.c
-gx_widget_style_remove.c
-gx_widget_border_style_set.c
-gx_widget_resize.c
-gx_widget_shift.c
-gx_widget_fill_color_set.c
-
-pixelmap clip:
-
-
-----------Yu Linwei----------
-
-button:
-gx_button_select.c
-
-checkbox:
-gx_checkbox_pixelmap_set.c
-gx_checkbox_select.c
-
-icon:
-gx_icon_pixelmap_set.c
-
-prompt:
-gx_prompt_font_set.c
-gx_prompt_text_color_set.c
-gx_prompt_text_id_set.c
-gx_prompt_text_set.c
-
-scrollbar:
-
-scrollbar_thumb:
-
-pixelmap:
-gx_display_driver_16bpp_pixelmap_draw.c
-gx_display_driver_24bpp_pixelmap_draw.c
-
-----------Fang Zhongyu----------
-
-multi_line_text_input:
-gx_multi_line_text_input_backspace.c
-gx_multi_line_text_input_character_insert.c
-gx_multi_line_text_input_delete.c
-gx_multi_line_text_input_down_arrow.c
-gx_multi_line_text_input_end.c
-gx_multi_line_text_input_home.c
-gx_multi_line_text_input_left_arrow.c
-gx_multi_line_text_input_right_arrow.c
-gx_multi_line_text_input_up_arrow.c
-
-multi_line_text_view:
-gx_multi_line_text_view_font_set.c
-gx_multi_line_text_view_scroll.c
-gx_multi_line_text_view_text_color_set.c
-gx_multi_line_text_view_text_set.c
-
-radio_button:
-gx_radio_button_pixelmap_set.c
-
-text_button:
-gx_text_button_font_set.c
-gx_text_button_text_color_set.c
-gx_text_button_text_set.c
-
-----------Yin Hongsong----------
-
-lines_clip:
-gx_display_driver_generic_simple_wide_line_draw.c
-gx_display_driver_generic_simple_line_draw.c
-gx_display_driver_generic_filled_circle_draw.c
-gx_display_driver_generic_aliased_line_draw.c
-gx_display_driver_24bpp_horizontal_line_draw.c
-gx_display_driver_24bpp_vertical_line_draw.c
-gx_display_driver_16bpp_horizontal_line_draw.c
-gx_display_driver_16bpp_vertical_line_draw.c
-
-
diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c
index fe928540..ee2c5316 100644
--- a/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c
+++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c
@@ -1,23 +1,11 @@
/**************************************************************************/
/* */
-/* Copyright (c) 1996-2014 by Express Logic Inc. */
+/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
-/* This software is copyrighted by and is the sole property of Express */
-/* Logic, Inc. All rights, title, ownership, or other interests */
-/* in the software remain the property of Express Logic, Inc. This */
-/* software may only be used in accordance with the corresponding */
-/* license agreement. Any unauthorized use, duplication, transmission, */
-/* distribution, or disclosure of this software is expressly forbidden. */
-/* */
-/* This Copyright notice may not be removed or modified without prior */
-/* written consent of Express Logic, Inc. */
-/* */
-/* Express Logic, Inc. reserves the right to modify this software */
-/* without notice. */
-/* */
-/* Express Logic, Inc. info@expresslogic.com */
-/* 11423 West Bernardo Court http://www.expresslogic.com */
-/* San Diego, CA 92127 */
+/* This software is licensed under the Microsoft Software License */
+/* Terms for Microsoft Azure RTOS. Full text of the license can be */
+/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
+/* and in the root directory of this software. */
/* */
/**************************************************************************/
diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c
index 1ab984d0..db2a92ce 100644
--- a/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c
+++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c
@@ -1,23 +1,11 @@
/**************************************************************************/
/* */
-/* Copyright (c) 1996-2014 by Express Logic Inc. */
+/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
-/* This software is copyrighted by and is the sole property of Express */
-/* Logic, Inc. All rights, title, ownership, or other interests */
-/* in the software remain the property of Express Logic, Inc. This */
-/* software may only be used in accordance with the corresponding */
-/* license agreement. Any unauthorized use, duplication, transmission, */
-/* distribution, or disclosure of this software is expressly forbidden. */
-/* */
-/* This Copyright notice may not be removed or modified without prior */
-/* written consent of Express Logic, Inc. */
-/* */
-/* Express Logic, Inc. reserves the right to modify this software */
-/* without notice. */
-/* */
-/* Express Logic, Inc. info@expresslogic.com */
-/* 11423 West Bernardo Court http://www.expresslogic.com */
-/* San Diego, CA 92127 */
+/* This software is licensed under the Microsoft Software License */
+/* Terms for Microsoft Azure RTOS. Full text of the license can be */
+/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
+/* and in the root directory of this software. */
/* */
/**************************************************************************/
diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c
index 166a5b87..2121d931 100644
--- a/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c
+++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c
@@ -1,23 +1,11 @@
/**************************************************************************/
/* */
-/* Copyright (c) 1996-2014 by Express Logic Inc. */
+/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
-/* This software is copyrighted by and is the sole property of Express */
-/* Logic, Inc. All rights, title, ownership, or other interests */
-/* in the software remain the property of Express Logic, Inc. This */
-/* software may only be used in accordance with the corresponding */
-/* license agreement. Any unauthorized use, duplication, transmission, */
-/* distribution, or disclosure of this software is expressly forbidden. */
-/* */
-/* This Copyright notice may not be removed or modified without prior */
-/* written consent of Express Logic, Inc. */
-/* */
-/* Express Logic, Inc. reserves the right to modify this software */
-/* without notice. */
-/* */
-/* Express Logic, Inc. info@expresslogic.com */
-/* 11423 West Bernardo Court http://www.expresslogic.com */
-/* San Diego, CA 92127 */
+/* This software is licensed under the Microsoft Software License */
+/* Terms for Microsoft Azure RTOS. Full text of the license can be */
+/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
+/* and in the root directory of this software. */
/* */
/**************************************************************************/
diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c
index 750d6c1d..6624602b 100644
--- a/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c
+++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c
@@ -1,23 +1,11 @@
/**************************************************************************/
/* */
-/* Copyright (c) 1996-2014 by Express Logic Inc. */
+/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
-/* This software is copyrighted by and is the sole property of Express */
-/* Logic, Inc. All rights, title, ownership, or other interests */
-/* in the software remain the property of Express Logic, Inc. This */
-/* software may only be used in accordance with the corresponding */
-/* license agreement. Any unauthorized use, duplication, transmission, */
-/* distribution, or disclosure of this software is expressly forbidden. */
-/* */
-/* This Copyright notice may not be removed or modified without prior */
-/* written consent of Express Logic, Inc. */
-/* */
-/* Express Logic, Inc. reserves the right to modify this software */
-/* without notice. */
-/* */
-/* Express Logic, Inc. info@expresslogic.com */
-/* 11423 West Bernardo Court http://www.expresslogic.com */
-/* San Diego, CA 92127 */
+/* This software is licensed under the Microsoft Software License */
+/* Terms for Microsoft Azure RTOS. Full text of the license can be */
+/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
+/* and in the root directory of this software. */
/* */
/**************************************************************************/
diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c
index d58df233..548e01f8 100644
--- a/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c
+++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c
@@ -1,23 +1,11 @@
/**************************************************************************/
/* */
-/* Copyright (c) 1996-2014 by Express Logic Inc. */
+/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
-/* This software is copyrighted by and is the sole property of Express */
-/* Logic, Inc. All rights, title, ownership, or other interests */
-/* in the software remain the property of Express Logic, Inc. This */
-/* software may only be used in accordance with the corresponding */
-/* license agreement. Any unauthorized use, duplication, transmission, */
-/* distribution, or disclosure of this software is expressly forbidden. */
-/* */
-/* This Copyright notice may not be removed or modified without prior */
-/* written consent of Express Logic, Inc. */
-/* */
-/* Express Logic, Inc. reserves the right to modify this software */
-/* without notice. */
-/* */
-/* Express Logic, Inc. info@expresslogic.com */
-/* 11423 West Bernardo Court http://www.expresslogic.com */
-/* San Diego, CA 92127 */
+/* This software is licensed under the Microsoft Software License */
+/* Terms for Microsoft Azure RTOS. Full text of the license can be */
+/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
+/* and in the root directory of this software. */
/* */
/**************************************************************************/