Skip to content

Commit

Permalink
add java and python files from src/controller to gn (project-chip#3…
Browse files Browse the repository at this point in the history
…1977)

* Add 2 java files to be known to gn

* Add python files

* Fix commas and format

* Mark a set of files handled

---------

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and erwinpan1 committed Feb 13, 2024
1 parent 52d33da commit dd0de33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ jobs:
--known-failure app/app-platform/ContentAppPlatform.h \
--known-failure controller/ExamplePersistentStorage.cpp \
--known-failure controller/ExamplePersistentStorage.h \
--known-failure controller/java/GroupDeviceProxy.h \
--known-failure controller/java/CHIPEventTLVValueDecoder.h \
--known-failure controller/python/chip/credentials/cert.h \
--known-failure controller/python/chip/server/Options.h \
--known-failure controller/python/chip/crypto/p256keypair.h \
--known-failure controller/python/chip/commissioning/PlaceholderOperationalCredentialsIssuer.h \
--known-failure controller/python/chip/native/PyChipError.h \
--known-failure app/AttributeAccessInterface.h \
--known-failure app/AttributeAccessToken.h \
--known-failure app/att-storage.h \
Expand Down
2 changes: 2 additions & 0 deletions src/controller/java/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ shared_library("jni") {
"BaseCHIPCluster-JNI.cpp",
"CHIPAttributeTLVValueDecoder.h",
"CHIPDeviceController-JNI.cpp",
"CHIPEventTLVValueDecoder.h",
"DeviceAttestationDelegateBridge.cpp",
"DeviceAttestationDelegateBridge.h",
"GroupDeviceProxy.h",
]

deps = [
Expand Down
5 changes: 5 additions & 0 deletions src/controller/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ shared_library("ChipDeviceCtrl") {
"OpCredsBinding.cpp",
"chip/clusters/attribute.cpp",
"chip/clusters/command.cpp",
"chip/commissioning/PlaceholderOperationalCredentialsIssuer.h",
"chip/credentials/cert.cpp",
"chip/credentials/cert.h",
"chip/crypto/p256keypair.cpp",
"chip/crypto/p256keypair.h",
"chip/discovery/NodeResolution.cpp",
"chip/interaction_model/Delegate.cpp",
"chip/interaction_model/Delegate.h",
Expand All @@ -81,6 +84,7 @@ shared_library("ChipDeviceCtrl") {
"chip/logging/LoggingRedirect.cpp",
"chip/native/ChipMainLoopWork.h",
"chip/native/PyChipError.cpp",
"chip/native/PyChipError.h",
"chip/tracing/TracingSetup.cpp",
"chip/utils/DeviceProxyUtils.cpp",
]
Expand All @@ -95,6 +99,7 @@ shared_library("ChipDeviceCtrl") {
} else {
sources += [
"chip/server/Options.cpp",
"chip/server/Options.h",
"chip/server/ServerInit.cpp",
]
}
Expand Down

0 comments on commit dd0de33

Please sign in to comment.