blob: 1d02744948e78363023644f7ece8fb44e8eddb83 [file] [log] [blame]
Rubin Xud61a25c2016-01-11 10:23:47 +00001/*
2 * Copyright (C) 2016 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16#ifndef __SECURITY_LOG_TAGS_H
17#define __SECURITY_LOG_TAGS_H
18
19/* TODO: Automatically generate this file from the logtags file when build
20 * infrastructure is in place.
21 * Defined in frameworks/base/core/java/android/auditing/SecurityLog.logtags
22 */
23#define SEC_TAG_ADB_SHELL_INTERACTIVE 210001
24#define SEC_TAG_ADB_SHELL_CMD 210002
25#define SEC_TAG_ADB_RECV_FILE 210003
26#define SEC_TAG_ADB_SEND_FILE 210004
27
28#endif