We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30812a9 commit 53891f3Copy full SHA for 53891f3
src/app/codegen-interaction-model/BUILD.gn
@@ -12,11 +12,17 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
import("//build_overrides/chip.gni")
15
+
16
# This source set is TIGHLY coupled with code-generated data models
17
# as generally implemented by `src/app/util`
18
#
19
# Corresponding functions defined in attribute-storace.cpp/attribute-table.cpp must
20
# be available at link time for this model to use
21
+#
22
# Use `model.gni` to get access to:
-# model.cpp
-# model.h
23
+# Model.cpp
24
+# Model.h
25
26
+# The abolve list of files exists to satisfy the "dependency linter"
27
+# since those files should technically be "visible to gn" even though we
28
+# are supposed to go through model.gni constants
0 commit comments