# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
import("//testing/test.gni")
android_aidl("ip_protection_aidl") {
import_include = [ "src" ]
sources = [
"src/org/chromium/components/ip_protection_auth/common/IErrorCode.aidl",
"src/org/chromium/components/ip_protection_auth/common/IIpProtectionAuthAndSignCallback.aidl",
"src/org/chromium/components/ip_protection_auth/common/IIpProtectionAuthService.aidl",
"src/org/chromium/components/ip_protection_auth/common/IIpProtectionGetInitialDataCallback.aidl",
]
}
android_library("ip_protection_aidl_java") {
srcjar_deps = [ ":ip_protection_aidl" ]
}