blob: c111fca32d01780cbc9a95904434e8c6bbd88564 [file] [log] [blame]
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
# =================== GENERATING TEST BINDINGS ==================
# dart run ffigen --config test/native_objc_test/config.yaml
# ===============================================================
name: NativeObjCLibrary
description: 'Native Objective C test'
language: objc
output: 'test/native_objc_test/native_objc_test_bindings.dart'
objc-interfaces:
include:
- 'Foo'
- 'StringUtil'
functions:
exclude:
- '.*'
headers:
entry-points:
- 'test/native_objc_test/native_objc_test.m'
preamble: |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field