File tree Expand file tree Collapse file tree 9 files changed +131
-24
lines changed Expand file tree Collapse file tree 9 files changed +131
-24
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018 ARM Limited. All rights reserved.
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417#include "nsconfig.h"
518#include "ns_types.h"
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018 ARM Limited. All rights reserved.
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417
518#ifndef MAC_IE_LIB_H_
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ */
17+
118#include " CppUTest/TestHarness.h"
219#include " test_mac_ie_lib.h"
320
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2016 , Arm Limited and affiliates.
2+ * Copyright (c) 2018 , Arm Limited and affiliates.
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ */
17+
118#include "nsconfig.h"
219#include "ns_types.h"
320#include "string.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ */
17+
118#ifndef __TEST_MAC_IE_LIB_H__
219#define __TEST_MAC_IE_LIB_H__
320
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018 ARM Limited. All rights reserved.
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417#include "ns_config.h"
518#include "ns_types.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, Arm Limited and affiliates.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ */
17+
18+ #ifndef __MAC_IE_LIB_STUB_H__
19+ #define __MAC_IE_LIB_STUB_H__
20+
21+ #ifdef __cplusplus
22+ extern "C" {
23+ #endif
24+
25+ typedef struct {
26+ uint16_t value_uint16 ;
27+ uint16_t value_uint8 ;
28+ } mac_ie_lib_stub_def_t ;
29+
30+ extern mac_ie_lib_stub_def_t mac_ie_lib_stub_def ;
31+
32+
33+ #ifdef __cplusplus
34+ }
35+ #endif
36+
37+ #endif // __MAC_IE_LIB_STUB_H__
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments