We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e188180 commit e8a4adaCopy full SHA for e8a4ada
examples/tv-app/linux/main.cpp
@@ -46,6 +46,7 @@ void ApplicationInit()
46
// Can't disable this without breaking CI unit tests that act upon account login cluster (only available on ep3)
47
// emberAfEndpointEnableDisable(3, false);
48
49
+#if CHIP_DEVICE_CONFIG_APP_PLATFORM_ENABLED
50
// Install Content Apps
51
ContentAppFactoryImpl * factory = GetContentAppFactoryImpl();
52
@@ -68,6 +69,7 @@ void ApplicationInit()
68
69
constexpr uint16_t kApp4VendorId = 1111;
70
constexpr uint16_t kApp4ProductId = 22;
71
factory->InstallContentApp(kApp4VendorId, kApp4ProductId);
72
+#endif // CHIP_DEVICE_CONFIG_APP_PLATFORM_ENABLED
73
}
74
75
void ApplicationShutdown() {}
0 commit comments