blob: 4f80f56dc034192ba27f6aa3d03db928df24d9c7 [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/rename_test/config.yaml
# ===============================================================
name: RenameLibrary
description: 'Rename test'
language: objc
output: 'rename_test_bindings.dart'
exclude-all-by-default: true
objc-interfaces:
include:
- _Renamed
rename:
'_(.*)': '$1'
headers:
entry-points:
- 'rename_test.m'
preamble: |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unnecessary_non_null_assertion, unused_element, unused_field