We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717dead commit 5470123Copy full SHA for 5470123
1 file changed
src/credentials/BUILD.gn
@@ -63,7 +63,9 @@ static_library("credentials") {
63
"CHIPCert.h",
64
"CHIPCertFromX509.cpp",
65
"CHIPCertToX509.cpp",
66
+ "CHIPCert_Internal.h",
67
"CHIPCertificateSet.h",
68
+ "CertificateValidityPolicy.h",
69
"CertificationDeclaration.cpp",
70
"CertificationDeclaration.h",
71
"DeviceAttestationConstructor.cpp",
@@ -76,6 +78,7 @@ static_library("credentials") {
76
78
"GenerateChipX509Cert.cpp",
77
79
"GroupDataProvider.h",
80
"GroupDataProviderImpl.cpp",
81
+ "GroupDataProviderImpl.h",
82
"LastKnownGoodTime.cpp",
83
"LastKnownGoodTime.h",
84
"OperationalCertificateStore.h",
0 commit comments