Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and markus-becker-tridonic-com committed Dec 12, 2024
1 parent 97de7ee commit 3158e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/app/chip_data_model.gni
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,14 @@ template("chip_data_model") {
"${_app_root}/util/binding-table.h",
"${_app_root}/util/generic-callback-stubs.cpp",
"${_app_root}/util/privilege-storage.cpp",

# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp",
]

if (defined(external_app_common)) {
sources += ["${external_app_common}/app-common/zap-generated/attributes/Accessors.cpp",]
sources += [ "${external_app_common}/app-common/zap-generated/attributes/Accessors.cpp" ]
} else {
sources += ["${chip_root}/zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp",]
sources += [ "${chip_root}/zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp" ]
}

sources += codegen_data_model_SOURCES
Expand Down
1 change: 0 additions & 1 deletion src/app/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ source_set("enums") {
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h",
"${chip_project_app_common_include_dir}/app-common/zap-generated/cluster-enums-check.h",
"${chip_project_app_common_include_dir}/app-common/zap-generated/cluster-enums.h",

"CompatEnumNames.h",
]

Expand Down

0 comments on commit 3158e54

Please sign in to comment.