diff --git a/drivers/dma/pl330dma/pl330.vcxproj b/drivers/dma/pl330dma/pl330.vcxproj
index 18dce36..8f50900 100644
--- a/drivers/dma/pl330dma/pl330.vcxproj
+++ b/drivers/dma/pl330dma/pl330.vcxproj
@@ -53,11 +53,11 @@
- true
trace.h
true
false
..\..\include;%(AdditionalIncludeDirectories)
+ false
1.0.0
@@ -71,11 +71,11 @@
- true
trace.h
true
false
..\..\include;%(AdditionalIncludeDirectories)
+ false
1.0.0
@@ -98,7 +98,6 @@
-
diff --git a/drivers/dma/pl330dma/pl330.vcxproj.Filters b/drivers/dma/pl330dma/pl330.vcxproj.Filters
index cc4e780..34a7b23 100644
--- a/drivers/dma/pl330dma/pl330.vcxproj.Filters
+++ b/drivers/dma/pl330dma/pl330.vcxproj.Filters
@@ -46,9 +46,6 @@
Header Files
-
- Header Files
-
Header Files
diff --git a/drivers/dma/pl330dma/trace.h b/drivers/dma/pl330dma/trace.h
deleted file mode 100644
index 19b0bdf..0000000
--- a/drivers/dma/pl330dma/trace.h
+++ /dev/null
@@ -1,43 +0,0 @@
-#include
-
-#ifndef _TRACE_H_
-#define _TRACE_H_
-
-extern "C"
-{
- //
- // Tracing Definitions:
- //
- // Control GUID:
- // {73e3b785-f5fb-423e-94a9-56627fea9053}
- //
-
-#define WPP_CONTROL_GUIDS \
- WPP_DEFINE_CONTROL_GUID( \
- SpbTestToolTraceGuid, \
- (73e3b785,f5fb,423e,94a9,56627fea9053), \
- WPP_DEFINE_BIT(TRACE_FLAG_WDFLOADING) \
- WPP_DEFINE_BIT(TRACE_FLAG_SPBAPI) \
- WPP_DEFINE_BIT(TRACE_FLAG_OTHER) \
- )
-}
-
-#define WPP_LEVEL_FLAGS_LOGGER(level,flags) WPP_LEVEL_LOGGER(flags)
-#define WPP_LEVEL_FLAGS_ENABLED(level, flags) (WPP_LEVEL_ENABLED(flags) && WPP_CONTROL(WPP_BIT_ ## flags).Level >= level)
-
-#define Trace CyapaPrint
-#define FuncEntry
-#define FuncExit
-#define WPP_INIT_TRACING
-#define WPP_CLEANUP
-#define TRACE_FLAG_SPBAPI 0
-#define TRACE_FLAG_WDFLOADING 0
-
-// begin_wpp config
-// FUNC FuncEntry{LEVEL=TRACE_LEVEL_VERBOSE}(FLAGS);
-// FUNC FuncExit{LEVEL=TRACE_LEVEL_VERBOSE}(FLAGS);
-// USEPREFIX(FuncEntry, "%!STDPREFIX! [%!FUNC!] --> entry");
-// USEPREFIX(FuncExit, "%!STDPREFIX! [%!FUNC!] <--");
-// end_wpp
-
-#endif _TRACE_H_
diff --git a/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj b/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj
index 60c22da..48304cd 100644
--- a/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj
+++ b/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj
@@ -53,7 +53,7 @@
- true
+ false
trace.h
true
false
@@ -71,7 +71,7 @@
- true
+ false
trace.h
true
false
@@ -97,7 +97,6 @@
-
diff --git a/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj.Filters b/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj.Filters
index 3fe3ecf..6404e2a 100644
--- a/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj.Filters
+++ b/drivers/i2c/rk3xi2c/rk3xi2c.vcxproj.Filters
@@ -49,8 +49,5 @@
Header Files
-
- Header Files
-
\ No newline at end of file
diff --git a/drivers/i2c/rk3xi2c/trace.h b/drivers/i2c/rk3xi2c/trace.h
deleted file mode 100644
index 19b0bdf..0000000
--- a/drivers/i2c/rk3xi2c/trace.h
+++ /dev/null
@@ -1,43 +0,0 @@
-#include
-
-#ifndef _TRACE_H_
-#define _TRACE_H_
-
-extern "C"
-{
- //
- // Tracing Definitions:
- //
- // Control GUID:
- // {73e3b785-f5fb-423e-94a9-56627fea9053}
- //
-
-#define WPP_CONTROL_GUIDS \
- WPP_DEFINE_CONTROL_GUID( \
- SpbTestToolTraceGuid, \
- (73e3b785,f5fb,423e,94a9,56627fea9053), \
- WPP_DEFINE_BIT(TRACE_FLAG_WDFLOADING) \
- WPP_DEFINE_BIT(TRACE_FLAG_SPBAPI) \
- WPP_DEFINE_BIT(TRACE_FLAG_OTHER) \
- )
-}
-
-#define WPP_LEVEL_FLAGS_LOGGER(level,flags) WPP_LEVEL_LOGGER(flags)
-#define WPP_LEVEL_FLAGS_ENABLED(level, flags) (WPP_LEVEL_ENABLED(flags) && WPP_CONTROL(WPP_BIT_ ## flags).Level >= level)
-
-#define Trace CyapaPrint
-#define FuncEntry
-#define FuncExit
-#define WPP_INIT_TRACING
-#define WPP_CLEANUP
-#define TRACE_FLAG_SPBAPI 0
-#define TRACE_FLAG_WDFLOADING 0
-
-// begin_wpp config
-// FUNC FuncEntry{LEVEL=TRACE_LEVEL_VERBOSE}(FLAGS);
-// FUNC FuncExit{LEVEL=TRACE_LEVEL_VERBOSE}(FLAGS);
-// USEPREFIX(FuncEntry, "%!STDPREFIX! [%!FUNC!] --> entry");
-// USEPREFIX(FuncExit, "%!STDPREFIX! [%!FUNC!] <--");
-// end_wpp
-
-#endif _TRACE_H_