blob: e1e7efd34a278691ae78c4155ebcf9289094c551 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/components.gni")
import("//build/dist/resource.gni")
resource("root_ssl_certificates_pem") {
sources = [ "//src/security/root_ssl_certificates/third_party/cert/cert.pem" ]
outputs = [ "data/{{source_file_part}}" ]
}
fuchsia_package("root_ssl_certificates") {
deps = [ ":root_ssl_certificates_pem" ]
}